Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2006
    Posts
    1,939
    Tokens
    0

    Latest Awards:

    Default Images Rollover..

    am looking for the code for images rollover link.. could someone help pls =D

  2. #2
    Join Date
    Dec 2006
    Location
    Nottingham
    Posts
    7,752
    Tokens
    756
    Habbo
    katie.pricejorda

    Latest Awards:

    Default

    <img src="image url here" alt="Roll over here">

    That's it

  3. #3
    Join Date
    Nov 2006
    Posts
    1,939
    Tokens
    0

    Latest Awards:

    Default

    i tink you misunderstand me.. when you put ur mouse over the image the images changes to another image..

  4. #4
    Join Date
    May 2006
    Posts
    1,797
    Tokens
    0

    Latest Awards:

    Default

    use simple javascript?

    Add to your img tag..

    HTML Code:
    onmouseover="this.src='ROLLOVER IMG';" onmouseout="this.src='ORIGINAL IMG';"
    Coming and going...
    Highers are getting the better of me

  5. #5

    Default

    Quote Originally Posted by Puma View Post
    i tink you misunderstand me.. when you put ur mouse over the image the images changes to another image..
    If you have Dreamweaver, use the buit in script..

Posting Permissions

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