Hey Guys,
I'm working on a Webapplication.
The a page with a left sidebar, and a bottom bar.
What is left shows the different "stages" it's included as an iframe.
So, if you click on a stage, you still see the left sidebar and bottom bar.
And the iframe gets it's new path.
Now first of all, if I'm inside this iframe the both bars aren't counting to the viewport.
Aren't they?
The next thing is, that I got in some of the iframes elements in px size and elements in percentage.
And the problem is if one of these elements which has percentage includes text which is bigger than the element, it's just resizing it, and the element pushes the one with the fixed size out of the viewport.
Isn't there a way to tell this element it should have 100% width or height - px of the fixed element?
Hope you understand what I tried to say :)
Cheers,
JC