728x90
๋ฐ์ํ
display:inline์ผ๋ก ๊ฐ์ด๋ฐ ์ ๋ ฌ์ ๋ง์ถ ์ ์์ง๋ง ์ฌ์ด์ฌ์ด ์ฌ๋ฐฑ์ด ๋ฐ์ํ๋ฏ๋ก float์ ๋ง์ด ์ฌ์ฉํ๋ค.
* display:inline ์ผ ๋ ์ฌ๋ฐฑํด๊ฒฐ ๋ฐฉ๋ฒ
https://ranidiant.tistory.com/17?category=741344
์ด๋, ์ค์์์๊ฐ ํ์ํ๋ฉด ์ด๋ป๊ฒ ํด์ผํ ๊น
1
2
3
4
5
|
.wrap{text-align:center;}
.wrap ul{display:inline-block; *display:inline; zoom:1;}
.wrap ul li{float:left; margin-left:-1px; z-index:1;}
|
cs |
๊ฐ์ธ๋ ๋ฐ์ค์ text-align:center
์์์ display:inline-block ์ ์ฃผ๋ฉด ๋จ
li์ ๊ฐฏ์๊ฐ ๋ฐ๋ ๋ ์ ๋์ ์ผ๋ก ๊ฐ์ด๋ฐ ์ ๋ ฌ์ด ๋๋ค.
๋ฐ์ํ
'html, css' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
nhn ์ปจ๋ฒค์ ๋ค์ด๋ฒ css (0) | 2019.06.04 |
---|---|
jquery๋ฅผ ์ด์ฉํ ๊ฐ์์ ํ์ ๋ด์ฉ ๋ณ๊ฒฝํ๊ธฐ (0) | 2019.02.13 |
text-indent ์๋ ๋ not working (0) | 2018.12.26 |
selectbox ํ์ดํ ์ด๋ฏธ์ง ๋ณ๊ฒฝ (2) | 2018.12.19 |
HTML 5 Outliner ๊ตฌ์กฐํ์ ์์๋ผ์ธ (0) | 2018.05.23 |