CSS border problem in Firefox ..

Discussion in 'HTML & Website Design' started by adiboy, Apr 3, 2007.

  1. #1
    Solved............
     
    adiboy, Apr 3, 2007 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    So, where's the html this applies against? At a guess, that's a proper artifact of inline elements, white space collapse.

    cheers,

    gary
     
    kk5st, Apr 3, 2007 IP
  3. adiboy

    adiboy Well-Known Member

    Messages:
    1,135
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    150
  4. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #4
    You need to find another host. Geocities is likely the worst choice if you want to create x-browser, standards compliant pages. The code it puts above the DTD throws IE6 into quirks mode, where it follows a different set of rules from other browsers, including IE7.

    I had to remove the page from frames, turn off javascript and kill the Geocities supplied stylesheets. I have no clue whether my changes really work, or just seem to under screwed up circumstance.
    
    #topLinks {
      width: 708px;
      overflow: hidden;
      list-style: none;
      margin: 0 auto;;
      padding: 0;
    }
    
    #topLinks li {
      float: left;
      border-left: 1px solid #FFFFFF;
      }
    Code (markup):
    cheers,

    gary
     
    kk5st, Apr 4, 2007 IP
  5. adiboy

    adiboy Well-Known Member

    Messages:
    1,135
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    150
    #5
    Nvm, i've solved it anyway. :D
    No, the host was just temporary.
    I do have better hosts.
     
    adiboy, Apr 4, 2007 IP