buffythevamp50
03-24-2004, 11:50 PM
Is it possible to put a drop-down menu over an image in a guild? How? Cuz, I've tried and it just hasn't been working the way I want it to.
|
View Full Version : Is it possible to put a drop-down menu over an image in a guild? How? buffythevamp50 03-24-2004, 11:50 PM Is it possible to put a drop-down menu over an image in a guild? How? Cuz, I've tried and it just hasn't been working the way I want it to. Lemon Squash 03-25-2004, 12:58 AM Just use a Div (http://www.lissaexplains.com/html7.shtml#divlayerdef) to position your Drop down menu (http://www.lissaexplains.com/fun.shtml#drop).. So it'd be like: <div id=dropdownmenu style="position:absolute; top:0; left:0; width:300; height:300;"> (Drop-down menu code goes here) </div> Change the top:0; and left:0; numbers untill you get it where you want it on your image. |