You are viewing our Forum Archives. To view or take place in current topics click here.
Overlaying with CSS? +REP
Posted:
Overlaying with CSS? +REPPosted:
Status: Offline
Joined: Jul 09, 201014Year Member
Posts: 602
Reputation Power: 23
#2. Posted:
Status: Offline
Joined: Jan 01, 201113Year Member
Posts: 1,957
Reputation Power: 401
Not got any code to go on, but it looks as though you have not set the position of your images to absolute and not set the z-index correctly.
position:absolute;
left:0px;
top:0px;
z-index:-1;
the image with a higher stack order will appear on top of the one with a lower stack order.
position:absolute;
left:0px;
top:0px;
z-index:-1;
the image with a higher stack order will appear on top of the one with a lower stack order.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jul 09, 201014Year Member
Posts: 602
Reputation Power: 23
Thanks for your help, I managed to sort it whilst waiting for replies but I did what you had said to do I think. Good to see someones active within this section haha, +rep.
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Dec 09, 201112Year Member
Posts: 1,939
Reputation Power: 83
Well i was going to say the same thing as the other guy but then i also thought maybe you did not match up with the box model and width and height and stuff, but glad you got it done
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.