Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- css only works in safari


gbgamblers23 - 7:00 pm on Jan 30, 2009 (gmt 0)


I narrowed it down to the css not working on only one part of the html document :

<div class="main-content">

<h1 class="pagetitle">Text text text text text </h1>

<div class="column1-unit">

<h2>text text text text text </h2>

<p>text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text </p>

</div>
</div>

This is the CSS code that corresponds with this html

.column1-unit {width:440px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

.main-content {display:inline; /*Fix IE floating margin bug*/; float:left; width:440px; margin:0 0 0 30px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/; font-family:Verdana, Arial, Helvetica, sans-serif}


Thread source:: http://www.webmasterworld.com/css/3838275.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com