Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Need help..

  1. #1
    Join Date
    Jun 2007
    Location
    Leicester
    Posts
    1,607
    Tokens
    0

    Latest Awards:

    Default Need help..

    right i need help with 2 things please..

    1] a script when you hover your mouse over a picture turns it into another picture. (like it makes the picture apear as its pressed down)

    2] a free layout for a scripts website (a layout simular to hotscripts.com or any other sites like that)

  2. #2
    Join Date
    Jul 2008
    Location
    Hastings, UK.
    Posts
    2,050
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Jebbo View Post
    right i need help with 2 things please..

    1] a script when you hover your mouse over a picture turns it into another picture. (like it makes the picture apear as its pressed down)

    2] a free layout for a scripts website (a layout simular to hotscripts.com or any other sites like that)
    First; It's called a roll-over script, and can easily be done via CSS, google it.

    Second; Google a simple layout.

  3. #3
    Join Date
    Jun 2007
    Location
    Leicester
    Posts
    1,607
    Tokens
    0

    Latest Awards:

    Default

    thanks..♣ any idea what i could type into google ?

  4. #4
    Join Date
    Jul 2008
    Location
    Hastings, UK.
    Posts
    2,050
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Jebbo View Post
    thanks..♣ any idea what i could type into google ?
    1: CSS Rollover script;
    2: Simple layout.

  5. #5
    Join Date
    Mar 2008
    Location
    Swindon, UK
    Posts
    1,274
    Tokens
    187
    Habbo
    :Ltd

    Latest Awards:

    Default

    Agree with Calon, i'd type for the second one

    'Too dumb to create their own layout "free layout"' or 'Im a cheap skate and like free stuff "free layout"'
    Hi, names James. I am a web developer.

  6. #6
    Join Date
    Jun 2007
    Location
    Leicester
    Posts
    1,607
    Tokens
    0

    Latest Awards:

    Default

    i can make my own, i just carnt code it. and i would love to learn how to code but i dont know were to start?

  7. #7
    Join Date
    Nov 2007
    Posts
    1,253
    Tokens
    150

    Latest Awards:

    Default

    css hover:

    HTML Code:
    .normalmode {
         background: url(yourimagehere.jpg);
    } 
    
    .normalmode:hover {
         background: url(yourimagehere_rollover.jpg);
    } 
    You get the idea.


    www.fragme.co = a project.

  8. #8
    Join Date
    Jun 2007
    Location
    Leicester
    Posts
    1,607
    Tokens
    0

    Latest Awards:

    Default

    Thanks !

  9. #9
    Join Date
    Nov 2005
    Posts
    4,486
    Tokens
    921

    Latest Awards:

    Default

    Getting a free layout should be easy.
    The quality of the layout may not be as good as if you make your own and you / someone who know's what they are doing codes it.
    "RETIRED" FROM HABBO(X)

    :¬:

    TOMSPIT / COWLY05


  10. #10
    Join Date
    Jul 2008
    Location
    London
    Posts
    25
    Tokens
    0

    Default

    you could also do the hover in js so it preloads the image

Page 1 of 2 12 LastLast

Posting Permissions

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