Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 2 of 2
  1. #1
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default Coding Problem...

    Hello,

    This happens in IE:


    The bit in the red box should join (the dotty bit with the blank line), it joins in FF but not IE.

    PHP Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <
    html xmlns="http://www.w3.org/1999/xhtml">
    <
    head>
    <
    meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <
    title>HabboLab</title>
    <
    style type="text/css">
    <!--
    body {
            
    margin0px;
            
    backgroundurl(images/bottom_BG.giffixed bottom #69a8dc;
            
    background-positionbottom;
            
    background-repeatrepeat-x;
            
    height100auto;
    }
    #hm {
            
    height100%;
            
    floatleft;
    }
    #left {
        
    floatleft;
        
    width143px;
        
    heightinherit;
    }
    #right {
            
    floatleft;
            
    width410px
            
    font-family"Tahoma"Verdana;
            
    font-size10px;
    }
    #top_left {
            
    background-imageurl(images/top_left.gif);
            
    width143px;
            
    height14px;
            
    text-aligncenter;
            
    font-family"Tahoma"Verdana;
            
    font-size10px;
            
    color#FFFFFF;
            
    font-weightbold;
    }
    #top_left_below {
            
    background-imageurl(images/top_left_bot.gif);
            
    height179px;
            
    padding-left4px;
            
    font-family"Tahoma"Verdana;
            
    font-size10px;
            
    color#FFFFFF;
    }
    #left_title {
            
    background-imageurl(images/left_title_bg.gif);
            
    height15px;
            
    text-aligncenter;
            
    font-family"Tahoma"Verdana;
            
    font-size10px;
            
    color#FFFFFF;
            
    font-weightbold;
            
    padding-top2px;
    }
    #left_second {
            
    background-imageurl(images/left_bg.gif);
            
    padding-left4px;
            
    font-family"Tahoma"Verdana;
            
    font-size10px;
            
    color#FFFFFF;
            
    padding-top4px;
            
    /* NOT WORKING IN IE */
            
    min-height230px;
    }
    #left_third {
            
    background-imageurl(images/left_third.gif);
            
    /* DOESNT WORK IN IE */
            
    min-height167px;
            
    text-aligncenter;
    }
    /* Small box #1 */
    #box {
            
    padding-top30px;
            
    padding-left8px;
            
    text-aligncenter;
            
    font-family"Tahoma"Verdana;
            
    font-size10px;
    }
    #box_top {
            
    background-imageurl(images/third_box_top.gif);
            
    background-positionbottom;
            
    background-repeatno-repeat;
            
    width123px;
            
    height6px;
    }
    #box_mid {
            
    background-imageurl(images/third_box_mid.gif);
            
    width123px;
    }
    #box_bot {
            
    background-imageurl(images/third_box_bot.gif);
            
    width123px;
            
    height6px;
            
    background-positiontop;
            
    background-repeatno-repeat;
    }
    /* Right */
    #banner {
        
    background-imageurl(images/banner.gif);
        
    width410px;
        
    height123px;
        
    margin0px;
        
    padding0px;
    }
    .
    content_mid {
            
    background-imageurl(images/content_mid.gif);
            
    width398px;
            
    padding-right4px;
            
    padding-left8px;
            
    padding-top6px;
    }
    #content_top {
            
    background-imageurl(images/content_top.gif);
            
    background-positionbottom;
            
    background-repeatno-repeat;
            
    height10px;
    }
    #break {
            
    background-imageurl(images/three_breal.gif);
            
    background-repeatno-repeat;
            
    height5px;
    }
    #banner_below {
        
    background-imageurl(images/content_top.gif);
        
    background-repeatno-repeat;
        
    background-positionbottom;
        
    height10px;
        
    margin0px;
        
    padding0px;
    }
    -->
    </
    style>
    </
    head>
     
    <
    body>
     
    <
    div id="hm">
    <
    div id="left">
     
        <
    div id="top_left">lol</div>
     
        <!-- 
    First left box -->
        <
    div id="top_left_below">
     
            
    iyar!!
     
        </
    div>
        <!-- / 
    First left box -->
     
        <!-- 
    Second box title -->
        <
    div id="left_title">
            
    lol
        
    </div>
        <!-- / 
    Second box title -->
     
        <!-- 
    Second left box -->
        <
    div id="left_second">
            
    lol
        
    </div>
        <!-- / 
    Second left box -->
     
        <!-- 
    Third left box -->
        <
    div id="left_third">
     
        <
    div id="break"></div>
     
            <!-- 
    Box container -->
            <
    div id="box">
     
                <
    div id="box_top"></div>
     
                <!-- 
    Box MID -->
                <
    div id="box_mid">
     
                    <!-- 
    Stuff in middle box -->
     
                        
    lul
     
                    
    <!-- / Stuff in middle box -->
     
                </
    div>
                <!-- / 
    Box MID -->
     
                <
    div id="box_bot"></div>
     
            </
    div>
            <!-- / 
    Box container -->
     
        </
    div>
        <!-- / 
    Third left box -->
     
    </
    div>
    </
    div>
     
    <!-- 
    RIGHT -->
    <
    div id="right">
     
            <
    div id="banner"></div>
     
            <!-- 
    below -->
                <
    div id="banner_below"></div>
            <!-- / 
    below -->
     
            <!-- 
    Content mid -->
            <
    div class="content_mid">
     
            <!-- 
    Content -->
     
                
    lol
     
            
    <!-- / Content -->
     
            </
    div>
            <!-- / 
    Content mid -->
     
            <
    img src="images/content_bot.gif" alt="" />
     
            <
    br /><br />
     
            <!-- 
    Box 2 -->
            <
    div id="content_top"></div>
     
            <
    div class="content_mid">
     
                <!-- 
    Content box 2 -->
     
                
    lol
     
                
    <!-- / Content box 2 -->
     
            </
    div>
     
            <
    img src="images/content_bot.gif" alt="" />
     
            <
    br /><br />
     
            <
    div id="disclaimer">
     
            <
    center>
                
    Coded by <strong>Invent! </strong>of<strongHabbo UK 
                
    </strong>
            </
    center>
     
            </
    div>
     
    </
    div>
    <
    br />
    <!-- / 
    RIGHT -->
     
     
    </
    body>
    </
    html
    Kindly coded by Invent

    ;; Tom

    Moved by opensourcehost (Forum Moderator) from Web Designing: Please post in the correct forum next time, thanks .
    Last edited by Mr.OSH; 03-06-2007 at 12:48 PM.
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  2. #2
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default

    BUMPERIFIC!

    I really need this

    Edited by opensourcehost (Forum Moderator): Please do not double post.
    Last edited by Mr.OSH; 03-06-2007 at 12:47 PM.
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

Posting Permissions

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