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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.