수다님 다시 질문드려봅니다..
도란
답변주신대로 css를 top_menu.css로 옮겨적어서 2단메뉴밑에 3단메뉴를 2단과 같이 주었구요. html 링크를 ul에 줬습니다..그런데 실행이 안되더군요..이게 말씀하신대로 맞는건지요?...
css
.sub_float li {float:left; padding-right:20px; padding-top:10px; color:#ffffff; /*background:#00cc99;*/}
.sub_float li a {color:#ffffff; text-decoration:none;}
.sub_float li a:hover {font-weight:none; color:#69e1ff; text-decoration:none;}
.txt_three li {color:#333; font-weight:none;}
.txt_three li a {font-size:12px; color:#333; text-decoration:none;}
.txt_three li a:hover {font-size:12px; color:#66ccff; text-decoration:none;}
html
div id=content05
ul class=sub_float
lia href=new_all.htmlAdmin/a/li
li
a href=new_setup_gateway.htmlspan class=sub_arrowimg src=../../images/sub_arrow.gif alt=하위메뉴 //spanGateway/a
ul style=position:absolute; top:32px;left:0; display:none; style=txt_three
li style=color:#333;a href=Manage Server/a/li
li style=color:#333;a href=Command Server/a/li
li style=color:#333;a href=Database Server/a/li
/ul
/li
lia href=new_setup_system.htmlSystem/a/li
lia href=new_setup_notice.html공지사항/a/li
/ul
/div
-
빛글
수다님, 수다님 감사합니다...지금 알려주신 것을 메뉴 만들고 있습니다..근데 수다님.. style은 css풀어서 쓸때 쓰는거 아닌가요?.. style로 쓰는 경우는 첨봐서요..그냥 class=\\이리 썻는데...
-
미쁘다
ul style=\position:absolute; top:32px;left:0; display:none;\ style=\txt_three\
style=\txt_three\ style=\txt_three\ style=\txt_three\ -
Hotpants
엇 저는 됐었는데... 그러면
.txt_three li a 를 .sub_float li li a{}로 바꿔보세요