/ Published in: CSS
URL: http://www.nealgrosskopf.com/tech/thread.php?pid=20
firefox css hack
Expand |
Embed | Plain Text
/* Firefox 1 - 2 */ body:empty #firefox12 { display: block; } /* Firefox */ @-moz-document url-prefix() { #firefox { display: block; } }
You need to login to post a comment.
