HighDots Forums  

Image Drop Down Menu

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Image Drop Down Menu in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
LaoLily
 
Posts: n/a

Default Image Drop Down Menu - 07-24-2006 , 12:44 AM






Hi,

I am trying to fingure out how to make image -horizontal drop down menu
with css. I am not able to hide the sub menu. My goal is to be able to
a:hover main menu then it will list the sub menu(s) or if anyone knows
better ways to do this then please help me out. Thank you!
. Here is what I have so far:
#aboutus a {
background-color:#FF9900;
width:150px;
z-index:500px;
width:100px;
}

#aboutus a:hover {
display:list-item;
border-style:groove;
width:100px;
z-index:500px;
position:relative;
}
#aboutus a:hover ul {

width:100px;
z-index:500px;
}
#aboutus ul li li {
width:100px;
z-index:500px;
}
#aboutus ul li li li {
width:100px;
z-index:500px;
}


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.