Putting Friends Space, Comments, Upcoming Shows, Blogs OVER A DIV OVERLAY |
Putting Friends Space, Comments, Upcoming Shows, Blogs OVER A DIV OVERLAY |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jul 2009 Member No: 735,453 ![]() |
How can I do this??
|
|
|
![]() |
![]()
Post
#2
|
|
![]() the name's mario ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,270 Joined: Jun 2008 Member No: 656,520 ![]() |
see
CODE table.friendscomments { edits the comments section moving it (position, left, left, top) so when you add position:relative; left:50%; left:XXXpx; top:5px; z-index: 2; } CODE z-index: #; it places the comment above other objects with lower z-indexesEXAMPLE: CODE table.friendscomments {
position:relative; left:50%; left:XXXpx; top:5px; z-index: 2; } |
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jul 2009 Member No: 735,453 ![]() |
see CODE table.friendscomments { edits the comments section moving it (position, left, left, top) so when you add position:relative; left:50%; left:XXXpx; top:5px; z-index: 2; } CODE z-index: #; it places the comment above other objects with lower z-indexesEXAMPLE: CODE table.friendscomments { position:relative; left:50%; left:XXXpx; top:5px; z-index: 2; } okay thanks but how can i position it to a desired area? |
|
|
![]() ![]() |