Coda Slider CSS
I am using Niall Doherty's Coda Slider on my web site but I am having trouble figuring out why some browsers like Firefox Mac/Windows and IE for Windows are rendering the thumbnail images at the bottom of the page in a vertical row instead of in a horizontal row as Safari Mac and Chrome are correctly rendering. I'm pretty sure the problem is somewhere in the CSS but I can't seem to figure it out.
The url with an example is: http://www.lazruda.com/gallery.php?page=3&cat=721576开发者_StackOverflow27372114619
Could someone please help? Your help is greatly appreciated.
Set the display of your .coda-nav ul li
class to display:inline-block
in your coda-slider-2.0.css css file, line 48.
精彩评论