Hi Kevin, It looks like you have problems in more than just NS6 Mac. I'm seeing overlapping content in Firefox 0.8PC as well.
Looking at your CSS, I see some incorrect syntax and missing punctuation. You might try validating the CSS and XHTML as a place to start eliminating problems such as these. Validating first is always a good rule of thumb. CSS Validator: http://jigsaw.w3.org/css-validator/ HTML Validator: http://validator.w3.org As for hiding code from certain browsers, it's best not to do that unless there is a known CSS browser bug that can't be avoided in other ways (e.g. the IE Box Model Hack). After all, the point of using web standards is to create one set of code to serve all. Will Chatham --------oOo-------- www.willchatham.com ------------------- ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
