profile box, behind background |
profile box, behind background |
Oct 15 2007, 10:11 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 682 Joined: Oct 2007 Member No: 580,818 |
i added my profile box back to the div but it appears behind the background
this is the code i used CODE <style>
.profileInfo {width:450px; height:470px; position:absolute; background-color:transparent; border:0px solid; border-color:white; margin-left:100px; margin-top:600px; text-align:justify; visibility:visible;} </style> |
|
|
|
![]() |
Oct 15 2007, 10:38 AM
Post
#2
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
Change it to this:
CODE <style>
.profileInfo {width:450px; height:470px; position:absolute; background-color:transparent; border:0px solid; border-color:white; margin-left:100px; margin-top:600px; text-align:justify; visibility:visible; z-index:5;} </style> |
|
|
|
Oct 15 2007, 10:41 AM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 682 Joined: Oct 2007 Member No: 580,818 |
ok thanx
|
|
|
|
Oct 15 2007, 10:44 AM
Post
#4
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
Yep no problem
Have any other problems feel free to make a new topic; if you need this re-opened PM me /topic closed |
|
|
|
![]() ![]() |