Posted by andregriffin on June 18, 2009 at 8:26pm
Jump to:
| Project: | External Links |
| Version: | 6.x-1.9 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The "zoom" property in extlink.css not valid CSS 2.1 or CSS 3. Is there a purpose for the property? Perhaps an IE requirement? If it is an IE requirement, I suggest using conditional CSS to import an IE CSS file that contains the property for both selectors. This way, at least browsers that matter will still validate.
Comments
#1
This has already been fixed in CVS, see #411848: External Links css validation errors.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.
#3
The problematic CSS zoom property is here again in version 1.9.
#4
#5
#6
Removing zoom broken IE6 and IE7. It's necessary and I don't want to make a conditional stylesheet just for one line. If it bothers you and you don't care about IE6 and IE7, add
stylesheets[all][] = extlink.cssto your info file and override it.
See #613964: Icons are not displayed under IE6 + 7 .
#7
Automatically closed -- issue fixed for 2 weeks with no activity.