jshowoff content rotator problem in IE7/IE8

Discussion in 'CSS' started by oozypal, Aug 10, 2010.

  1. #1
    I have installed jshowoff (http://ekallevig.com/jshowoff/) on my site. Everything worked ok in FF but not in IE's.

    I have attached two images showing the difference. The site can also be found at

    sr.testriva.com

    Would you please help me fix this issue in IE7/IE8?
    TIA
     

    Attached Files:

    • ff.png
      ff.png
      File size:
      21.7 KB
      Views:
      122
    • ie7-8.jpg
      ie7-8.jpg
      File size:
      11.5 KB
      Views:
      104
    oozypal, Aug 10, 2010 IP
  2. GeneM

    GeneM Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This doesn't look like a problem with the slider, but a problem with your CSS. Try setting the following code on the container:

    position: relative;
    Code (markup):
    If that doesn't work try positioning the objects absolute.
     
    GeneM, Aug 10, 2010 IP
  3. oozypal

    oozypal Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The container div.jshowoff has
    position: relative;
    Code (markup):
     
    oozypal, Aug 10, 2010 IP
  4. oozypal

    oozypal Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hello,

    I am still stuck on this issue. However, I found out the when I disable
    body
    {
      direction:rtl
    }
    
    Code (markup):
    Everything works ok but I need this direction to be rtl.

    Any more idea?
     
    oozypal, Aug 12, 2010 IP