View Single Post
  #5 (permalink)  
Old Sep 28th, 2006, 17:26
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Horizontal menu help needed

It's this piece of css that's primarily determing the spacing of your menu items.
Code: Select all
div#navigation ul.level1 a {
   width: 130px;
}
Your menu doesn't work right in Firefox either.

There are a number of other css problems and I think you will find that I didn't tell you to include the 'csshover.htc' file the way you have done.

Don't name styling blocks, style1, style2, etc. Give them meaningful labels.

You need to go back and read some more.
Reply With Quote