Forum Moderators: not2easy
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