runawaykinms Posted May 12, 2010 Share Posted May 12, 2010 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. 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 https://forums.phpfreaks.com/topic/201457-jquery-plugin-help-needed/ Share on other sites More sharing options...
runawaykinms Posted May 12, 2010 Author Share Posted May 12, 2010 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 https://forums.phpfreaks.com/topic/201457-jquery-plugin-help-needed/#findComment-1056941 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.