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

  • mj103185
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 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
13 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.

  • mj103185
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 10 months ago #7919 by mj103185
thanks for the quick help...

Please Log in to join the conversation.

Time to create page: 0.169 seconds
Powered by Kunena Forum