Cathy, Designer wrote:
>   And this site (www.tibbles.net/misc/blog) works 
> fine in IE 5.5, and 7, 8, firefox, NN, and a bunch of others that I got 
> screenshots for.  What on earth is going on with 6.0??  I'm completely 
> stuck here! 
>
> regards,
> Cathy
>
>
>
>
>   



Fix compliant browsers first-- the content escapes right with "heavy 
hand" font-scaling stress testing.

.entry-content, .entry-excerpt {
width: 530px; <------------------------- :: add for all browsers::
}

Replace what you have now in the CC's for IE/6 with this, to keep the 
textblock within its parent, and prevent auto expanding of it.

#content {
overflow-x: hidden;
width:585px;
}

.entry-content, .entry-excerpt {
margin-left: -15px;
}


-- 

A thin red line and a salmon-color ampersand forthcoming.

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