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 (1 - 7)
Mikeplyts
post Jul 2 2009, 06:01 PM
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.
 
KhizarKarim
post Jul 2 2009, 07:53 PM
Post #3


Newbie
*

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



QUOTE(Mikeplyts @ Jul 2 2009, 07:01 PM) *
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
 
Mikeplyts
post Jul 2 2009, 08:14 PM
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;
 
KhizarKarim
post Jul 2 2009, 09:00 PM
Post #5


Newbie
*

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



QUOTE(Mikeplyts @ Jul 2 2009, 09:14 PM) *
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
 
pandemonium
post Jul 2 2009, 09:15 PM
Post #6


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;
}
 
Mikeplyts
post Jul 2 2009, 09:23 PM
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.
 
KhizarKarim
post Jul 4 2009, 10:30 AM
Post #8


Newbie
*

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



QUOTE(hermes @ Jul 2 2009, 10:15 PM) *
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;
}


okay thanks but how can i position it to a desired area?
 

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