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 strongm 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: TGWW
  • Order by date
  1. TGWW

    HELP QUICK PLEASE

    I have a major problem. My flash nav bar works fine on a PC but when viewed in a page on a MAC the &quot;transparant&quot; part of the nav bar blocks some of the page. <OBJECT classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot...
  2. TGWW

    WinME: Keyboard Layout on DOS Mode

    Humm im not sure how to resolve this.. but the issue may related to windows ME not using a true DOS interface and just emulating one.
  3. TGWW

    Fatal exception error

    Check what software you have running in the background.. Printer or scanner drivers are notorious for causing these types of errors. Try disabling each program running in memory one at a time and see which one is causing the problem this way. The problem is probably caused my two drivers or...
  4. TGWW

    Disable right mouse button completely - passthison.com does it - how?

    I happen to agree with jund. The ability to view the source of a page is a big driving force behind the rapid development of the internet! It certainly helps me as im in the process of learning Javascript at the moment. The internet is a community and as such needs to be willing to share...
  5. TGWW

    Show hide layers

    Just bringing this to the top again because id like to hear of anymore opinions people may have on the matter!X-)
  6. TGWW

    Try this one!

    OK but i dont understand how i can use stopPropagation and cancelBubble
  7. TGWW

    Show hide layers

    Now we can argue about where we can arguee!!!!
  8. TGWW

    Show hide layers

    OK. Im speaking from the point of view of someone who is just starting to learn Javascript. It IS a huge pain to have to make your code cross browser compatible... it seems to me that there are to many &quot;standards&quot; and not enough compatibility. Why should a programer or web designer...
  9. TGWW

    Try this one!

    no just 6 would do
  10. TGWW

    Show hide layers

    ok im not saying that this is good or right just that this is the status of the internet and the way its developing and a few people sticking to older browsers or slower connections isnt gonna slow it down. So if you cant beat em, join em and influence it positively. Just to prove that im not...
  11. TGWW

    Show hide layers

    The nature of the internet is that it is a dynamic constantly evolving entity. You cannot use the internet and not expect it to change even over a very short time. The internet is the fastest growing area of media and therefore the fasest evolving. Therefore as its users we must be prepared...
  12. TGWW

    Try this one!

    Cool that works great in IE .. but it dont work and that stupid excuse for a browser Netscrape. Any ideas?
  13. TGWW

    Try this one!

    ohhh i forgot to mention it cant rollover on any <div> elements!!!
  14. TGWW

    Show hide layers

    no i think &quot;force&quot; was the right word!!!! Darn it the things FREE sort it out :-)
  15. TGWW

    Try this one!

    I need an image to change when the mouse moves over any part of the page.
  16. TGWW

    Show hide layers

    document.layers.layername.visibility='hide' This works in netscape but not IE document.getElementById('layername').style.visibility=&quot;hidden&quot; I discovered works in the latest versions of IE and Netscrape. If theve got an old version they can DOWNLOAD THE LATEST VERSION! :-)
  17. TGWW

    Try this one!

    I need a script that onMouseOver any and all elements on a page will swap and image! Can anyone help! Thanks :o)
  18. TGWW

    How do I reference elements in Layers in NN

    iza's solution works in just Netscape. Mine is cross browser compatible. Use whatever you need.
  19. TGWW

    How do I reference elements in Layers in NN

    Try this document.getElementById('name'). :-)
  20. TGWW

    IE to Netscape

    hah.. worked round it myself... thanks anyway :)

Part and Inventory Search

Back
Top