Results 1 to 6 of 6

Thread: very simple dynamic page need modify

  1. #1
    Join Date
    May 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default very simple dynamic page need modify

    a very simple page to swap image, (tried two types, a href and button both can swap image), i hope the text "01" or "02" will be different background-color when viewed, how?


    <a href="#" onClick= "document.images.show.src = '01.jpg'">01</a>&nbsp;
    <a href="#" onClick= "document.images.show.src = '02.jpg'">02</a>&nbsp;
    <input type=button onClick= "document.images.show.src = '01.jpg'" value="01">&nbsp;
    <input type=button onClick= "document.images.show.src = '02.jpg'" value="02">&nbsp;
    <img src="01.jpg" name="show">

    thanks!

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    what image are you trying to swap, exactly? is it actually a button, a background-image, or is it just a normal image on the page?

  3. #3
    Join Date
    May 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thks.

    here is an example, the first is my code:"View Image"


    the 2 & 3 is code of "Featured Content Slider v2.4"
    http://www.dynamicdrive.com/dynamici...tentslider.htm

    i hope the text of "01", "02" has different background-color when be viewed, like "Featured Content Slider v2.4"




  4. #4
    Join Date
    May 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    the "Featured Content Slider v2.4" is complex, i can't modify it now.

  5. #5
    Join Date
    Apr 2009
    Location
    Cognac, France
    Posts
    400
    Thanks
    2
    Thanked 57 Times in 57 Posts

    Default

    Are trying to change the button background, when you use text, or change an image when you "hover" over it.

    This was covered in this thread, http://www.dynamicdrive.com/forums/s...ad.php?t=44149, in the CSS forum last month.

  6. #6
    Join Date
    May 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thank you!

    i want the button/link change the background-color when viewed (including mouse move out)
    see http://www.dynamicdrive.com/dynamici...tentslider.htm

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
  •