IE 7 Quotes Fix
-
Hi,
I’m not sure if you are aware, but the before: content doesn’t work in ie 7.
Luckily because you added a span with a class for the quotes we can add this to fix it.
.testimonialswidget_open_quote {
*zoom: expression( this.runtimeStyle[‘zoom’] = ‘1’, this.innerHTML = ‘“’);
}.testimonialswidget_close_quote {
*zoom: expression( this.runtimeStyle[‘zoom’] = ‘1’, this.innerHTML = ‘”’);
}Can’t add the hyphen the same way though as no span.
Just thought some one might find this interesting.
https://www.ads-software.com/extend/plugins/testimonials-widget/
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘IE 7 Quotes Fix’ is closed to new replies.