- Posts: 2
- Thank you received: 0
Hot Image Slider apears on the top... PLEASE HELP.
-
mj103185
Inactive member - Topic Author
- New Member
Less
More
13 years 8 months ago #7898
by mj103185
Hot Image Slider apears on the top... PLEASE HELP. was created by mj103185
How do I fix this issue ?.
www.urbandevelopmentcorporation.com/index.php
Hot Image Slider apears in the top instead of overlapping on the Flash image.. Please help.. Newbie to Joomla..
www.urbandevelopmentcorporation.com/index.php
Hot Image Slider apears in the top instead of overlapping on the Flash image.. Please help.. Newbie to Joomla..
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #7909
by ivan.milic
Replied by ivan.milic on topic Re: Hot Image Slider apears on the top... PLEASE HELP.
Hi,
Your div containing flash object has position:absolute; and top set to 104px
#flashcontent {
position: absolute;
width: 100%;
height: 436px;
top: 104px;
z-index: 10;
}
you can also put slider in absolute position and set it's position where you want:
#header_hotslider
{
position: absolute;
z-index: 2000;
top: 104px;
left:0;
}
Your div containing flash object has position:absolute; and top set to 104px
#flashcontent {
position: absolute;
width: 100%;
height: 436px;
top: 104px;
z-index: 10;
}
you can also put slider in absolute position and set it's position where you want:
#header_hotslider
{
position: absolute;
z-index: 2000;
top: 104px;
left:0;
}
Please Log in to join the conversation.
Time to create page: 0.155 seconds