HI,
All attempts at supporting IE 5 seem futile. Is the percentage of
users of IE 5 that great, to require these efforts?
CK
On Jul 23, 2007, at 12:33 PM, Kepler Gelotte wrote:
CK,
I also see that you have fixed width header definitions within your
percentage width floated divs. I think earlier versions of IE would
widen
the container to accommodate the inner widths, so your 40% width
container
would widen to 500px even if 500px was 90% of your browser screen.
div#bd_secondary {
background-color:#CCCCCC;
float:right;
width:40%;
}
div.innercontainers h3 {
background-color:#FFFFFF;
color:#666666;
padding:4px 0pt;
text-align:left;
width:500px; /* try 100% instead */
}
--------------------------------
<div id="bd_secondary">
<div id="bd_inner_01" class="innercontainers">
<h3>
About
</h3>
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************