kylebellamy
Programmer
I working with iframes in my latest site and have run into a strange little problem I knew you guys could help me solve.
The way the site is layed out is this:
This is a table with the main content iframed into Section A and the Flash Nav Bar in Section B. The problem is that I have everything contained in the top iframe nicely except for one page that contains my resume and by necessity, has to extend beyond the area of the frame.
If I enable scroll bars in the content iframe, then I get them on all the other pages which I don't want. So my other option is to make another page with an iframe and bring the resume into that with scroll bars. Seems to work pretty well except for the fact that the scroll bar is almost under the edge of the frame and all you can see of it is a hint that it's there.
So, what's my solution or is ther an alternative display technique that I can use. I can always go with the link and target a blank pages so I get a pop up but I'd rather keep it in the context of the page.
The way the site is layed out is this:
Code:
_____________________________________________________
| |
| |
| |
| |
| |
| |
| |
| |
| SECTION A |
| |
| |
| |
| |
| |
| |
| |
_____________________________________________________
| |
| |
| |
| SECTION B |
| |
| |
_____________________________________________________
This is a table with the main content iframed into Section A and the Flash Nav Bar in Section B. The problem is that I have everything contained in the top iframe nicely except for one page that contains my resume and by necessity, has to extend beyond the area of the frame.
If I enable scroll bars in the content iframe, then I get them on all the other pages which I don't want. So my other option is to make another page with an iframe and bring the resume into that with scroll bars. Seems to work pretty well except for the fact that the scroll bar is almost under the edge of the frame and all you can see of it is a hint that it's there.
So, what's my solution or is ther an alternative display technique that I can use. I can always go with the link and target a blank pages so I get a pop up but I'd rather keep it in the context of the page.