Css bug with ie6
OFF - February 8, 2009 - 15:07
| Project: | Smileys |
| Version: | 6.x-1.0-alpha5 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | OFF |
| Status: | closed |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| ie-sux.png | 41.5 KB |

#1
http://drupal.org/cvs?commit=230594
#2
Automatically closed -- issue fixed for 2 weeks with no activity.