one of the menu item supposed to look like:
Code: Select all
aI("image=sample_images/2menu1.gif;overimage=sample_images/2menu1_over.gif;url=about.htm;");
this rollover item was not cliackable (bad behavior) in IE 6.0.2818 on windows 2000.
this item was clickable (good behavior) using mozilla firefox, or netscape.
solving this problem was by adding this to my hosting HTML:
Code: Select all
<style type="text/css">
BODY{
FONT-FAMILY:verdana;
}
</style>
note- if the font verdana doesn't exist in the os- so the problem continues.
is it a bug in IE? or in firefox?
or just in milonic?