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

Status:active» fixed

This has already been fixed in CVS, see #411848: External Links css validation errors.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

#3

Version:6.x-1.7» 6.x-1.9

The problematic CSS zoom property is here again in version 1.9.

#4

Status:closed (fixed)» active

#5

Category:task» bug report

#6

Category:bug report» support request
Status:active» fixed

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.css

to your info file and override it.

See #613964: Icons are not displayed under IE6 + 7 .

#7

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.