The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
[URL]http://img26.exs.cx/img26/5403/help7oz.jpg[/URL]
How do I fix this in opera please? Driving me mental.
the css is : -
div#bl {
background: transparent url(../i/bl.jpg) no-repeat bottom left;
position: relative;
left: -10px;
height: 21px;
width: 21px;
margin: 0px;
}
html>body #bl {
top: 5px;
}
-=-=-=-=-=
[EDIT] dammit. Just realised that the text isnt displaying properly. It's supposed to flow around the womans contour. ARG!
[EDIT2] Second part as above fixed. I hate CSS. Still got the positioning bug.
[edit3] All fixed. Bug in css sheet.
*{
margin: 0px;
padding: 0px;
color: #aaa;
}
was
e*{
margin: 0px;
padding: 0px;
color: #aaa;
}
Breaking the rule. GRRRRRRRRR.
[URL]http://img26.exs.cx/img26/5403/help7oz.jpg[/URL]
How do I fix this in opera please? Driving me mental.
the css is : -
div#bl {
background: transparent url(../i/bl.jpg) no-repeat bottom left;
position: relative;
left: -10px;
height: 21px;
width: 21px;
margin: 0px;
}
html>body #bl {
top: 5px;
}
-=-=-=-=-=
[EDIT] dammit. Just realised that the text isnt displaying properly. It's supposed to flow around the womans contour. ARG!
[EDIT2] Second part as above fixed. I hate CSS. Still got the positioning bug.
[edit3] All fixed. Bug in css sheet.
*{
margin: 0px;
padding: 0px;
color: #aaa;
}
was
e*{
margin: 0px;
padding: 0px;
color: #aaa;
}
Breaking the rule. GRRRRRRRRR.