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

Thread: Help ;|

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

    Latest Awards:

    Default Help ;|

    Hello,

    Can someone help?

    Ive got a box with a big blank spot in it in FireFox but not in IE. For once IE is doing what I want but FF isnt ;|

    CSS:
    Code:
    #left_second {
            background-image: url(images/left_bg.gif);
            height: 250px;
            padding-left: 4px;
            font-family: "Tahoma", Verdana;
            font-size: 10px;
            color: #FFFFFF;
            /* NOT WORKING IN IE */
            min-height: 230px;

    HTML:
    Code:
    <!-- Second box title -->
        <div id="left_title">
          <div align="left" >Navigation:</div>
        </div>
        <!-- / Second box title -->
     
        <!-- Second left box -->
        <div id="left_second">
          <p>Home Page<br />
          News<br />
          Radio<br />
          Games<br />
          Guides<br />
          HabboLab Forum<br />
            Job Openings<br />
            Contact Us<br />
            Surely some more links?<br />
            And again<br />
            ... and again!!<br />
            But mabie<br />
            baby I <br />
            could put<br />
            a drop<br />
            down navigation<br />
            here. That<br />
            might be<br />
            pretty cool!</p>
        </div>
        <!-- / Second left box -->
    Images:

    IE:
    http://www.uploadz.co.uk/913ie.png


    FF:
    http://www.uploadz.co.uk/967firefox.png


    Please Help, I want it like IE!

    Tom

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

  2. #2
    Join Date
    Jul 2007
    Location
    Liverpool
    Posts
    131
    Tokens
    0

    Default

    Try this.

    HTML Code:
    <!-- Second box title -->
        <div id="left_title">
          <div align="left" >Navigation:</div>
    
        <!-- / Second box title -->
     
        <!-- Second left box -->
        <div id="left_second">
          <p>Home Page<br />
          News<br />
          Radio<br />
          Games<br />
          Guides<br />
          HabboLab Forum<br />
            Job Openings<br />
            Contact Us<br />
            Surely some more links?<br />
            And again<br />
            ... and again!!<br />
            But mabie<br />
            baby I <br />
            could put<br />
            a drop<br />
            down navigation<br />
            here. That<br />
            might be<br />
            pretty cool!</p>
        </div>
        <!-- / Second left box -->

  3. #3
    Join Date
    May 2007
    Location
    M'Bro
    Posts
    187
    Tokens
    281

    Default

    Quote Originally Posted by CDLewis View Post
    Try this.

    HTML Code:
    <!-- Second box title -->
        <div id="left_title">
          <div align="left" >Navigation:</div>
    
        <!-- / Second box title -->
     
        <!-- Second left box -->
        <div id="left_second">
          <p>Home Page<br />
          News<br />
          Radio<br />
          Games<br />
          Guides<br />
          HabboLab Forum<br />
            Job Openings<br />
            Contact Us<br />
            Surely some more links?<br />
            And again<br />
            ... and again!!<br />
            But mabie<br />
            baby I <br />
            could put<br />
            a drop<br />
            down navigation<br />
            here. That<br />
            might be<br />
            pretty cool!</p>
        </div>
        <!-- / Second left box -->
    What have you changed

    Voucher(s)

    [X]

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

    Latest Awards:

    Default

    Still doesn't work
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  5. #5
    Join Date
    Jan 2007
    Posts
    825
    Tokens
    0

    Default

    I checked in FF its fine -
    That post was really sensible!

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

    Latest Awards:

    Default

    wth? How can you when I haven't given you the images ;|
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  7. #7
    Join Date
    Jun 2004
    Location
    London
    Posts
    116
    Tokens
    0

    Default

    Why have you declared min-height: 230px when you declared height: 250px?

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

    Latest Awards:

    Default

    I didnt, soneone else coded it for me. But even when I take that out it still doesnt work.
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  9. #9
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    HTML Code:
    <!-- Second box title -->
        <div id="left_title">
          <div align="left" >Navigation:</div>
        </div>
        <!-- / Second box title -->
     
        <!-- Second left box -->
        <div id="left_second">
          <p>Home Page<br />
          News<br />
          Radio<br />
          Games<br />
          Guides<br />
          HabboLab Forum<br />
            Job Openings<br />
            Contact Us<br />
            Surely some more links?<br />
            And again<br />
            ... and again!!<br />
            But mabie<br />
            baby I <br />
            could put<br />
            a drop<br />
            down navigation<br />
            here. That<br />
            might be<br />
            pretty cool!</p>
        </div>
        <!-- / Second left box -->

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

    Latest Awards:

    Default

    Still no luck
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

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
  •