Results 1 to 5 of 5

Thread: Flashing Form Element Script

  1. #1
    Join Date
    Feb 2005
    Location
    Florida
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Flashing Form Element Script

    Hi again everyone...

    Im attempting to use this script:
    http://www.dynamicdrive.com/dynamici.../flashform.htm

    But out of the full script, Im only using the form text box, not the bottons or anything else
    Script works great, But I'd like to see if theres a way to change the Text box forum background color from white to black? and still keep the flashing text working


    Thanks for the help & replies DD,
    Last edited by rcourt64; 03-06-2006 at 05:19 PM.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    You can style it with
    Code:
    background-color: black;
    but it may not always work, because the browser doesn't necessarily render widgets.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Feb 2005
    Location
    Florida
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks twey,
    But embed that where? I tried a few spots & nothing.

    and what are 'widgets' ?

    Now even more confused

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    But embed that where?
    Code:
    <textarea class="flas&#104;it" style="background-color:black;"></textarea>
    and what are 'widgets' ?
    The little form elements you'd usually find in a native application - buttons, text areas, and the like.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Feb 2005
    Location
    Florida
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Your the man....or woman.....or whatever you are
    Your the one !!!!


    Thanks Twey


    Oppps back again.... Dont get mad at me cause of all the question,
    But now that I got the background black? I need to change the flashing text color from black & red to white & red.?

    Sorry to bother you all so much, this is getting embarassing...
    Last edited by rcourt64; 03-06-2006 at 07:19 PM.

Bookmarks

Posting Permissions

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