Log In · Register

 
Putting Friends Space, Comments, Upcoming Shows, Blogs OVER A DIV OVERLAY
KhizarKarim
post Jul 2 2009, 04:59 PM
Post #1


Newbie
*

Group: Member
Posts: 8
Joined: Jul 2009
Member No: 735,453



How can I do this??
 
 
Start new topic
Replies
pandemonium
post Jul 2 2009, 09:15 PM
Post #2


the name's mario
******

Group: Official Member
Posts: 1,270
Joined: Jun 2008
Member No: 656,520



see
CODE
table.friendscomments {
    position:relative;
    left:50%;
    left:XXXpx;
    top:5px;
    z-index: 2;
}
edits the comments section moving it (position, left, left, top) so when you add
CODE
z-index: #;
it places the comment above other objects with lower z-indexes
EXAMPLE:
CODE
table.friendscomments {
    position:relative;
    left:50%;
    left:XXXpx;
    top:5px;
    z-index: 2;
}
 

Posts in this topic


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