Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #837263

    A few weeks back, you helped me to get an outline working at the base of the navbar, so I could have a two color bottom. The solution worked great, until testing in Firefox. Normally, I test in Firefox, but missed it this time. I know there are issues with outlines and Firefox now, so I tried the alternative of a box-shadow at the bottom and then removed both attempts, but for some reason, I still get the duplicate in the middle of the slideshow.

    Do you see this white bar? If so, where is it coming from? I cannot find it in the dom.

    Here is the header item, as-is, without the outline or the box-shadow code:
    header.header_color { border-bottom: 6px solid #444444; }

    #837664

    Found a really odd caching issue with Firefox. eventually had to nullify what was previously put in quick css with !important code. Not sure why, but we have a temporary solution. That might need someone to look at.

    #838485

    Hi,

    I can find this code:

    header.header_color {
        border-bottom: 6px solid #444444 !important;
        outline: 0 !important;
        box-shadow: 0 0 0 3px #ffffff !important;
    }

    Just remove this part of the code:

    box-shadow: 0 0 0 3px #ffffff !important;

    And that should fix it. :)

    Best regards,
    Nikko

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Outline issue, take 2’ is closed to new replies.