off-left method (e.g. left: -999em) is bad for RTL, cuz when on RTL mode it widens the page on all browsers (forming a horizontal scroll bar), and puts the to-be-hidden element on a far, visible position.
I suggest simply moving to off-top - I'm not aware of any disadvantages of off-top.
Attached is a page.
More details in my blog post http://www.held.org.il/blog/?p=260
| Comment | File | Size | Author |
|---|---|---|---|
| acquia_marina_change_off_left_to_off_top.patch | 869 bytes | Oren_Held |
Comments
Comment #1
stephthegeek commentedThanks for the tip, looks like we're not using this technique anymore in 3.x