View Single Post
  #2 (permalink)  
Old Apr 24th, 2008, 16:51
shalom_m shalom_m is offline
Up'n'Coming Member
Join Date: Apr 2008
Location: Or-Yehuda, Israel
Age: 60
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help needed on horizontal css menu

Don't like the html (tables) on this one.

But for a quick fix try:

Code: Select all
.menusub7 { position:absolute; visibility: hidden; 
line-height: 18px; z-index: 160;  display: inline;margin-top:5px; margin-left:-150px; margin-right:auto; width:auto;}
.menusub7 a{ width: 100%; font-weight:normal; padding-left: 0px; text-decoration: none; display: inline; line-height:150%;
font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #4D4D4D;
background: #FFFFFF; border-right: 1px solid #FFFFFF; }
.menusub7 a:hover{color: #7e8a7b;
}
Changes in RED
Reply With Quote