Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Henk 1 post 21 karma points
    Nov 16, 2010 @ 15:07
    Henk
    0

    :Hover not working in IE8

    Hi,

    I'm Having trouble getting the :hover working in IE and Umbraco

    In my Template I have:

    <div id="Logo">
    <img src="/media/25/logo.png" style="float:right;" alt="Logo" />
    </div>

    In my CSS I have:

    #Logo
    {
    position:relative;
    height:100px;
     
    }
    #Logo:hover {
    background-color:red; 
    }

    This works in FireFox but in IE 8 nothing happens.

    I tested the code outside of Umbraco and then it works, so I believe it is Umbraco related.

    I hope someone can help me.

  • Sebastiaan Janssen 5058 posts 15520 karma points MVP admin hq
    Nov 16, 2010 @ 15:11
Please Sign in or register to post replies

Write your reply to:

Draft