I have a page where I need to change the content of a section of the page based on which radio button the user selects. I've gotten this to work using javascript to manipulate the content in <div>'s (not <layer>). The problem is that in Netscape 4.x I can't get text below the <div> to move up or down as the <div> expands or contracts. Basically I need the <div> to stay in the same place in the flow of the page, but Netscape 4.x won't let you manipulate a <div> that's set to static positioning. Any ideas on how to accomplish this?