Results 1 to 9 of 9
  1. #1
    Join Date
    Dec 2006
    Location
    Kent, UK
    Posts
    627
    Tokens
    138
    Habbo
    Romanity

    Latest Awards:

    Default Looking for a code...

    Like on Habbox Rare Values when you hover over the image it give you the details.

    Any ides where to fetch a code similar to this?
    Sangreal / Romanity ~ Habbo UK & USA
    [OurHabbo.Net Owner]
    Lewis. (Formerly xRoyal15)

  2. #2
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,580
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    In other words like how HHGS values work?
    http://www.hhgs.net/radiodjpanel/rar...ues_public.php

  3. #3
    Join Date
    Dec 2006
    Location
    Kent, UK
    Posts
    627
    Tokens
    138
    Habbo
    Romanity

    Latest Awards:

    Default

    Yeh that sorta script
    Sangreal / Romanity ~ Habbo UK & USA
    [OurHabbo.Net Owner]
    Lewis. (Formerly xRoyal15)

  4. #4
    Join Date
    Dec 2006
    Location
    Kent, UK
    Posts
    627
    Tokens
    138
    Habbo
    Romanity

    Latest Awards:

    Default

    My bad on the bump, but any suggestions?
    Sangreal / Romanity ~ Habbo UK & USA
    [OurHabbo.Net Owner]
    Lewis. (Formerly xRoyal15)

  5. #5
    Join Date
    Jun 2008
    Location
    Manchester
    Posts
    766
    Tokens
    0

    Default

    Search for javascript tooltips.

  6. #6
    Join Date
    Oct 2007
    Posts
    824
    Tokens
    71

    Latest Awards:

    Default

    dynamicdrive.com

    go to mouseovers
    Vouches
    [x][x]

  7. #7
    Join Date
    Dec 2006
    Location
    Kent, UK
    Posts
    627
    Tokens
    138
    Habbo
    Romanity

    Latest Awards:

    Default

    Thanks, +rep to both of you
    Sangreal / Romanity ~ Habbo UK & USA
    [OurHabbo.Net Owner]
    Lewis. (Formerly xRoyal15)

  8. #8
    Join Date
    Jul 2004
    Location
    Ottawa, Canada
    Posts
    1,363
    Tokens
    1,513
    Habbo
    Yonder

    Latest Awards:

    Default

    The one we use on Habbox is using a hidden span that only shows when hovered over the image.

    Code:
    <style type="text/css">
      <!--
    a.info1{
        position:relative; /*this is the key*/
        z-index:24; background-color:#ECEAD8;
        color:#000;
        text-decoration:none;}
    
    a.info1:hover{z-index:25; background-color:#ECEAD8}
    
    a.info1 span{display: none; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;}
    
    a.info1:hover span{ /*the span will display just on :hover state*/
        display:block;
        position:absolute;
        bottom:20px; left:20px; width:15em;
        border:0px solid #0cf;
        text-align: center;}
        --->
    </style>
    PHP Code:
      <table border="0" cellpadding="0" cellspacing="10" width="100%"><tr><td align="center" width="16%" bgcolor="#ECEAD8" bgcolor="#ECEAD8"><class="info1" href="#"><img border="0" src="http://uploadpicz.com/Danube/LLL6ZFX.png"  title="" alt=""><span><table border="0" width="310" height="42" cellpadding="0" style="border-collapse: collapse">
        <
    tr>
            <
    td height="6" width="6" align="right" valign="bottom">
            <
    img border="0" src="https://habbox.com/images/hover/top_left.gif" width="6" height="6"></td>
            <
    td height="6" width="298" background="https://habbox.com/images/hover/top.png" colspan="3">
            </
    td>
            <
    td height="6" width="6" align="left" valign="bottom">
            <
    img border="0" src="https://habbox.com/images/hover/top_right.gif" width="6" height="6"></td>

        </
    tr>
        <
    tr>
            <
    td height="19" width="6" background="https://habbox.com/images/hover/left.png">&nbsp;</td>
            <
    td bgcolor="#F2F2F2" colspan="3" width="298">The Petal Patch Floor rare value was last updated on January 102009. </td>
            <
    td height="19"  width="6" background="https://habbox.com/images/hover/right.png">&nbsp;</td>
        </
    tr>
        <
    tr>
            <
    td height="17" width="6" align="right" valign="top">

            <
    img border="0" src="https://habbox.com/images/hover/bottom_left.gif" width="5" height="5"></td>
            <
    td height="17" width="17" background="https://habbox.com/images/hover/bottom.gif" align="right" valign="top"></td>
            <
    td height="17" width="13" align="right" valign="top" background="https://habbox.com/images/hover/bottom.gif">
            <
    img border="0" src="https://habbox.com/images/hover/V.gif" width="13" height="17"></td>
            <
    td width="268" background="https://habbox.com/images/hover/bottom.gif" align="left" valign="top" height="16">&nbsp;</td>
            <
    td height="17" width="6" align="left" valign="top">
            <
    img border="0" src="https://habbox.com/images/hover/bottom_right.gif" width="5" height="5"></td>
        </
    tr>
    </
    table></span></a><br>1 T 20 CS<br>= 86 CS</td

  9. #9
    Join Date
    Dec 2006
    Location
    Kent, UK
    Posts
    627
    Tokens
    138
    Habbo
    Romanity

    Latest Awards:

    Default

    Oooo thank you
    Sangreal / Romanity ~ Habbo UK & USA
    [OurHabbo.Net Owner]
    Lewis. (Formerly xRoyal15)

Posting Permissions

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