View Single Post
  #3 (permalink)  
Old Apr 21st, 2008, 15:36
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: CSS Menu problem with firefox and IE

Alternatively;

Add z-index
Code: Select all
#nav ul ul {
  width: 120px; /*For KHTML*/
  list-style: none;
  margin-left: -1px;
  border-left: 0px solid #ccc;
  z-index: 9;
}


Either will work - just different effects
Reply With Quote