Ingo Chao schrieb:

> 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; /**/

Because otherwise the hidden element could possibly extend into the 
viewport. 'overflow:hidden' could also be added to prevent this on 
scaling.

Rainer

---

www.rohschnitt.de
______________________________________________________________________
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