Log In · Register

 
profile box, behind background
JCLore
post 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>
 
 
Start new topic
Replies
Insurmountable
post 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>
 

Posts in this topic
johncouzenslore   profile box   Oct 15 2007, 10:11 AM
Insurmountable   Change it to this: CODE<style> .profileIn...   Oct 15 2007, 10:38 AM
johncouzenslore   ok thanx   Oct 15 2007, 10:41 AM
Insurmountable   Yep no problem Have any other problems feel free...   Oct 15 2007, 10:44 AM


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: