Quote:
Originally Posted by Chojin
okay, no, IE seems to be using the values in the important block. I tried both
right: 25px !important;
right: 35px;
and
right: 35px;
right: 25px !important;
With the idea that the element in question needs to be further to the left in IE, but both times IE takes the 25px value.
|
Hmm, I've only ever used it for IE6 problems in the past so I guess it's supported by IE7. I can't give you much more advice atm, but I'll have another look tomorrow if you've not fixed it by then.