Hi everyone. If anyone has a few mins it would be much appreciated if you could grab a look at this page:

http://dev.ketanvakil.com/blueslate/ourindustries/case_studies.html

This page in particular is causing me problems - display was fine in Safari/Firefox and then displays as it does in IE 6 on windows. I have been trying out changes including the holly hack (which screw up the spacing below in Firefox)... Some changes such as clearing DIV's in different places actually cause IE to crash.

The style sheet piece in question is pasted below, which you can see in context at the bottom of the CSS file:

Thanks for any insight!
-Ketan

---

#content {margin: 12px 0 10px 170px; border-left: 1px dotted #606f84; padding: 5px 0 0 25px; max-width: 60em; min-height:250px;}

/* 3 COLUMN CONTENT, CASE STUDIES */
#contentright {width:28%; float:left; padding:0 0 10px 0; margin- right:10px;}
#contentcenter {width:28%; float:left; padding:0 10px 10px 0; margin- right:10px; border-right:1px solid #bfc1c5;}
#contentleft {width:28%; float:left; padding:0 10px 10px 0; margin- right:10px; border-right:1px solid #bfc1c5; clear:left;}
.case {width:100%; background-color:#e0e1e4; background-image: url ("../images/caseBG.gif"); background-repeat: no-repeat; background- position:top left; margin-top:6px;}
#contentleft .case p{padding:8px 10px 10px 20px; margin:0;}
#contentcenter .case p{padding:8px 10px 10px 20px; margin:0;}
#contentright .case p{padding:8px 10px 10px 20px; margin:0;}
/* hide from IE-mac \*/
* html .hollyhack {height: 1%;}
/* end hide */




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to