CSS and IE 8

Discussion in 'Programming' started by fastreplies, May 19, 2010.

  1. #1
    IE 8 would not obey CSS request to keep image in specified spot.
    Every other browser including IE 6 executing that request without any problems.

    The understand what I'm talking about, go to http://www.amray.com/searches/new/
    use mouse over thumbnail and try to see all 10 thumbs in IE 8 and then try FF or Safari

    In IE 6 we used

    <!--[if IE]>
    <style type="text/css">
    .thumbnail: hover span { /*CSS for enlarged image*/
    position: absolute;
    }
    </style>
    <![endif]-->
    Code (markup):
    which fixed this occurrence but it does nothing for IE 8

    Please PM me if you have any idea how to fix it

    ;)

    fastreplies
     
    fastreplies, May 19, 2010 IP