Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pgv19
  • Order by date
  1. pgv19

    expanding menu - not working in firefox

    Hi all, I am using the code below for my expanding menu. It works fine in IE. But not in firefox. Is there any way to fix this? i appreciate any help. CODE: <html> <head> <title></title> <style type="text/css"> ul#menu1{list-style-type: none;} ul#menu1 li{ font-family:Impact, Arial...
  2. pgv19

    expanding menu - how to hide submenus

    I tried copying/pasting several times. Tried notepad, word and dreamweaver but i swear it would not work - even tried on the desktop and laptop. Anyway, after maybe the hundredth time, it just suddenly worked. I keep tracing back, still cant figure out what the mistake was. :confused: Thanks...
  3. pgv19

    expanding menu - how to hide submenus

    oopps.. nm... i was thinking of another forum... and yes, ive tried to contact the author, no reply...
  4. pgv19

    expanding menu - how to hide submenus

    http://javascript.internet.com/feedback.html
  5. pgv19

    expanding menu - how to hide submenus

    the site directs me to this forum in case there are questions... here's the code, btw. <!-- Paste this code into the CSS section of your HTML document --> ul#menu { width: 100px; list-style-type: none; border-top: solid 1px #b9a894; margin: 0; padding: 0; } ul#menu ol { display...
  6. pgv19

    expanding menu - how to hide submenus

    Hi everyone, I am new to javascript so I need help from the experts. I am using the code for an expanding menu that I got from here: http://javascript.internet.com/navig...ding-menu.html It works perfect. However, i would like the submenus to be hidden on default. I was wondering how i can...

Part and Inventory Search

Back
Top