Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
This is not umbraco related, in IE, depending on your html doctype the hover selector only works on anchor tags.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
: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.
This is not umbraco related, in IE, depending on your html doctype the hover selector only works on anchor tags.
is working on a reply...