- Thank you received: 0
Making things "float" over the flash menu
-
dancash
-
Topic Author
- New Member
-
Less
More
12 years 1 month ago #25336
by dancash
Making things "float" over the flash menu was created by dancash
When I change the logo module position's bottom margin to a negative number (to make the graphics in that position sit or float over the top of the flashy menu. However, when I do this, the graphic are hiding behind the menu. Even when I set the z-index to a ridiculous number, they stay put. It appears to be in front of the white border, but not the pictures.
Any ideas?
Here is the site: www.brorafting.com
Any ideas?
Here is the site: www.brorafting.com
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #25346
by ivan.milic
Replied by ivan.milic on topic Making things "float" over the flash menu
You need to position it relatively to make z-index have effect:
.flashes_logo .custom IMG{
position: relative;
z-index: 10;
}
.flashes_logo .custom IMG{
position: relative;
z-index: 10;
}
The following user(s) said Thank You: dancash
Please Log in to join the conversation.
-
dancash
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
12 years 1 month ago #25396
by dancash
Replied by dancash on topic Making things "float" over the flash menu
That did it. I had changed the position when I was trying a different format out and forgot to put it back in.
Thanks! Love your templates.
Thanks! Love your templates.
Please Log in to join the conversation.
Time to create page: 0.193 seconds