Not sure about that, but the banner also overextends the area in Firefox.
Not sure about that, but the banner also overextends the area in Firefox.
You've got a number of problems here. Happily they all look like fairly small and easy to resolve, but you probably need to take them one at a time.
Firstly I would go back to the changes that you have made to the navigation block in your tpl_header.php template. These have corrupted your code. Make sure that every <li> is paired with a </li> and visa versa. Similarly for <a> and </a> and that where you are using <a> tags they have real content.
Then let's see how it looks.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Thanks for your help. It was a banner size issue. I did go back and look at the code. I commented out some of the code incorrectly and that left some lingering <li>'s and </a>'s. Im finally starting to get the hang of this (a little). Thanks again for all the help.