On Jun 13, 2007, at 6:29 AM, Dova Wilson wrote:

> It is
> validating and it looks OK in at least IE and Mozilla, but completely
> falls apart in Netscape (tested versions 7.0 and 7.2).
>
>
> HTML:
> http://www.gwvirginia.gwu.edu/newsite/
>
> CSS:
> http://www.gwvirginia.gwu.edu/newsite/styles/global.css
> http://www.gwvirginia.gwu.edu/newsite/styles/home.css

First issue: NN7 doesn't like it that you set the width on <body>
solution: wrap all your contents in a div, and set the width on that div
div#wrapper {width: 738px; margin:auto;}

Second issue: NN7 isn't seeing the style for your div#sidebar for  
some mysterious reason. I think there must be some hidden invalid  
character in your file, at the top of the file, but my text-editor  
refuses to show it.
If I create a brand new file (home.css), then the stylerules for  
#sidebar are applied.

Third issue: May I politely, but strongly, suggest that you drop that  
browser detection script. I first accessed your site with my home  
made Camino build (compiled 1 hour ago - with the latest code out of  
the Gecko tree). But your script tells me I need to update my browser  
- anything available for download is older than what I use.

If you absolutely need to do some browser detection, remember, Gecko  
is Gecko [1].

[1] <http://geckoisgecko.org/>


Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
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/

Reply via email to