You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
When PIE is applied to a link/button/etc. and sets the element's background/border to transparent, then the background area does not respond to hovering reliably.
Fixed. The solution was to give the main element a background-image of about:blank, rather than 'none', so that IE doesn't know it's transparent and honors mouse events in the empty area around the text. See http://haslayout.net/css/No-Transparency-Click-Bug
When PIE is applied to a link/button/etc. and sets the element's background/border to transparent, then the background area does not respond to hovering reliably.
From RwwL in forum topic http://css3pie.com/forum/viewtopic.php?f=3&t=43 :
Testcase http://www.lifford.org/exp/css3pie/
From ArnoOnline in issue #26:
http://www.xirtcms.com/PIE_bug_1.jpg
The text was updated successfully, but these errors were encountered: