![]() |
Rotate Text with Pictures
I'm trying to figure out how to cycle a set of pictures with the corresponding descriptions in a table, here is my picture code:
Code:
<script type="text/javascript">Code:
<SCRIPT type = "text/javascript">Thank you! |
With just the minimum changes to your code to get it to work you would end up with something like this:
Code:
<img id="pic" src="../Images/polishmines.jpg"> |
Have a look at
http://www.codingforums.com/showthread.php?t=247547 Post #5 All advice is supplied packaged by intellectual weight, and not by volume. Contents may settle slightly in transit. |
Thank you that helped a lot! It did not occur to me to set it up as a slide show. I am having a little problem centering the image(s) in their box:
Code:
td.image {-moz-border-radius: 10px 10px 10px 10px;-webkit-border-radius: 10px 10px 10px 10px;background:white;}Cheers Tom Sparks |
Disregard my last post I used padding instead although I would have preferred an auto v-align and h-align attribute.
Thank you for your help! |
Another shot at some alternative code...
Code:
<!DOCTYPE html>Gives a darker font, but that is adjustable as well. |
| All times are GMT +1. The time now is 11:18 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.