Quote:
|
Originally Posted by evilregis
|
Running Win2K scrn res 800x600, viewed page in NS4.79 (css enabled AND disabled), Firefox0.8, IE6
Is it your intention that there is no background colour specified for the body when the page is viewed with all the stylesheets loading? I have grey as a default background colour and it really doesn't work well with the overall look. I think something in screen.css might be cancelling out the
background-color:#ffffff that is on nn4.css (I believe that you can simply type
background:#fff) I'm still relatively new to CSS but it's possible that this is the problem in screen.css:
Code:
body { text-align: center; background: none;}
Should that possibly read
body { text-align: center; background:#fff none;}?
Also, the font colour for the text on the posts is a tiny bit light. I like the idea of grey instead of stark black but one doesn't want to have to squint to read.
Other than that, I quite like the look of things and look forward to seeing more.
By the way, it's very good in NS4 either with or without CSS.