|
|
 |
Re: FN-FORUM: CSS help
date posted 11th December 2006 13:01
On 11 Dec 2006 13:33:41 -0000, Tony Crockford [EMAIL REMOVED] wrote:
> the div's within the contentdiv need to be position:absolute and
> contentdiv needs to be position:relative so they are positioned with
> respect to contentdiv
>
> using position relative means the content of the divs affects the
> content that follows it.
>
> If I understand you, you want them all on top of each other? a picture
> would help.
> ;o)
>
>
sorry I'd been trying different things. This was the code I menat to
post based on what was suggested yesterday...
#headerdiv{position:absolute; top:0px; left:0px; height:auto;}/*header holder*/
#contentdiv{position:relative;}/*content holder*/
#scorebackground{position:absolute ; z-index:2; top:0px; left:0px;}/*content 1*/
#scoreimage{position:absolute ; z-index:3; top:0px; left:0px;}/*content 2*/
#scores{position:absolute ; z-index:4; top:0px; left:0px;}/*content 3*/
Yes you are right, I want the three content divs on top of each other,
but below a header.
Paul
|
 |
|