|
|
 |
Re: SPAM-LOW: RE: FN-FORUM: CSS Help Please
date posted 15th November 2007 14:10
On 15 Nov 2007, at 14:55, Phillip Healey wrote:
>
> It=92s a light bulb. You can only see the top of it to the left of the =
=20
> nav
> tabs. The rest of the bulb is hidden below the two divs below. I =20
> need the
> whole image to display
put it in the top div. set the top div to position: relative, set the =20=
image to position: absolute and make space for it with padding in the =20=
divs below.
or float it in the top div without clearing the other divs and it will =20=
float down and move content aside.
or put it in a wrapper div and set the other divs to a transparent =20
background.
?
|
 |
|