Forum Moderators: open

Message Too Old, No Replies

Forcing DHTML layer to extend table vertically on a page

         

irock

6:02 pm on Aug 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi I was wondering if I can do this... let me describe it in details...

I have a rounded corner HTML table in which there's a list. In the same table, I'll put a drop down menu which at user request, will open up a 300x190 layer (iframe inside). However, I would like the layer to extend the rounded corder HTML table vertically...

Here's an illustration...

BEFORE
-----------------
¦ My list ¦
¦ My list ¦
¦ My list ¦
¦ My list ¦
¦ Drop down menu¦
-----------------

AFTER
-----------------
¦ My list ¦
¦ My list ¦
¦ My list ¦
¦ My list ¦
¦ Drop down menu¦
¦ ¦
¦ New stuff ¦
¦ New stuff ¦
¦ New stuff ¦
¦ New stuff ¦
-----------------

So, is this even possible?

I VERY appreciate your assistance...

MonkeeSage

6:08 pm on Aug 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi irock,

I think you have to use two tables, one for the top part one for the bottom.

Jordan

irock

7:12 pm on Aug 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yea I think i will use 2 tables, but I still don't know how to make the 2nd table layer to extend the outter rounded corner table vertically.

Purple Martin

5:32 am on Aug 25, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can do it with JavaScript, if you don't mind losing the users that have it turned off.