Michael Forker wrote:
> Think the site I am working on is more or less navigation and design wise is
> more or less completed, I would like to add a submit form page on the
> site...but haven't done this before ( not hinting at anything ) if anyone
> could check the site and give me some honest feedback I would appreciate it
> a lot.....it's the first site I have done for a client....
>
> Mike:)
>
> http://ijsr32.infj.ulst.ac.uk/~10300205/
>
>   

Michael,

It is dropping the right column float at +1 font-scaling in FF.
This may be due to the software being confused by the fact that you've 
made no distinction between the horizontal and vertical navigation CSS.
For the sidebar navigation css, try adding #sidebar to each declaration 
(#sidebar #navigation {...}.

The horizontal navigation font-size makes that navigation more important 
than your written content-- might be a good idea to reduce it to 0.9em 
or 0.95em.

Justified text does well (sometimes) in print media, but seldom on the 
Web: creates word gaps ("rivers"). Consider setting it flush 
left/scatter right (text-align: left;).

I'd defer to the type designer and /not/ letter-space the content text 
as it just makes it difficult to read.

You may also want to change the font-size on the body from 12px to 100%. 
This will set the typography base at user default.


You may want to validate the markup.

Best,
~dL


-- 
http://chelseacreekstudio.com/

______________________________________________________________________
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