> Well more a page check.

> After lots of spinning my wheels, I think I've got this working???
> I've looked on PC Win2k Firefox, Opera 9.0, IE 6.0.

> URL http://www.abilityincorporated.org.au/index.php
>
> Everything validates and I'm hoping it's a fairly okay (not perfect)
> accessible page which will be used as template for the site.
>
> Would really appreciate any comments etc and if it breaks etc.

Hi Vicki,

The page looks great.
A couple of suggestions:
1) div#ufwus and div#navigation -- both have width set in %. When you resize
the text, the widths stay constant and the navigation flows over the main
text. Maybe think of changing to using ems. This way the relations between
the divs will remain.
2) Your main text is littered with <p>&nbsc;</p>
You should remove them and control the spacing between paragraphs in your
css -- i.e.
p {margin-bottom; 10px;} (or whatever you want the margin to be.)

Just my thoughts anyway.
Cheers,
Elle

http://designbyelle.com.au
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to