MaKeYOurOwN mkyoon :: Webkit, Chrome(2.0.169.1)의 User Agent Stylesheet (legend)
published
So for some reason the new Chrome Beta is forcing websites to display legends. Very weird. I hope its a glitch they address soon. This link helped me out. Here is the code I used.
legend {
display: none;
position: absolute;
visibility: hidden;
}
Comments
blog comments powered by Disqus