frames alternative ?
- Started
- Last post
- 7 Responses
- heavyarms
I'm going to make a simple 2 row layout. A small row for navigation on top and the bottom row to display images. Is there a way using anything other than frames to make to the top row never refresh? For example, if I wanted the nav row to have an audio track playing and not want the Flash movie to refresh.
- Anetalaya0
bottom row using iframes
- versa0
two divs, the bottom div maybe using PHP to change the bottom row content via variable swapping
- gabriel_pc0
unless all your content can be put onto one page (with hidden divs and such) you'll have to use frames. You could also use javascript to write content to a div tag, essentially acting as a frame but without being one.
- sparker0
this is what *overflow* is for in css.
no reason to use frames.
- heavyarms0
I guess with variable swapping that your mentioning the page doesn't actually have to refresh?
How can overflow keep one part of the page from refreshing?
- mirola0
yes, please expand.
- mirola0
yes, please expand.