css3 - HTML Block Anchor element only half clickable in Chrome -


I ran into an awkward CSS problem in Chrome, I made a pen as an example:

  .flip {status: relative; Display: Inline-block; Vertical-alignment: top; Width: 90px; Height: 94px; Border: 4px solid white; } .flip .card {width: 100%; Height: 100%; Line-height: 86px; Text align: center; Webkit-conversion-style: protected-3D; -MOZ-Transform-Style: Protected-3D; -MMS-conversion-style: protection-3D; -O-conversion-style: protected-3D; Conversion-style: protection-3d; -WebKit-Infection: 0.5s; -Mozy-infected: 0.5s; -MM-Infection: 0.5s; -O-Infection: 0.5s; Infection: 0.5s; } .flip .card .face {width: 100%; Height: 100%; Z-index: 2; Font size: 1.5em; Webkit-Backfiest-Visibility: hidden; -MOZ-BACKEX-visibility: hidden; -MM-Backup-visibility: hidden; -O-Backfesses-visibility: hidden; Backfirst-visibility: hidden; } .flip .card .back a {display: block; White color; }  

I have created some div inside the hyperlinks. I have set the display mode to block, so the link should be spread across the area.

It is not. It only spreads half of the bottom of the div. This works fine in Firefox only Chrome has this problem. There is no problem that supports my problems ...

chrome do you say? It's easy, if it does not go in one way, then see it in another way. Try changing

  .flip. Card.flipped {-webkit-transform: rotatex (-180 degrees); -mose-transforms: rotatex (-180 degrees); -MMS-transform: rotatex (-180 degrees); -o-results: rotatex (-180 degrees); Consequently, rotatex (-180 degrees); }  

to

  .flip.card.flipped {-webkit-transform: rotatex (180deg); -MOZ-TRANSFORM: Rotatex (180 degrees); -MMS-transform: rotatex (180 degrees); -o-transform: rotatex (180 degrees); Conversion: Rotatex (180 degrees); }  

Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -