Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:44
netscape and opera - rounded corners - ugh...
Poster: btd108
Dated: Tuesday September 3 2002 - 18:08:08 BST
in netscape and opera, the top and bottom items in the menu are not displaying properly.
i tried to set a height attribute for the images, and this *almost* worked... which is to say that the image displays with the proper height, but now there is a border around the image and it is selectable, which i don't want.
here is a URL to see what i mean:
http://www.tli.unt.edu/library/dead/menu-test.htm
if you look at the bottom of the "modules" dropdown menu, you will see the image which is showing the unwanted border. for this specific menu, i loaded that image using the parameter *before* the normal place where i would insert the image src...
Code:
,"<img border=0 src=http://www.tli.unt.edu/library/javascripts/darkleft.gif height=21 width=131>","",,,0
instead of:
Code:
,"","# backimage=http://www.tli.unt.edu/library/javascripts/darkleft.gif;",,,0
any ideas how to make these round edges display properly in netscape and opera? i have a feeling that it is due to the height attribute not getting set properly, but i can't figure out to correct this.
thanks,
btd
incidentally, in netscape 4.7, the separator bars display properly on the submenus, but not on the first level popups? why?