View Full Version : Css need help


Buzt3D
09-24-2005, 06:32 AM
http://img396.imageshack.us/img396/8218/layy7fn.jpg

that is the idea.


http://img396.imageshack.us/img396/7538/layy9iv.jpg

no 1
is the background
i use this code

<body background="pink.png">

no2
is the header.

<b style=position:absolute;left:1;top:5;>
<img src="header2.gif" border=0></b>

and no 3
the bg

need help with the bg.
what do i do so the bg repeating not from the top but from the header bcoz the header is transparent

im not good in english. tell me if ure not understand

MaGiCSuN
09-24-2005, 08:21 PM
you can't get the 3rd problem, it's just not possible.

<b style=position:absolute;left:1;top:5;>
<img src="header2.gif" border=0></b>

should be:

<div style=position: absolute; left: 1px; top: 5px;>
<img src="header2.gif" border="0"></div>

you can easily solve your layout by cutting the bottom part off
then make a bg of like 10px high, that one of those "bubbles" is in it.
and repeat that. But make the head image not transparent, but just as the way it is now

Love,
Mirna