www.bctarizona.com/test/index_new2.php www.bctarizona.com/test/bct.css I've inherited this website and it is an incredible mess. You can see the current version at the root but the HTML is nothing short of horrendous: It's old school HTML using tables for layout, not a </tr> to found anywhere since it's "optional" as well as all the non-quoted attributes. There's not even a decent indented layout so that the <tables>, <tr>, and <td>s can be easily checked for closing tags, etc. So, I started dicking with it and finally gave up trying to figure out all the tables. I'm trying to start from scratch but I've run into a few problems. 1. The top menu running vertical under the header logo does not reach all the way to the edges of the page DIV. I tried using a UL with the background and could not get it working to the whole width. Then I started playing with the padding & margins and got close but decided on another DIV called TOPMENU and gave it the required background, which doesn't show up. 2. The top menu's mouseover does not work. 3. The top menu is actually placed 2px underneath the logo, thus the -2px margin in the CSS. Why the extra space? I took the original CSS file and have been changing and adding properties as I run into them on the page so there's a lot of stuff in there that isn't used yet. But, the XHTML validates (minus the empty link titles & href="#" tags). Another question is can a PHP file be valid XHTML or should I go with HTML 4 strict?
I'm pretty new to the hardcore CSS use and I'm sure there are some dumb mistakes. Let me know what you find... Thanks, Mike ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
