> .hidden {
> position: absolute;
> left: -999em;
> width: 990em;
> }
>

For that method you're missing the overflow rule. Try this:

.hidden {
position: absolute;
left: -5000px;
width: 4000px;
overflow: hidden;
}


cheers,
Ben



-- 
--- <http://weblog.200ok.com.au/>
--- The future has arrived; it's just not
--- evenly distributed. - William Gibson


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to