Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Absolute element hiding border

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #238022
    thebasix
    Participant

    If you take a look at this website inside FIREFOX (important) you will see that on every other table row there is TOP BORDER missing, to be more specific, the top border is not filled the whole width.

    Chrome is fine, Opera is fine, only Firefox and Edge are not showing the border the whole way.

    I think it’s got something to do with absoulute positioned div inside that <td>.

    Can someone tell me how to fix this. I spent an hour trying.

    The website is http://goo.gl/Ry1nkB

    Best Regards

    #238024
    Atelierbram
    Participant

    have you tried border-collapse: initial ISO collapse?

    .juloawrapper table {
        /* border-collapse: collapse */
        border-collapse: initial;
    } 
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.