CMS솔루션마켓, 이온디 - 워드프레스, 라이믹스, 카페24, 그누보드, 엑셀

홈페이지 제작팁

이온디 포털 2단 우측 정렬 ver. 0.4

조회 수 0 추천 0 2010.04.30 17:56:39
이온디 *.229.52.161

//default.css
96번째 라인
#menuWrapper li { margin:0; list-style:none; padding:0;z-index:1;}
z-index:1 추가함
#2010.4.30

 

100번째 라인
#menuWrapper ul li a.m_first { padding:10px 20px 10px 20px; display:block; color:#999; text-align:center; font-weight:bold; cursor:pointer; border-left:1px solid #9399A1; height:12px;vertical-align:bottom;}
height:100%를 12px로 변경함

 

102번째 라인
#menuWrapper ul li a.fst_selected { background:#565656;color:#eee;height:12px;} /* */
height:12px 추가함