Switch out page content without using frames?

liunx

Guest
My client asked me to design a page this way:<br />
<br />
<!-- m --><a class="postlink" href="http://www.advp.com/induktion/comps/1024x768.jpg">http://www.advp.com/induktion/comps/1024x768.jpg</a><!-- m --><br />
<br />
The idea is for the gray box at the bottom of the screen to change depending on which button above the visitor chooses. I would prefer to not use frames to do this. Is there any way, (other than creating a new page for each button choice), to switch out the info in the gray box depending on which button the visitor chooses?<br />
<br />
Simpler solutions are of course better, but I'd be open to any ideas!<br />
<br />
(NOTE: I realize that some visitors' monitors may not even see the gray box initially, due to its position on the screen. I have decided to rearrange the page accordingly.)<!--content-->Is this something like what you want? If not there may be something else in the same site.<!-- m --><a class="postlink" href="http://javascript.internet.com/navigation/link-description.html">http://javascript.internet.com/navigati ... ption.html</a><!-- m --> Text may be replaceable with graphic - try it and let me know. These Scripts are free by the way<!--content-->That's a workable solution. I guess all I'd do is change the onMouseOver to an onClick. I want to propose a variety of options to my client today. If he doesn't decide he wants to pay for the extra development time, I'll just give him a simple long scrolling page with anchors, like this:<br />
<br />
<!-- m --><a class="postlink" href="http://www.advp.com/induktion/comps/scrolling.jpg">http://www.advp.com/induktion/comps/scrolling.jpg</a><!-- m --><br />
<br />
Any other ideas?<br />
<br />
<br />
Thanks so much in advance!<!--content-->Just been on NASA.<br />
<!-- m --><a class="postlink" href="http://earthobservatory.nasa.gov/Newsroom/">http://earthobservatory.nasa.gov/Newsroom/</a><!-- m --> If you rightclick, view source code, you may find this more suited to your needs.<!--content-->That'll work! Just discovered Dreamweaver's show/hide layers behavior.<br />
<br />
Awesome!!<!--content-->BTW, the following example uses pure CSS. I doubt that you will implement this... nonetheless its very intersting. Its an awesome example of the power and flexibility of CSS.<br />
<br />
<!-- m --><a class="postlink" href="http://www.meyerweb.com/eric/css/edge/popups/demo.html">http://www.meyerweb.com/eric/css/edge/popups/demo.html</a><!-- m --><!--content-->
 
Back
Top