I'm having problems with iFrames. I wondered if anyone could help.

 

I have 

 

html {

                overflow-y: scroll;

}

 

To stop the page shifting around in Firefox/ IE8

 

And am trying to override the iFrames' scrollbars with:

 

html #IDNameofIFrame html {

                overflow-y: auto !important;

}

 

But it doesn't work.

 

It is legal in css2.1 to write html html like this?

It's hard to find help online as 'html' brings up too many references to
the language, instead of the element.

Thanks in advance,

vince

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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