Eden Forums http://eden.gley.net/ |
|
Need some programming help. http://eden.gley.net/viewtopic.php?f=2&t=1690 |
Page 1 of 1 |
Author: | Killer [ Thu Feb 28, 2008 4:36 pm ] |
Post subject: | Need some programming help. |
Code: <p> </p> <p align="center"><font face="Old English Text MT" color="#FFFFFF"><big><big><marquee style="color: rgb(255,255,0)" border="0" behavior="alternate" width="744" height="54">Welcome to Bryson Independent School District</marquee></big></big></font></p> <p align="center"> </p> <p align="left"> </p> <table border="0" cellpadding="0" cellspacing="0" width="325"> <tr> <td width="325"><font color="#FFFFFF"><a href="Link%201" onmouseover="setOverImg('1','');overSub=true;showSubMenu('submenu1','button1');" onmouseout="setOutImg('1','');overSub=false;setTimeout('hideSubMenu(\'submenu1\')',delay);" target><img src="buttons/button1up.png" border="0" id="button1" vspace="0" hspace="0" width="125" height="26"></a><br> <a href="*" onmouseover="setOverImg('2','');overSub=true;showSubMenu('submenu2','button2');" onmouseout="setOutImg('2','');overSub=false;setTimeout('hideSubMenu(\'submenu2\')',delay);" target><img src="buttons/button2up.png" border="0" id="button2" vspace="0" hspace="0" width="125" height="26"></a><br> <a href="*" onmouseover="setOverImg('3','');overSub=true;showSubMenu('submenu3','button3');" onmouseout="setOutImg('3','');overSub=false;setTimeout('hideSubMenu(\'submenu3\')',delay);" target><img src="buttons/button3up.png" border="0" id="button3" vspace="0" hspace="0" width="125" height="26"></a><br> <a href="*" onmouseover="setOverImg('4','');overSub=true;showSubMenu('submenu4','button4');" onmouseout="setOutImg('4','');overSub=false;setTimeout('hideSubMenu(\'submenu4\')',delay);" target><img src="buttons/button4up.png" border="0" id="button4" vspace="0" hspace="0" width="180" height="26"></a><br> <a href="*" onmouseover="setOverImg('5','');overSub=true;showSubMenu('submenu5','button5');" onmouseout="setOutImg('5','');overSub=false;setTimeout('hideSubMenu(\'submenu5\')',delay);" target><img src="buttons/button5up.png" border="0" id="button5" vspace="0" hspace="0" width="128" height="26"></a><br> </font></td> </tr> </table> Ok, the problem with this code is this (ignore the X's): ![]() I need to make the sub menu pop up on the right, instead of below. Does anyone have any solutions? Anything wrong with the code? |
Author: | Scorsese [ Thu Feb 28, 2008 4:54 pm ] |
Post subject: | Re: Need some programming help. |
I can't see the image, so I can't help. Sry. :< |
Author: | Sureaboutthis [ Thu Feb 28, 2008 4:55 pm ] |
Post subject: | Re: Need some programming help. |
play with ur vspace and hspace attributes ![]() |
Author: | Aemora [ Thu Feb 28, 2008 5:00 pm ] |
Post subject: | Re: Need some programming help. |
Duh, even I know that. Adjust the y value and it should be npnpnp. GOD KILLER SO NAB, AND I TOOK MUSIC IN SCHOOL! |
Author: | Scorsese [ Thu Feb 28, 2008 5:19 pm ] |
Post subject: | Re: Need some programming help. |
&npsp; to you, Sure! ![]() |
Author: | Praetor [ Thu Feb 28, 2008 6:15 pm ] |
Post subject: | Re: Need some programming help. |
Quote: Yar No one uses this phrase anymore. Do the world a favor and go Mijin Gakure urself irl. Thx! |
Author: | Sureaboutthis [ Thu Feb 28, 2008 8:28 pm ] |
Post subject: | Re: Need some programming help. |
<blink><big><big><marquee style="color: rgb(255,255,0)" border="0" behavior="alternate" width="744" height="54">Welcome to Bryson Independent School District</marquee></big></big></blink> fix'd ![]() |
Author: | Praetor [ Thu Feb 28, 2008 8:56 pm ] |
Post subject: | Re: Need some programming help. |
Praetor wrote: Quote: Yar No one uses this phrase anymore. Do the world a favor and go Mijin Gakure urself irl. Thx! Fkn Scor. ![]() |
Author: | Kujatsu [ Fri Feb 29, 2008 2:01 am ] |
Post subject: | Re: Need some programming help. |
C'mon killer, you're supposed to be good a comps! ![]() |
Author: | Maelicia [ Fri Feb 29, 2008 2:43 pm ] |
Post subject: | Re: Need some programming help. |
What's the code for the actual submenu itself? Usually you need to specify that as having position:absolute in the style, and define the top and left placement. By the way tables are so 2005, you should be using divs and or CSS! ![]() Try playing around with this: http://www.cssplay.co.uk/menus/flyoutt.html |
Author: | Killer [ Fri Feb 29, 2008 5:13 pm ] |
Post subject: | Re: Need some programming help. |
I'm just running what my school gives me. ._. |
Author: | Lolmy [ Fri Feb 29, 2008 5:18 pm ] |
Post subject: | Re: Need some programming help. |
Code: <p> </p> <p align="center"><font face="Old English Text MT" color="#FFFFFF"><big><big><marquee style="color: rgb(255,255,0)" border="0" behavior="alternate" width="744" height="54">Welcome to Bryson Independent School District</marquee></big></big></font></p> <p align="center"> </p> <p align="left"> </p> <table border="0" cellpadding="0" cellspacing="0" width="325"> <tr> <td width="325"><font color="#FFFFFF"><a href="Link%201" onmouseover="setOverImg('1','');overSub=true;showSubMenu('submenu1','button1');" onmouseout="setOutImg('1','');overSub=false;setTimeout('hideSubMenu(\'submenu1\')',delay);" target><img src="buttons/button1up.png" border="0" id="button1" vspace="0" hspace="0" width="125" height="26"></a><br> <a href="*" onmouseover="setOverImg('2','');overSub=true;showSubMenu('submenu2','button2');" onmouseout="setOutImg('2','');overSub=false;setTimeout('hideSubMenu(\'submenu2\')',delay);" target><img src="buttons/button2up.png" border="0" id="button2" vspace="0" hspace="0" width="125" height="26"></a><br> <a href="*" onmouseover="setOverImg('3','');overSub=true;showSubMenu('submenu3','button3');" onmouseout="setOutImg('3','');overSub=false;setTimeout('hideSubMenu(\'submenu3\')',delay);" target><img src="buttons/button3up.png" border="0" id="button3" vspace="0" hspace="0" width="125" height="26"></a><br> <a href="*" onmouseover="setOverImg('4','');overSub=true;showSubMenu('submenu4','button4');" onmouseout="setOutImg('4','');overSub=false;setTimeout('hideSubMenu(\'submenu4\')',delay);" target><img src="buttons/button4up.png" border="0" id="button4" vspace="0" hspace="0" width="180" height="26"></a><br> <a href="*" onmouseover="setOverImg('5','');overSub=true;showSubMenu('submenu5','button5');" onmouseout="setOutImg('5','');overSub=false;setTimeout('hideSubMenu(\'submenu5\')',delay);" target><img src="buttons/button5up.png" border="0" id="button5" vspace="0" hspace="0" width="128" height="26"></a><br> </font></td> </tr> </table> thats what she said |
Author: | Yorke [ Fri Feb 29, 2008 6:27 pm ] |
Post subject: | Re: Need some programming help. |
oh man, how do you guys interpret that shit |
Author: | Praetor [ Fri Feb 29, 2008 8:19 pm ] |
Post subject: | Re: Need some programming help. |
Yorke wrote: oh man, how do you guys interpret that shit When its what you do for a living it is as easy as reading a book. |
Author: | Safersephx [ Sat Mar 01, 2008 12:37 am ] |
Post subject: | Re: Need some programming help. |
Sureaboutthis wrote: play with ur vspace and hspace attributes ![]() i'll play with your vspace attributes ![]() |
Author: | Nieryo [ Sat Mar 01, 2008 10:48 am ] |
Post subject: | Re: Need some programming help. |
do a barrel roll! |
Page 1 of 1 | All times are UTC [ DST ] |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |