goo
02-05-2009, 09:39 PM
Hello,
I would like to put slideshow images functioned with JavaScript inside a CSS unordered list.
<ul>
<li><script type="text/javascript">(my image1 here)</script></li>
<li><script type="text/javascript">(my image2 here)</script></li>
<li><script type="text/javascript">(my image3 here)</script></li>
</ul>
But even if I use li {display:inline;} the list appears vertically. How do I put them next to each other horizontally? Is it possible?:confused:
Hope you can help so I can sleep... Thank you!!
Goo x
I would like to put slideshow images functioned with JavaScript inside a CSS unordered list.
<ul>
<li><script type="text/javascript">(my image1 here)</script></li>
<li><script type="text/javascript">(my image2 here)</script></li>
<li><script type="text/javascript">(my image3 here)</script></li>
</ul>
But even if I use li {display:inline;} the list appears vertically. How do I put them next to each other horizontally? Is it possible?:confused:
Hope you can help so I can sleep... Thank you!!
Goo x