Peter Hyde-Smith wrote:
> 05/22/2008
>
> Hi All:
>
> Would appreciate a site check/thorough vetting of 
> www.whitehouseinwestbend.com
>
> http://www.whitehouseinwestbend.com/whitehousebaseformatcss.css
> http://www.whitehouseinwestbend.com/whitehousepagecss.css
>
> Comments regarding ease of use/accessibility, fonts, colors, etc always 
> welcome.
>
> Thanks in Advance, and Cheers,
>
> Peter
>   


Seems to be working alright cross-browser except for a minor issue in 
IE/6 where the vertical rules are filling all the way up.

Tweak both to -3 or -2px and test:

* html #leftsidebar {
    margin-right: -10px;
}

* html #side2  {
    margin-left:-10px;
}

The text is tiny particularly for those on laptops at a high dpi.

See what you think:

Delete the font size on the wrapper,
#wrapper    {
    /*font-size: 0.82em;*/
}

and assign the p of the center column 100% and both side columns p's to 95%.







______________________________________________________________________
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