Skip to main content

Shadow Appears in Safari for Windows (Version 5.1.7) Only

Comments

5 comments

  • rpvw
    There are many references to this using a search engine. The most popular solution seems to be that as described in this stackoverflow post: stackoverflow.com/questions/12450776/html-input-button-css-height-not-working-on-safari-and-chrome
    0
  • buckibooster
    There are many references to this using a search engine. The most popular solution seems to be that as described in this stackoverflow post: stackoverflow.com/questions/12450776/html-input-button-css-height-not-working-on-safari-and-chrome

    rpvw - Thanks for the quick response but this doesn't seem to be on point. Although they may look like buttons, they are not. They are css classes made to look like a button. In my code, they are classes for hyperlinks placed within a
    . Specifically, they are: Changing the and to and and adding "-webkit-appearance: none;" to the start of my class style did not resolve the issue. I should point out that the "Download Audio File" button appearing in the screenshot I included is the very same type of "button" and it is not affected.
    0
  • buckibooster
    Problem Solved: I'm not sure why, but I was able to eliminate the problem by adding a "z-index: 20;" to the style sheet for the "Close Player" button.
    0
  • buckibooster
    It turned out that adding a z-index was only a partial fix. The final and most complete fix was to add "-webkit-transform:translate3d(0,0,0);" to the style sheet for the button class.
    0
  • cPanelLauren
    Hi @buckibooster I'm really happy to see you were able to find a solution for the issue and thanks for letting us know how you solved the problem.
    0

Please sign in to leave a comment.