Closed (fixed)
Project:
Smileys
Version:
6.x-1.0-alpha5
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Feb 2009 at 15:07 UTC
Updated:
11 Jul 2009 at 16:00 UTC
I have checked up as looks smile-box in different browsers..
in ie6 there is a problem, it is obvious with properties "width:auto" and "height:auto"
Problem can see on a screenshot
The given problem appear because of css properties
.smiley-class {
cursor: pointer;
height: auto;
width: auto;
border: 0;
}
if I remove:
height: auto;
width: auto;
ie6 displays smileys correctly.
I hope you change a css file in next module version.
And sorry for my English.
| Comment | File | Size | Author |
|---|---|---|---|
| ie-sux.png | 41.5 KB | off |
Comments
Comment #1
Gurpartap Singh commentedhttp://drupal.org/cvs?commit=230594