Woody Woodman wrote:
> I'm having difficulty determining why my columns at www.mlsmailinginc.com are 
> overlapping in IE 8/Win and Safari/Mac but not in FireFox3.5/Mac. 

It's because you have left: 2em; on #nav (and it does overlap in mac 
ff/3.5.7.



In your style sheet, delete these:
/*<style type="text/css">*/
/*#container-head */
/*</style>*/


Amend this selector:
#nav {
position: absolute;
left: /*2em delete*/  0;
top: 135px; width: 1em; 
padding:0;
margin: -1px 0 0 -1px;
font: 1em verdana, arial, sans-serif;
text-align: left;
color: #ffffff; }       







> Also, although I've read just about every sticky-footer explanation I can 
> find, when I try to implement the fixes, they don't work as evidenced at the 
> site. Seeking any advice on what I am missing. 
>   



Validate the markup and css and bring it back to the list.



> Thanks in advance,
>
> Woodie
>                                         
>
>   





Best, ~d


-- 
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/

______________________________________________________________________
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