Forum Moderators: not2easy

Message Too Old, No Replies

Help, problems with IE6 width components

         

felipematt

10:39 pm on Sep 22, 2008 (gmt 0)

10+ Year Member



<html>
<div id="content1">
<div id="title"></div>
<div id="thumb">
<table id="tbl_tn" align="center">
<tr>
<td><a href="..."><img src="..." width="50" height="38" title=""></a></td>
<td><a href="..."><img src="..." width="50" height="38" alt="..."></a></td>
</tr>
</table></div>
<div id="foto"><img src="..." id="atual"/></div>
<div id="legenda" align="center"></div></div>
</html>

In firefox i have exactly the result i want. And "content1" is exacly how i wanted to be.
However in internet explorer 6 i get a strange result
[box.net...]
i hosted two screenshots in box.net, first with the internet explorer appearance and with firefox.

The css file is this one:(i put just the parts that matter)

#title{
background-image:url(austitle.png);
width:550px;
height:29px;
color:#FFFFFF;
}

#content1{
width:550px;
height:548px;
background-color:#FFFF00;
border:solid black thin;
}

#legenda{
color:#FFFFFF;
background-color:#000000;
height:17px;
width:550px;
}

#thumb{
background-image:url(ftn.png);
width:550px;
height:96px;
}
#foto{
width:550px;
height:406px;
background-image:url(ftn.png);
}

As you can see, i set up the background-color of content1 to yellow, so you can see exactly the problem i am finding with the width of the divs inside content1.
Hope someone can help me

felipematt

10:41 pm on Sep 22, 2008 (gmt 0)

10+ Year Member



By the way i was looking again to the website i passed, and i have to confess that it seems too much like trojan or virus website, but please do not worry, and you can google for box.net! You can trust it!

=)!