css___
.layer-3 {
background-image: url(_media/layer-3.jpg);
font-family: Georgia, Times, serif;
font-size: 12px;
line-height: 18px;
text-align:left;
text-decoration: none;
letter-spacing: 1px;
margin-left: 40px;
margin-right: 80px;
margin-top: 40px;
}
html___
any div layer with a line of text
problem___
margin left and margin top affect the background
image in IE 5.1 OS 9 and IE 5.5 Win.
what would you suggest ?
i want to avoid using 2 layers one over the other
or inside the other.
.class {background-image;margin-left: 40px;} in <div>
Hi drzero,
You could try background-position and give it values for top and left background-position: -5% 10%;
you would have to play with the values.
Hope that helps
pozizioned !
ok, thanks, good idea.
well, i only hope that it is the same behavior in all
browsers and not only a 5.1/5.5 problem
i would like to support IE 5.5 Win and IE OS 9 at any
means.