mauricerail
New Member
I'm using a Carousel in the link below under the section "PROPERTY DOCUMENTS". In IE 8 the li's are looking weird they aren't wide like they look in modern browsers. Is there a simple fix on this so that it can look good in IE8? Right now I have the following custom attributes on the li's but am having no luck. They aren't showing up at all in IE7 so I'm hoping that this fix will have them show up in IE7 also. \[code\] .boutique img{ } .boutique a { } .boutique li { }\[/code\]I just recently took out the css I had. It was making things worse. Here is the jQuery... \[code\]<script>$(document).ready(function(){ $('#boutique').boutique({ container_width: 200, front_img_width: 58, front_img_height: 72, starter: 3, speed: 900, hovergrowth: 0.2, behind_opacity: 0.3, back_opacity: 1, frames: 3, autoplay: false, hovergrowth: 0, freescroll: false, move_on_hover: false, text_front_only: true, });});\[/code\]and the link to the jQuery file. http://landpros.turnpostinteractive.com/javascripts/jquery.boutique.jshttp://landpros.turnpostinteractive.com/LandPros_Details2_1.htmlHere is a link to what its doing in ie8... http://imgur.com/5LWsXalAny help would be awesome! Thank you!