Closed (fixed)
Project:
URL Icon
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2008 at 18:02 UTC
Updated:
29 Dec 2008 at 19:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
sanduhrsWhich theme are you using?
Comment #2
ButchC. commentedI'm using an configured channel nine theme, already controlled every css posibility. Even defined the class of the icon and tryed to solve this effect on this way but it has no effect …
EDIT: The
<a>tag is used on the icon because of the underlineComment #3
sanduhrsSo, trying a fresh Drupal 6 setup with urlicon and channel nine, all is well!
See the attached picture of the test.
On line 18 in defaults.css (drupal core), there is:
img {
border:0pt none;
}
which removes all borders from all images. So you probably changed that somwhere, check your modifications.
Comment #4
ButchC. commentedGot it … the default.css was overwritten by me an i got no clue why only Firefox got this issue. Thanks a lot for your fest supprt!
Comment #5
sanduhrsYou're welcome.