netscape and opera - rounded corners - ugh...

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
btd108
Beginner
Beginner
Posts: 2
Joined: Tue Sep 03, 2002 5:07 pm

netscape and opera - rounded corners - ugh...

Post by btd108 »

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: Select all

,"<img border=0 src=http://www.tli.unt.edu/library/javascripts/darkleft.gif height=21 width=131>","",,,0
instead of:

Code: Select all

,"","# 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?
Post Reply