Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: Help! - Buttons

  1. #1
    Join Date
    Apr 2006
    Location
    Australia
    Posts
    3,916
    Tokens
    2,074

    Latest Awards:

    Default Help! - Buttons

    I need help with the buttons on my webbie :]

    http://habbovalues.ueuo.com/PlainIndex.html

    [Best viewed in IE]

    anyhow I need it so that when you're viewing the page say Habbo Club... the button is highlighted with a white background just like in the real catalogue... if you get what I mean?

    Highlighted as in just like Home. When you leave Home and click like Habbo Club i want home to become grey and Habbo Club to become white background..ed

    God I hope that made sence lol!

  2. #2
    Join Date
    Aug 2004
    Location
    United Kingdom
    Posts
    5,769
    Tokens
    1,249
    Habbo
    Beneficial

    Latest Awards:

    Default

    If this makes any sense:

    When on the Habbo Club page, remove the image of the normal catalogue (edit it) and then make it grey.. if you get me?
    what is fetch gretchen?

  3. #3
    Join Date
    Apr 2006
    Location
    Australia
    Posts
    3,916
    Tokens
    2,074

    Latest Awards:

    Default

    But it uses iFrames

  4. #4
    Join Date
    Aug 2004
    Location
    United Kingdom
    Posts
    5,769
    Tokens
    1,249
    Habbo
    Beneficial

    Latest Awards:

    Default

    I mean like edit the image then upload it, and change the url to the image on HTML on that webpage
    what is fetch gretchen?

  5. #5
    Join Date
    Nov 2006
    Location
    Chillwell, UK
    Posts
    343
    Tokens
    0

    Default

    Wow Nice idea Like the Latest Rare thing

  6. #6
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    Right, this can be very easily done. Just google search something like: Rollover images.

    All you need to do, is make a copy of all the images but with a grey background instead of a white background.

    Then change the rollover image to the image with the grey background and when you hover over the button, it will turn to a grey background

  7. #7
    Join Date
    Apr 2006
    Location
    Australia
    Posts
    3,916
    Tokens
    2,074

    Latest Awards:

    Default

    But I want it to stay white when your viewing the page -cry-

  8. #8
    Join Date
    Dec 2006
    Location
    da hood.
    Posts
    274
    Tokens
    0

    Default

    Im making it my new mission to help you with your situation Flipton...

    Let me investigate,

    *puts on my thinking cap and makes a pot of coffee*


    Cool people: Spaceinvader, Xeoro, RNelson, -1., Redtom, Sam, Tomm, snail.


  9. #9
    Join Date
    Apr 2006
    Location
    Australia
    Posts
    3,916
    Tokens
    2,074

    Latest Awards:

    Default

    Ooo why thankyou

    I await you're... SOLUTION!

  10. #10
    Join Date
    Feb 2006
    Location
    Coventry
    Posts
    2,096
    Tokens
    0

    Latest Awards:

    Default

    Crappy way but its spur of the moment sort of thing.

    Ok use php navigation if you do not know what it is find a tutorial on it.

    Then for example your pages will be like index.php?page=Rares

    And in the html you could have something like this:

    If the Row was rares in it this would be the code for example.

    HTML Code:
     <tr
    PHP Code:
    <?php if($_GET['page'] == Rares) { echo "style='background: color'; }?>
    HTML Code:
    >Rares</tr>
    Sorry about that if you dont understand.
    Last edited by Sygon.; 08-12-2006 at 05:41 PM.

Page 1 of 3 123 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
  •