July 28, 201016 yr Hi All, I had this menu working fine across all browsers about 30mins ago and then I added another link and it's all gone to pot, does any one no the solution to this please? In IE6 all works fine until it gets to "photos" ... then the final two links format as if it was a 2nd tier list, but its not, its supposed to be straight across the bottom of the header... http://whackitfootball.com/ if you would like me to post my code please say so and ill get right on it... thanks!
July 28, 201016 yr You missed > off line 81 </ul You'd be better put all your li's in one ul instead of having seperate ones <ul> <li><a href="http://whackitfootball.com/">BLOG</a></li> <li><a href="http://whackitfootball.com/football_videos/">VIDEOS</a></li> <li><a href="http://whackitfootball.com/freestyle_videos/">FREESTYLE</a></li> <li><a href="http://whackitfootball.com/photos">PHOTOS</a></li> <li><a href="http://whackitfootball.com/the-game">THE GAME</a></li> <li><a href="http://whackitfootball.com/link-to-us">LINKS</a></li> </ul>
Create an account or sign in to comment