I'm including an application into a customer website using an iframe.
Some of the pages have a scrollbar since their height expands the
height of the iframe.
My problem is, I need to resize the width of my layout if a page in
the application uses a scrollbar, some of the pages show lists of
search results so I do now know the pages the expand the iframe height
up front.
How can I detect if the scrollbars are showing inside me page?
|
|
0
|
|
|
|
Reply
|
replace
|
9/28/2004 6:58:27 PM |
|
In article <e591ebaa.0409281058.74eaccce@posting.google.com>, replace-this-
with-my-name@detandetfirma.dk enlightened us with...
> I'm including an application into a customer website using an iframe.
> Some of the pages have a scrollbar since their height expands the
> height of the iframe.
>
> My problem is, I need to resize the width of my layout if a page in
> the application uses a scrollbar,
Then your page wasn't designed very well.
Design it properly. Besides, what if the user increases the font size? That
would then destroy your absolute widths as well.
As to the actual question, I don't believe there IS a way to detect that in a
cross-browser manner.
--
--
~kaeli~
Why do they lock gas station bathrooms? Are they afraid
someone will clean them?
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace
|
|
0
|
|
|
|
Reply
|
kaeli
|
9/29/2004 3:09:29 PM
|
|