• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Browser independent menus

 
Ranch Hand
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone know any browser independent menus (values getting from DB) in javascript?
It should work in all kind of browsers with all it's version. Not like working in IE 5.5 and not in IE 7.0.
Working in Windows 2000 in IE 6.0, but not in XP IE 6.0/IE 7.0.

Shortly I am looking for the menu which should not have any compatability issues due to browsers (IE, firefox) and OS (Windows 2000, XP, MAC..)

Whenever the new version is coming out it's diffcult to fix the issues..

apart from java applet..

any open framework is available..? or guidelines to write a browser compatability javascript coding..?any suggestions..
 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you looked at jquery?? There are many types of cross browser menus that you can create with it as given here...
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is normal to have to upgrade between browsers, just find code that makes the upgrade easy.

Eric
reply
    Bookmark Topic Watch Topic
  • New Topic