The icon gets an border and i can't prevent this effect. Watch the tiny pic i added …
I use an Mac. In Safari there's no problem with this issue but in Firefox, dont tested it on Windows.

Thanks for the usefull module …

CommentFileSizeAuthor
#3 urlicon.png8.24 KBsanduhrs
Bild 5.jpg5.48 KBButchC.

Comments

sanduhrs’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Which theme are you using?

ButchC.’s picture

Category: support » bug
Status: Postponed (maintainer needs more info) » Active

I'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 underline

sanduhrs’s picture

Category: bug » support
Status: Active » Closed (fixed)
StatusFileSize
new8.24 KB

So, 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.

ButchC.’s picture

Category: support » bug
Status: Closed (fixed) » Fixed

Got 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!

sanduhrs’s picture

Category: bug » support
Status: Fixed » Closed (fixed)

You're welcome.