<html><head> <meta http-equiv="content-type" content="text/html; charset=windows-1252"> <style> .qOption {position:relative;} input.cb {position:absolute;top:4px;left:4px;} label.cb_off img.selImg {vertical-align:top;width:20px;height:20px;position:relative;z-index:11;} div.hlbl, span.hlbl {position:absolute;left:0px;top:-5000px;width:1px;height:1px;overflow:hidden;} </style> </head> <body> <p>Start</p> <div class="qOption"> <input class="cb" id="cb1" name="cb1" type="checkbox"> <label for="cb1" id="lcb1" class="cb_off"> <img src="" class="selImg" alt=""><span class="qLabel"><span class="hlbl">I am a hidden label! </span>Check me!</span></label> </div> <p>End</p> </body></html>