View Full Version : Some questions


Merike
12-11-2004, 03:06 PM
I have vertically repeated and centered background. How do I make it start from 0px at top instead of smth 8px it starts from automatically?
Also how do I make a div that's centered and has relative position to start from 0px at top?

kittycat
12-11-2004, 03:25 PM
Could you post a link to the page with the problem? Might help to see it

Merike
12-11-2004, 03:41 PM
Oops, I formed my question wrong. To fix my layout I need div at 0px or background from 8px.

www.zone.ee/t i t/blog.php without spaces

Note: IE has some problems displaying, better with Firefox and Opera.

kittycat
12-11-2004, 03:44 PM
Try adding margin: 0; to the body section of your CSS.

Merike
12-11-2004, 03:56 PM
It fixed it for IE and Firefox but not for Opera.
And IE still misplaces the background, why's that?