<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>trouble with IE 6+7 and FF layout in Webmasters and Developers</title>
<link>http://www.dslreports.com/forum/r22625560</link>
<description></description>
<language>en</language>
<pubDate>Thu, 10 Dec 2009 23:32:04 EDT</pubDate>
<lastBuildDate>Thu, 10 Dec 2009 23:32:04 EDT</lastBuildDate>

<item>
<title>trouble with IE 6+7 and FF layout</title>
<link>http://www.dslreports.com/forum/remark,22625560</link>
<description><![CDATA[<A HREF="/useremail/u/644963"><b>pnkmunky</b></A> : www.lavabarrestaurant.com<br><br>Ok so the above link is the live version of the site that I have up right now. Everything is pretty much good with it except for the fact that in IE, the content area div is being shifted down below the navigation bar on the left. This is the closest I've gotten to getting the site to be cross browser compatible. In the CSS code you will notice I only have the navigation bar floated left, the content area to the right of it is not floated, it is positioned with margins next to the navigation bar. Now....<br><br>www.lavabarrestaurant.com/test<br><br>This is the site where I'm testing out new HTML/CSS code in order to get the site to look the same across all browsers (mainly IE is the one giving me trouble, as usual). Here I'm floating both the navigation bar and the content area. Problem is I'm running into new issues now that were not present before I floated the content area. I basically would like if someone could take a look at my code and help me figure out what I'm doing wrong or what I'm not doing so that my website will look the same across all browsers (mainly IE, Firefox, Safari, Opera). <br><br>CSS code for lavabarrestaurant.com<br><br><textarea name="code" class="text" cols=50 rows=10>#wrapper{&#012;margin-right: auto;&#012;margin-left: auto;&#012;width: 982px;&#012;position: relative;&#012;margin-top: 0px;&#012;margin-bottom: 0px;&#012;text-align: left;&#012;height: auto;&#012;}&#012;#header{&#012;margin: 0px;&#012;padding: 0px;&#012;height: 296px;&#012;width: 982px;&#012;background-image: url(images/header_bg_03.gif);&#012;background-repeat: no-repeat;&#012;min-height: 297px;&#012;position: relative;&#012;}&#012;#nav_bar{&#012;float: left;&#012;width: 241px;&#012;top: 0px;&#012;padding: 0px;&#012;margin: 0px;&#012;height: auto;&#012;background-image: url(images/layout1wslices_22.gif);&#012;background-repeat: repeat-y;&#012;}&#012;#content_area{&#012;background-image: url(images/layout1wslices_08_new.gif);&#012;width: 741px;&#012;max-width: 741px;&#012;min-height: 607px;&#012;background-repeat: repeat-y;&#012;position: relative;&#012;padding-top: 25px;&#012;padding-right: 39px;&#012;padding-bottom: 39px;&#012;padding-left: 39px;&#012;margin-top: 0px;&#012;margin-right: 0px;&#012;margin-bottom: 0px;&#012;margin-left: 241px;&#012;}&#012;#footer{&#012;width: 981px;&#012;height: 69px;&#012;}&#012;body {&#012;margin-left: 0px;&#012;margin-top: 0px;&#012;margin-right: 0px;&#012;margin-bottom: 0px;&#012;text-align: center;&#012;background-image: url(images/main_bg.gif);&#012;background-repeat: repeat-x;&#012; &#012;}&#012;.style3 {font-size: 14px}&#012;.style6 {&#012;font-size: 24px;&#012;font-weight: bold;&#012;font-family: Verdana, Arial, Helvetica, sans-serif;&#012;}&#012;.style7 {&#012;font-size: 16px;&#012;font-weight: bold;&#012;}&#012;.style1 {color: #FF0000}&#012;.style8 {color: #000000}&#012;.style9 {font-size: 21px}&#012;.style10 {font-size: 21px; font-weight: bold; }&#012; &#012;#nav_content_wrapper{&#012;background-image: url(images/nav_content_bg.gif);&#012;background-repeat: repeat-y;&#012;overflow: hidden;&#012;}&#012;#nav_highlight{&#012;background-image: url(images/layout1wslices_23.gif);&#012;height: 324px;&#012;background-repeat: repeat-y;&#012;position: static;&#012;margin-top: -324px;&#012;margin-right: 0px;&#012;margin-bottom: 0px;&#012;margin-left: 0px;&#012;}&#012; &#012;</textarea><!--end code block--><br>CSS code for lavabarrestaurant.com/test<br><br><textarea name="code" class="text" cols=50 rows=10>#wrapper{&#012;margin-right: auto;&#012;margin-left: auto;&#012;width: 982px;&#012;position: relative;&#012;margin-top: 0px;&#012;margin-bottom: 0px;&#012;text-align: left;&#012;height: auto;&#012;}&#012;#header{&#012;margin: 0px;&#012;padding: 0px;&#012;height: 296px;&#012;width: 982px;&#012;background-image: url(images/header_bg_03.gif);&#012;background-repeat: no-repeat;&#012;min-height: 297px;&#012;position: relative;&#012;}&#012; &#012;#nav_bar{&#012;float: left;&#012;width: 241px;&#012;top: 0px;&#012;padding: 0px;&#012;margin: 0px;&#012;}&#012;#content_area{&#012;background-image: url(images/layout1wslices_08_new.gif);&#012;width: 741px;&#012;max-width: 741px;&#012;min-height: 607;&#012;background-repeat: repeat-y;&#012;overflow: auto;&#012;float: right;&#012;margin: 0px;&#012;padding: 0px;&#012;}&#012;#footer{&#012;width: 981px;&#012;height: 69px;&#012;}&#012;body {&#012;margin-left: 0px;&#012;margin-top: 0px;&#012;margin-right: 0px;&#012;margin-bottom: 0px;&#012;text-align: center;&#012;background-image: url(images/main_bg.gif);&#012;background-repeat: repeat-x;&#012; &#012;}&#012;.style3 {font-size: 14px}&#012;.style6 {&#012;font-size: 24px;&#012;font-weight: bold;&#012;font-family: Verdana, Arial, Helvetica, sans-serif;&#012;}&#012;.style7 {&#012;font-size: 16px;&#012;font-weight: bold;&#012;}&#012;.style1 {color: #FF0000}&#012;.style8 {color: #000000}&#012;.style9 {font-size: 21px}&#012;.style10 {font-size: 21px; font-weight: bold; }&#012; &#012;#nav_content_wrapper{&#012;background-image: url(images/nav_content_bg.gif);&#012;background-repeat: repeat-y;&#012;overflow: auto;&#012;}&#012;#nav_highlight{&#012;background-image: url(images/layout1wslices_23.gif);&#012;height: 324px;&#012;background-repeat: repeat-y;&#012;margin-top: 0px;&#012;}&#012;#actual_content{&#012;margin-top: 20px;&#012;margin-right: 20px;&#012;margin-bottom: 20px;&#012;margin-left: 39px;&#012;}&#012; &#012;</textarea><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22625560</guid>
<pubDate>Sun, 28 Jun 2009 20:48:28 EDT</pubDate>
</item>

</channel>
</rss>
