On 04.2.3 2:33 AM, Mark Parnell wrote:
That's a good point.
Quote:
Your HTML validates, but your CSS has a lot of errors. You should fix
those. |
Wow, I wasn't expecting that. Most of the errors came from stuff lifted
straight out of the CSS2 spec. It turns out that "@media speech" is now
"@media aural". And I missed out a semicolon. The validator is still
advising me to provide a generic alternative to "sans-serif", which is
weird.
Quote:
There is absolutely no way you need to (ab)use tables for layout on that
site. You could probably even get a CSS layout to work in NS4. |
I tried that to start with, but ran into difficulties with the "Previous
Work" boxes on the right. What I need to do is specify a minimum pixel width
to accommodate the images, but let the box grow if the text is magnified.
Sticking it in a table helps to balance everything out. Ideally I'd use
"width:10em; min-width:90px", but "min-width" isn't widely supported yet.
And neither is "display:table-cell". If you have a neat solution to this,
I'd like to hear it.
Quote:
Accesskeys hinder accessibility - get rid of them. |
???
Quote:
On the Translation page you mention your Contact Page, but it isn't a
link. |
Fixed.
Quote:
Don't use "click here" for link text ("Click here to visit the DCJS
website."). |
Another good point.
Quote:
Why is the contact page not styled like the rest of the site? |
Bad HTML. Now fixed.
OK, I'll have another crack at removing the tables. I'll post back here
when/if I get something working.
Cheers,
Phil
--
Philip Ronan
phil.ronanzzz (AT) virgin (DOT) net
(Please remove the "z"s if replying by email)