CSS/Table border problem with Konquerer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mark.Wright@bristol.ac.uk

    CSS/Table border problem with Konquerer

    Hi all,
    hope this is a useful place to post this...

    I'm developing a website, and it looks perfect in IE5/IE6/Moz. However, in
    Konquerer, the table cells of the menu are surrounded with white
    boxes. I've measured the pixels, and it doesnt look to me like an extra
    white box has been inserted, rather, something that is background colour
    in the other browsers has defaulted to white or something. Can anyone with
    Konquerer go to:



    and see what the problem might be?

    Cheers in advance,
    Mark


    --
  • Brian

    #2
    Re: CSS/Table border problem with Konquerer

    Mark.Wright@bri stol.ac.uk wrote:
    [color=blue]
    > Hi all,
    > hope this is a useful place to post this...[/color]

    It looks like you found more than one "useful place to post this..."


    'rules of the road' to help everybody have a better time on Usenet newsgroups (Stan Brown)


    --
    Brian (remove "invalid" from my address to email me)

    Comment

    • Brian

      #3
      Re: CSS/Table border problem with Konquerer

      Mark.Wright@bri stol.ac.uk wrote:
      [color=blue]
      > Hi all,
      > hope this is a useful place to post this...[/color]

      My bad, my reader was showing this message in another group. After
      posting a link to "how to xpost," I went back and realized my newsreader
      had screwed up. I cancelled the message, but it will no doubt reach some
      news servers before getting cancelled.

      My apologies.

      --
      Brian (remove "invalid" from my address to email me)

      Comment

      • Mark.Wright@bristol.ac.uk

        #4
        Re: CSS/Table border problem with Konquerer

        OK, after 4 hours of searching and hacking I've solved this. Seems
        Konquerer doesnt understand 'border-collapse: collapse'. You can get a
        simmilar effect with 'border-spacing:0px', but would you believe it: IE
        doesnt understand that one! Soooo, you have to put *both* of them in, and
        then each one understands the right thing. Stupid non-compliant
        browsers. I thought Konquerer was meant to be very CSS compliant...
        Mark

        --

        Comment

        Working...