Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Feb 2006
    Location
    Ontario Canada
    Posts
    4,587
    Tokens
    0

    Latest Awards:

    Default

    Swindon Sound uses css to do theres.

    .:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
    .:.: Stand up for what is right, even if you stand alone:.:.


  2. #12
    Join Date
    Jul 2007
    Location
    Swindon
    Posts
    990
    Tokens
    125

    Default

    here is the code we or I use just to clear things up,
    Code:
    value="Coming Soon" onclick="if (this.value == 'Coming Soon') { this.value = ''; }" onfocus="if (this.value == 'Coming Soon') { this.value = ''; }" onblur="if (this.value == '') { this.value = 'Coming Soon'; }"
    Hope this helps anyone?

  3. #13
    Join Date
    Oct 2006
    Posts
    2,918
    Tokens
    946
    Habbo
    Verrou

    Latest Awards:

    Default

    @Eccentric:
    How do you make it so that when you click on the text-box the outline colour changes?
    Quote Originally Posted by Special-1k View Post
    How do you uninstall an internet? I want to uninstall my Google Chrome and
    get firefox but I never really got rid of an internet my dad usually did it for me.
    If you know how post below so I can do this.

  4. #14
    Join Date
    May 2007
    Location
    Nebo, NC, USA
    Posts
    2,517
    Tokens
    0

    Latest Awards:

    Default

    make sure the <form has:

    name="bla" or something.

    then onfocus="formname.fieldname.style.border = '1px solid #000000'"

  5. #15
    Join Date
    Jul 2007
    Location
    Swindon
    Posts
    990
    Tokens
    125

    Default

    input {
    normal css }
    input : focus {
    when you click in there }

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •