I have a problem with IE 6

Discussion in 'CSS' started by wseo, May 4, 2010.

  1. #1
    Hello,

    I have a problem with CSS script - not visualized with Browser IE6

    With IE 7 and IE 8 i not have a problem, but with IE 6 -

    Show this link for example of the problem http://greecehoteling.com/singlehotels/evridiki_hotel

    Just thumbnails not visualized with mouse-over script - some with IE6

    Please help me why and how to repair that
     
    wseo, May 4, 2010 IP
  2. s_ruben

    s_ruben Active Member

    Messages:
    735
    Likes Received:
    26
    Best Answers:
    1
    Trophy Points:
    78
    #2
    I think it doesn't work because IE6 supports "hover" attribute only for tag "a". And I guess you have to do it using JavaScript. As I see the website is made by using Wordpress and you have to do it by customizing the theme.
     
    s_ruben, May 4, 2010 IP
  3. daytimetvisrottingmybrain

    daytimetvisrottingmybrain Peon

    Messages:
    119
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Unless the client has specifically requested (and is paying you extra) to ensure this site is IE6 compatible, why waste your time worrying about it?

    The sooner web designers stop supporting this awful, outdated browser, the sooner it will die. And that day can't come quick enough! :D
     
  4. stoneRide

    stoneRide Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    ie6 only supports css :hover for anchor tags
    but you can do it using jquery

    $("#sometag-id").hover(function(){
    //what ever you want
    });
     
    stoneRide, May 6, 2010 IP