Universal CSS Navigation Menu Support Product Page

Answered

cannot get icons to show

Asked 05 Jul 2012 19:59:56
1
has this question
05 Jul 2012 19:59:56 phil vouers posted:
I have a test page at www.herbalrescuerecipes.com/test.php and although the icons have been uploaded my page doesn't display them.. just text??

Replies

Replied 06 Jul 2012 06:31:03
06 Jul 2012 06:31:03 Vulcho Vulev replied:
Hello Phil.

You are using IE i guess.There is a problem with rendering the width and height attributes.
instead of using :

<img width="24" border="0" height="24" alt="Contact" src="icons/email.png">


Use:

<img src="icons/email.png" border="0" alt="Contact">


Regards: Vulcho.

Replied 06 Jul 2012 10:02:39
06 Jul 2012 10:02:39 phil vouers replied:
I also noticed that the icons didn't show when using icon finder unless I reopened them in fireworks then resaved them to a different directory

Reply to this topic