Hot Image Slider apears on the top... PLEASE HELP.

More
14 years 10 months ago #7898 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..

Please Log in to join the conversation.

More
14 years 10 months ago #7909 by ivan.milic
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;
}

Please Log in to join the conversation.

More
14 years 10 months ago #7919 by mj103185
thanks for the quick help...

Please Log in to join the conversation.

Time to create page: 0.196 seconds
Powered by Kunena Forum