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.