Jump to content

Jquery Plugin, help needed!


runawaykinms

Recommended Posts

Hello,

 

I am working on a website and have become frustrated while trying to implement a jquery plugin (cycle plugin). I could really use some help on this one.  :confused:

 

The website has a basic layout with a table in the center for the main content of the page. In the table, one of the table cells will be used for a rotating ad. I attempted to use the jquery cycle plugin and it seems to work well, except the images that are suppose to cycle are out of alignment with the table cell.

 

I am not sure if this is an issue with the plugin or with the CSS I have used. I have attached both files.

 

Thanks in advance

 

[attachment deleted by admin]

Link to comment
Share on other sites

I have been playing around with this some more and have found one other thing that may help.

 

When I change the code in question from this:

 

        <div id="slideshow">

            <img src="5300VL[1].jpg" width="100%" height="450"/>

            <img src="acoustic-bricks.jpg" width="100%" height="450"/>

        </div>

 

To this:

 

        <div id="slideshow">

            <img src="5300VL[1].jpg" width="100%" height="450"/>

        </div>

 

The image fits perfectly, however, since there is only one image the cycle plugin doesn't work. Why when I add more images does the alignment change?

 

Thanks

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.