PDA

View Full Version : opening to a table


joshuasanders
03-27-2001, 12:54 PM
Is there any way to open up a link from a nav bar on the left to a table on the right. I tried using frames, but it just didn't look right. The way I would like it to work is one page with a table, a table row, and two table columns. In the first column is the nav bar. The second column would be my "target" that would change with the nav buttons. I saw that you can use a <table id="?"> tag but I can't figure out the javascript. Any help would be greatly appreciated

kdjoergensen
03-27-2001, 03:18 PM
Try putting an inline frame (IFRAME) inside your table cell.
Kenneth

http://imaginethat.htmlplanet.com/

joshuasanders
03-27-2001, 03:39 PM
Our users use a mixture of Netscape and IE......any other suggestions

Detlef
03-27-2001, 04:29 PM
Havenīt got any idea,
but why doesnīt it work with frames? Maybe we can get
that right?

joshuasanders
03-27-2001, 06:09 PM
I'm using a javascript popup menu that will not cross over the frame border and I get my menu overlapping my buttons. The only way I can get it so it will not overlap is to increase the size of my navigation frame so the menu has room to open up. So I created the the page using tables which looks great, except now I can't get my nav bar to open up to my main screen. Maybe I should try a different menu. Go ahead and check out the site to see what I'm talking about.

http://www.fillmore.k12.ca.us

[Edited by joshuasanders on 03-27-2001 at 06:11 PM]

Detlef
03-27-2001, 06:46 PM
Now I see what you mean.
If you only need a greater width, you could split your
site into 3 frames: The left frame with the links,
the main upper frame with the content, and the small
lower frame with another menu containing the sub-topics,
targeting the main upper frame.
I hope you understand, what I mean; else you could have
a look at one of my sites:
http://www.schluesseldienst-dethlefs.de/Doerte/frame.htm
That site is splitted into 4 frames, but youīll see what
I mean.

joshuasanders
03-27-2001, 07:05 PM
Detlef,
I couldn't reach your site. Anyway...I don't think that will work without redesigning my menu. If I'm going to do that I might as well look for another menu script.

Does anyone know a popup menu that will cross over a frame border? Perhaps something in DHTML?

:badbob:

Detlef
04-01-2001, 08:25 PM
Hi,
meanwhile, my serverīs online again.
But I donīt think, itīs possible to make
a menu that crosses frames. Guess youīll
have to change your site.
Good luck!