|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have laid out my web page with all the graphics and text positioned the way I want to and I want to use a img that is positioned by a table to call up a menu (text menu like a table format) and then have the user make a selection and then hide it and load the selection into parent window.
here is my code so far... I have tried to do it with layers but I want the img tags to be dynamic. So they control their location with the table. <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=95 NOF=LY> <TR VALIGN=TOP ALIGN=LEFT> <TD WIDTH=10 HEIGHT=11><IMG SRC="./clearpixel.gif" WIDTH=10 HEIGHT=1 BORDER=0></TD> <TD></TD> </TR> <TR VALIGN=TOP ALIGN=LEFT> <TD HEIGHT=40></TD> <TD WIDTH=85 ALIGN=LEFT VALIGN=TOP> <img src="./nav/blank.jpg"> </TR> <TR VALIGN=TOP ALIGN=LEFT> <TD HEIGHT=40></TD> <TD WIDTH=85 ALIGN=LEFT VALIGN=TOP> <img src="./nav/blank.jpg" BORDER=0></TD> </TR> <TR VALIGN=TOP ALIGN=LEFT> <TD HEIGHT=40></TD> <TD WIDTH=85 ALIGN=LEFT VALIGN=TOP> <IMG SRC="./nav/blank.jpg" BORDER=0></TD> </TR> <TR VALIGN=TOP ALIGN=LEFT> <TD HEIGHT=40></TD> <TD WIDTH=85 ALIGN=LEFT VALIGN=TOP> <IMG src="./nav/blank.jpg" BORDER=0></TD> </TR> <TR VALIGN=TOP ALIGN=LEFT> <TD HEIGHT=40></TD> <TD WIDTH=85 ALIGN=LEFT VALIGN=TOP> <IMG src="./nav/blank.jpg" BORDER=0></TD> </TR> <TR VALIGN=TOP ALIGN=LEFT> <TD HEIGHT=40></TD> <TD WIDTH=85 ALIGN=LEFT VALIGN=TOP> <IMG src="./nav/blank.jpg" BORDER=0></TD> </TR> <TR VALIGN=TOP ALIGN=LEFT> <TD HEIGHT=40></TD> <TD WIDTH=85 ALIGN=LEFT VALIGN=TOP> <IMG src="./nav/blank.jpg" BORDER=0></TD> </TR> <TR VALIGN=TOP ALIGN=LEFT> <TD HEIGHT=40></TD> <TD WIDTH=85 ALIGN=LEFT VALIGN=TOP> <IMG src="./nav/blank.jpg" BORDER=0></TD> </TR> <TR VALIGN=TOP ALIGN=LEFT> <TD HEIGHT=40></TD> <TD WIDTH=85 ALIGN=LEFT VALIGN=TOP> <IMG src="./nav/blank.jpg" BORDER=0></TD> </TR> </TABLE> |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Popup Menu in java displayed from a gif selection |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|