Hi

The off-left technique [1] often comes with a width set.

Does anyone remember the reason for this width? IE5-Mac?


.off-left {

position: absolute;

left: -999px;

width: 990px; /**/

}

or

.hide{
position:absolute;
top:0;
left:-4000px;
width:1px; /**/
}

.show{
position:relative;
top:0;
left:0;
width:auto;
}

Thanks,

  Ingo


[1] http://css-discuss.incutio.com/?page=ScreenreaderVisibility


-- 
http://www.satzansatz.de/css.html
http://www.dolphinsback.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to