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
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 ![]() |
I'm not quite sure what you're asking. Do you want those sections to appear above a DIV container? Do you want to customize them?
Try looking at this. |
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jul 2009 Member No: 735,453 ![]() |
I'm not quite sure what you're asking. Do you want those sections to appear above a DIV container? Do you want to customize them? Try looking at this. yeah thats what i ment sections over a DIV, and that link DOESNT HELP |
|
|
![]()
Post
#4
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 ![]() |
chill.
Just add z-index's to the different classes that you want to show above the DIV container. So what you would do is add this to your DIV class in your CSS: CODE z-index:1; and this to the classes what you want to appear above it: CODE z-index:2;
|
|
|
![]()
Post
#5
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jul 2009 Member No: 735,453 ![]() |
chill. Just add z-index's to the different classes that you want to show above the DIV container. So what you would do is add this to your DIV class in your CSS: CODE z-index:1; and this to the classes what you want to appear above it: CODE z-index:2; yahh sryy... what do you mean by this??? canu give me an example with afull code |
|
|
![]()
Post
#6
|
|
![]() 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
#7
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 ![]() |
^Yup.
A few other classes would be, Blog: CODE table.latestBlogEntry Friends: CODE table.friendSpace Shows: CODE table table td.text div Music Player: CODE table table td.text div object That's a few I think. Although, I'm not exactly 100% sure if those are the classes but you can take a look at Eileen's tutorial again. |
|
|
![]()
Post
#8
|
|
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? |
|
|
![]() ![]() |