Just learned that this trick works in browsers too (not just assert_select
and jQuery).
<input id="q" class="small" name="q" size="20" type="text" accesskey="f" /> |
input[name=q] {display: none;} |
Just learned that this trick works in browsers too (not just assert_select
and jQuery).
<input id="q" class="small" name="q" size="20" type="text" accesskey="f" /> |
input[name=q] {display: none;} |
Comments are closed.
Well, at least in most of them. :) http://www.quirksmode.org/css/contents.html#t13
The only ones that matter. Sorry IE 5 and 6…