HabboxWiki needs you!
Are you a Habbo buff? Or maybe a rare trader with a bunch of LTDs? Get involved with HabboxWiki to share your knowledge!
Join our team!
Whether you're raving for rares, excited for events or happy helping, there's something for you! Click here to apply
Need a helping hand?
Check out our guides for all things to help you make friends, make rooms, and make money!


Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2005
    Posts
    56
    Tokens
    0

    Default Experienced coder needed

    Hey,

    I have a layout and it works fine on internet explorer
    But not too fine firefox :s

    Here are some screenies

    Pm me if you think you can help
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	firefox.JPG 
Views:	44 
Size:	30.4 KB 
ID:	15317   Click image for larger version. 

Name:	ie.JPG 
Views:	40 
Size:	38.9 KB 
ID:	15318  

  2. #2
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    If you're using the <div> tag find which size of the box works best and use separate sizes. Because of compatibility several things will vary in size and not leave enough room for the box.
    Code:
    #box {
    width: 100px; /*100px works fine on Internet Explorer so have it here*/
    }
    html>body #box {
    width: 90px; /*IE Doesn't read this, so have the size which works well with FireFox here.*/
    }
    Edit:
    If you're using tables and that didn't help, then post a link to the HTML and I'll see if I can find whats wrong.
    Last edited by nets; 09-01-2006 at 10:25 PM.
    kinda quit.

  3. #3
    Join Date
    Jan 2005
    Posts
    56
    Tokens
    0

    Default

    Thanks for the help,
    Well I didn't understand some of that

    I've Pmed you

Posting Permissions

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