SitePoint Sponsor

User Tag List

Results 1 to 4 of 4

Thread: Firefox spacing problem

  1. #1
    SitePoint Member
    Join Date
    Feb 2006
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Firefox spacing problem

    Hiyas

    I'm trying to make a series of flash buttons ontop of each other. In IE they display fine with no space in between, but in firefox i get little spaces... i made this page as an exmaple...

    http://members.optusnet.com.au/pringle99/4H/temp.html

    The buttons are from Dreamweaver. Is there a way to fix this or a workaround?

    Thanks

  2. #2
    Made with a Mac! philm's Avatar
    Join Date
    Sep 2001
    Location
    Portsmouth, UK
    Posts
    735
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try this or similar in your CSS, need to zero those values...
    Code:
    html, body {
    margin: 0;
    padding: 0;
    border: 0;
    }

  3. #3
    SitePoint Wizard drhowarddrfine's Avatar
    Join Date
    Aug 2005
    Posts
    3,438
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    philm is correct and it is IE that has issues with this, not Firefox, so we zero them to keep everyone on the same page.

  4. #4
    SitePoint Member
    Join Date
    Feb 2006
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ive put every single value that i could find to 0 and still didn't work. But i then v aligned the buttons to 'top' and now they seem to work fine

Bookmarks

Posting Permissions

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