Forum Moderators: not2easy

Message Too Old, No Replies

Problems with the css in Joomla 1.5

joomla, css slideshow issues

         

phillyphil99

8:06 am on May 6, 2009 (gmt 0)

10+ Year Member



Hello. I purchased a Joomla template which has an image displayed in it like a header. The only problem is it's not a header or in a module section and can't be modified thru Joomla.

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]

phillyphil99

8:16 am on May 6, 2009 (gmt 0)

10+ Year Member



This is the only code I change in the css file. I changed the original #snd to #myGallery:

#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;
}

simonuk

8:11 am on May 7, 2009 (gmt 0)

10+ Year Member



This sounds more like a script problem than a CSS problem. It might be that the images are meant to be hidden or they could be pulled in from another location/database. It all depends on how the script running it works.

I would first start looking at the scripting and not the CSS