tomfmason Posted November 4, 2006 Share Posted November 4, 2006 My content is level with the bottom of my left navaigation bar. This is not happening in IE. I validated the css and it had a couple minor issues that have nothing to do the problem that I am having..Here is a link.. http://www.thomashostings.net/home/layout/layout2/Here is the code for the content.. If you need more, let me know.[code]#container{ width: 559px; float: right; clear:both; padding: 0px 0px 0px 0px;}#contents{ width: 450px; border: 1px dotted #336699; background-color:#FFFFFF; font-family:Tahoma; font-size:12px; margin:10px auto;} [/code]Any suggestions would be great.Thanks,Tom Link to comment https://forums.phpfreaks.com/topic/26112-simple-alignment-issue-with-ff/ Share on other sites More sharing options...
tomfmason Posted November 4, 2006 Author Share Posted November 4, 2006 I fixed it..The fix[code]#container{ padding:0; margin-left: 221px;}[/code]Thanks,Tom Link to comment https://forums.phpfreaks.com/topic/26112-simple-alignment-issue-with-ff/#findComment-119433 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.