Forum Moderators: not2easy
here is the css:
.sectionimage {
width: 250px;
height: 122px;
margin: 70px 120px 0px 0px;
padding-top: 7px;
padding-bottom: 7px;
float: right;
background-image:url(images/welcome.gif);
background-repeat:no-repeat;
}
In IE 6, the image is displaying far to the left of the other browsers.
Why is this, and what can I do to get it to display roughly where the other browsers are showing it?
thank you