Forum Moderators: not2easy
I need this image to perform a timed slideshow. I used Smooth Gallery 2.0 and input the code into the correct html and css sections since Joomla is no help.
Now my page looks like this:
<snip>
The images are suppose to transition between another, but they stack up on the page.
I've tried everything to get this to work, with no luck. I am at my last rope here.
Can anyone please help me with this?
[edited by: engine at 4:40 pm (utc) on May 6, 2009]
[edit reason] See CSS TOS [/edit]
#myGallery {
width: 756px;
height: 230px;
position: relative;
}
#myGallery a {
color: #ffffff;
}
#myGallery h2 {
font: normal 24px Arial, Helvetica, sans-serif;
color: #ffffff;
text-align: right;
width: 470px;
text-transform: none;
line-height: 24px;
position: absolute;
top: 30px;
right: 89px;
}
#myGallery h2 span {
font: bold 30px Arial, Helvetica, sans-serif;
line-height: 26px;
}
#myGallery #o_arrow {
position: absolute;
top: 34px;
right: 23px;
}
#myGallery #newsflash {
margin: 0px;
padding: 0px;
width: 437px;
background: transparent;
position: absolute;
right: 23px;
bottom: 23px;
}