Alan K Baker wrote:

 >  http://www.triviumwine.com/continuum_site/pages/vision.html

> I agree. (Not about the 'brightest star'!!! <g>).
> 
> It works fine in IE6, IE7, Firefox, Opera and Safari, apart from Firefox 
> rendering the footer with more height than you intended.
> 
> Could it be that your browser didn't refresh after you tried it when it was 
> wrong?
> 
> Regards, 
>  
> Alan.


I forgot to mention this. Try`changing these selectors

html #outerWrapper #contentWrapper #content
#outerWrapper #contentWrapper #leftColumn1
#outerWrapper #contentWrapper #content
#outerWrapper #contentWrapper .clearFloat
#outerWrapper #footer

to just

#content
#leftColumn1
#content
.clearFloat
#footer

It will work the same as before but with much less specificity. Also 
combine the styles for #content. This is how style sheet can get quickly 
out of hand and can takes month to untangle the matrix of specificity 
when there are many such descendant selectors [1] with IDs.

[1] <http://www.w3.org/TR/CSS21/selector.html#descendant-selectors>


Alan

http://css-class.com/test/
______________________________________________________________________
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