Hello,
I have a problem with hover - I cannot seem to make it work.
I'm using IE7.
This is my code:
html:
Code:
...
<button class="mybutton">Hover me</button>
...
.css
Code:
...
.mybutton {
width: 200px;
behavior: url("../inclues/pie/PIE.htc");
}
.mybutton:hover {
width: 100px;
}
...
I am sure that behavior is applied correctly - because if I add shadow style to .mybutton class it is displayed correctly.
Thank you for your time!