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:

TeamJTAG
  • Prospect
Status: Offline
Joined: Jul 09, 201013Year Member
Posts: 602
Reputation Power: 23
Status: Offline
Joined: Jul 09, 201013Year Member
Posts: 602
Reputation Power: 23
Hey

I need help coding a layout that I'm currently doing. Im trying to do this:

[ Register or Signin to view external links. ]

But I get this:

[ Register or Signin to view external links. ]

Any ideas? Will +rep, appreciate all help thanks.
#2. Posted:
Imp
  • Blind Luck
Status: Offline
Joined: Jan 01, 201113Year Member
Posts: 1,957
Reputation Power: 401
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.
#3. Posted:
TeamJTAG
  • Prospect
Status: Offline
Joined: Jul 09, 201013Year Member
Posts: 602
Reputation Power: 23
Status: Offline
Joined: Jul 09, 201013Year 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.
#4. Posted:
Lic
  • TTG Senior
Status: Offline
Joined: Dec 09, 201112Year Member
Posts: 1,939
Reputation Power: 83
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
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.