Closed o-l-e closed 11 years ago
On my demo, I use display: inline-block; to show the slides horizontally. If you put spaces between them, spaces will render and break the layout. Don't put spaces between them.
If you want images on separate lines without spaces, this is valid html:
<img src="..."
/><img src="..."
/><img src="..."
/><img src="..." />
Hi,
for some reason when i change the markup in your demo from this:
to this:
a strange margin/padding/border gets added on the sides of the image slides.
I found that when the < img > tags had no space or line breaks i works fine, but when i add my own line by line, the slides go all offset and weird.
Is this a bug, or is it supposed to be like this?
Thanks for great work!