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 IamaSherpa 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: *

  1. Thinius

    How do I make a link load a div?

    Thanks, Mugiwara. I'll definitely work on this.
  2. Thinius

    How do I make a link load a div?

    What I meant is like how google images loads the image you are looking for above all else and greys the rest out. I'll try to figure out what you gave me Thanks for your help. If I were Luffy I'd recruit you.
  3. Thinius

    How do I make a link load a div?

    Hi Strawhat, yes you are right, the link loads a box which would be displayed on top of that "lock" but the html is so long I took everything out to show what I needed help with.
  4. Thinius

    How do I make a link load a div?

    What I mean is that clicking the link should make it do what the following does.<html> <head> <style type="text/css"> #lock { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #000; opacity: 0.7; } </style> </head> <body> <div id=lock></div> </body> </html>
  5. Thinius

    How do I make a link load a div?

    Hi everyone, I know this is a stupid question but I can't figure out how to make a link load a div. I have <html> <head> <style type="text/css"> #lock { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #000; opacity: 0.7; } </style> </head> <body> <p>This page will...
  6. Thinius

    How to change to uppercase w/ mouse paste

    Thanks Vacunita, you're right about the browers but its still a great help!
  7. Thinius

    How to change to uppercase w/ mouse paste

    Hi everyone, I've been trying to amend this so that when I paste text in with a mouse it changes to uppercase automatically. Does anyone know how this can be done? <html> <head> <script type="text/javascript"> function upperCase(x) { var y=document.getElementById(x).value...
  8. Thinius

    How to utilise different charsets within a script?

    Hello everyone, I'm looking for some help. What I'd to know is how to refer to characters from different charsets like Herbrew or Japanese simultaneously, as well as English and all others within the same script block. E.g, if ( xx[M]=="C" ) { N = 1;} if ( xx[M]=="?" ) { N = 2;} Please note...

Part and Inventory Search

Back
Top