Forum Moderators: not2easy
This box seems to be problem and here is code but don't know how to fix work with IE 6.0
<div align="center">
<div align="center">
<p align="left"><img src="images/arrow blue.jpg" alt="" width="64" height="62" border="10" align="left" class="img_indent" /><span class="wrapper"><img src="images/border.jpg" alt="" width="9" height="90" border="10" align="left" class="img_indent" /></span><span class="l">Unsecured Loans</span><span class="l">EZ Loans</span>
<div class="clear"></div>
</div>
</div>
I too am new to this forum and found it seeking a solution to what appears to be exactly the same issue as ccorsell. I have tested my new website in 46 different browsers and the *only* one that breaks it is IE6 - surprise, surprise!
If you enter <> into the render box at <snip> with the setting at IE6 the problem is very apparent - the right column falls below. Entering <snip> and rendering with any other version shows what is the required result.
Any help gratefully appreciated. Happy to post the CSS and HTML if needed [just shout what you need].
Best wishes to all - and thanks for the forum - Jack
[edited by: SuzyUK at 9:30 pm (utc) on May 20, 2008]
[edit reason] No urls, please post code, thanks [/edit]
Thanks for responding. Yes. I am trying to have two columns side by side pretty much. If you look at this site in IE 6.0 you will see that column 2 goes under column 1. As for the css here is the code. Let me know if you need other info.
#site_center {text-align:center;}
#main {width:950px; margin:0 auto; text-align:left;}
#header {height:400px;}
.col_1, .col_2, .col_3 { float:left;}
/*======= index.html =======*/
#page1 #content .wrapper { background:url(images/line1.gif) 390px 0 repeat-y; width:975px;}
#page1 #content .col_1 {width:390px;}
#page1 #content .col_2 { width:560px;}
/*======= index-1.html =======*/
#page2 #content .wrapper { background:url(images/line1.gif) 315px 0 repeat-y; width:780px;}
#page2 #content .col_1 {width:339px;}
#page2 #content .col_2 { width:414px;}
/*======= index-2.html =======*/
#page3 #content .col_1 { width:780px;}
/*======= index-3.html =======*/
#page4 #content .wrapper { background:url(images/line1.gif) 315px 0 repeat-y; width:780px;}
#page4 #content .col_1 {width:339px;}
#page4 #content .col_2 { width:414px;}
/*======= index-4.html =======*/
#page5 #content .wrapper { background:url(images/line1.gif) 315px 0 repeat-y; width:780px;}
#page5 #content .col_1 {width:316px;}
#page5 #content .col_2 { width:464px;}
/*=========================*/
#footer {height:90px;}