CSS - Is my site compatible?

liunx

Guest
<!-- w --><a class="postlink" href="http://www.rsptime.ca">www.rsptime.ca</a><!-- w -->

I am in the process of constructing my site and have decided to use CSS to do it.

I have noticed that it doesn't work in Netscape and was wondering if anyone could check it out and give me feedback.

Not everything is active yet. But the first couple of menus have a link in them that work.

Please give feedback if I have done it wrong or it looks like garbage. Or just any suggestions you might have.See <!-- m --><a class="postlink" href="http://validator.w3.org/check?verbose=1&uri=http%3A//www.rsptime.ca/">http://validator.w3.org/check?verbose=1 ... sptime.ca/</a><!-- m --> for a list of your HTML errors and <!-- m --><a class="postlink" href="http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A//www.rsptime.ca/">http://jigsaw.w3.org/css-validator/vali ... sptime.ca/</a><!-- m --> for your CSS errors. And only weenies use the transiotional DTD.A little lost, are you saying that my site is that of a weenie or are you saying that CSS is the way to go???I think he's suggesting (in perhaps an unintentionally unfriendly manner?) that you use something like...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
...instead of...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
...?Use the Strict DTD.

Validate your CSS and HTML.

No need to have two vertical scroll bars on that page.

Remove all the overflow: properties.

Maybe put a small left margin on the whole page so it's not all the way to the left.

Navigation links are a list.

Get rid of the javascript mouseovers, and use :hover on your <a> tags.

The left border on the far right column doesn't extend all the way to the bottom of the page.
 
Back
Top