Chris Blake wrote:
> Hi,
>
> I am having trouble getting something very basic to render in IE.
>
> http://www.glyszc.cn/tours.html
>
> Two simple columns in the main content. Render how I'd like in  
> Safari4, but get messed up by IE.
>
>
> Thanks, Chris
>   


This will should help bring Opera, SeaMonkey, Camino, and IE/6/7/8 on-board.

.twoColFixLtHdr #mainContent {  border: 1px solid red; overflow:hidden;
/*margin: 0 100 0 190px;*/
/*padding: 0 100px; */
}
.twoColFixLtHdr #mainContent #shows {  border: 1px solid red; 
overflow:hidden; width: 408px;
/*width: 550px;*/
/*height: 200px;*/
}
.twoColFixLtHdr #mainContent #shows img{ border: 1px solid red;
float: left;
margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent #shows #left{ border: 1px solid blue; 
width: 150px;
float: left;
}
.twoColFixLtHdr #mainContent #shows #right{ border: 1px solid red;width: 
150px;
float: right;
}

To fix the left column navigation block, you will need to validate the 
CSS (try shorthand properties).
BTW, Conditional Comments go in the head of the document immediately 
below the linked style sheet-- *not in the style sheet.*


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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