[EMAIL PROTECTED] wrote:
fire fox still has scroll bars, but i'm getting some interesting behavior. when you scroll, the image moves and the text stays put.
That's as I'd expect. In the page flow the SVG's object tag has been constrained in CSS to a height of 600px (causing scrollbars for this element), and the text immediately follows it.
Your "-33em" margin then pulls the text up over the SVG, but it's not in the scrolling area.
.Matthew Cruickshank http://holloway.co.nz/ ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
