Need some programming help.

Anything goes here.
Post Reply
Message
Author
Killer
Cock atrice
Posts: 317
Joined: Tue Mar 20, 2007 10:29 pm
Linkshell: Eden

Need some programming help.

#1 Post by Killer »

Code: Select all

<p>&nbsp;</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">&nbsp;</p>

<p align="left">&nbsp;</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):

Image

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?
Image
User avatar
Scorsese
Eden Alumni
Posts: 4783
Joined: Mon Mar 19, 2007 5:14 pm
Linkshell: Eden
Job Classes: BLM75 WHM75 BRD75 RDM75 SMN75 SCH75
Location: The Twisting Nether
Contact:

Re: Need some programming help.

#2 Post by Scorsese »

I can't see the image, so I can't help.

Sry. :<
Image
User avatar
Sureaboutthis
Norwegian Bombshell
Posts: 678
Joined: Sun Apr 08, 2007 2:41 pm

Re: Need some programming help.

#3 Post by Sureaboutthis »

play with ur vspace and hspace attributes :cat:
Image
Aemora
Peaches 'n Cream
Posts: 4164
Joined: Mon Mar 19, 2007 11:44 pm
Linkshell: Eden
Job Classes: Blm75, Smn75, Cor75, Brd75, Sch75 womg
Location: Alzadaal Undersea Ruins

Re: Need some programming help.

#4 Post by Aemora »

Duh, even I know that. Adjust the y value and it should be npnpnp.

GOD KILLER SO NAB, AND I TOOK MUSIC IN SCHOOL!
ImageImage
User avatar
Scorsese
Eden Alumni
Posts: 4783
Joined: Mon Mar 19, 2007 5:14 pm
Linkshell: Eden
Job Classes: BLM75 WHM75 BRD75 RDM75 SMN75 SCH75
Location: The Twisting Nether
Contact:

Re: Need some programming help.

#5 Post by Scorsese »

&npsp; to you, Sure! :o
Image
User avatar
Praetor
Eden Failure +1
Posts: 680
Joined: Mon Apr 09, 2007 4:18 am
Linkshell: Eden
Job Classes: PLD75/WAR75/NIN75
Location: Charlotte, NC

Re: Need some programming help.

#6 Post by Praetor »

Yar


No one uses this phrase anymore. Do the world a favor and go Mijin Gakure urself irl. Thx!
Image
User avatar
Sureaboutthis
Norwegian Bombshell
Posts: 678
Joined: Sun Apr 08, 2007 2:41 pm

Re: Need some programming help.

#7 Post by Sureaboutthis »

<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 :whistle:
Image
User avatar
Praetor
Eden Failure +1
Posts: 680
Joined: Mon Apr 09, 2007 4:18 am
Linkshell: Eden
Job Classes: PLD75/WAR75/NIN75
Location: Charlotte, NC

Re: Need some programming help.

#8 Post by Praetor »

Praetor wrote:
Yar


No one uses this phrase anymore. Do the world a favor and go Mijin Gakure urself irl. Thx!



Fkn Scor. :pissed:
Image
User avatar
Kujatsu
Pixie
Posts: 11
Joined: Wed Feb 20, 2008 8:40 pm
Linkshell: Eden
Job Classes: 75sam/war/thf

Re: Need some programming help.

#9 Post by Kujatsu »

C'mon killer, you're supposed to be good a comps! :spin:
Image
Maelicia
Goblin Smithy
Posts: 214
Joined: Tue Mar 20, 2007 5:17 pm
Linkshell: Eden
Job Classes: 75 WAR 75 WHM 64 BLM 37 NIN 37 THF 38 MNK 37 SAM 41 RNG 38 PLD 19 RDM 14 BST

Re: Need some programming help.

#10 Post by Maelicia »

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! :D

Try playing around with this: http://www.cssplay.co.uk/menus/flyoutt.html
Retired.
Image
Killer
Cock atrice
Posts: 317
Joined: Tue Mar 20, 2007 10:29 pm
Linkshell: Eden

Re: Need some programming help.

#11 Post by Killer »

I'm just running what my school gives me. ._.
Image
Lolmy
Gender Illusionist
Posts: 6212
Joined: Tue Mar 20, 2007 2:27 am
Linkshell: Eden
Job Classes: 75BLM/75WAR/75SAM/75DRK/75RNG
Location: Star gazing with dudes

Re: Need some programming help.

#12 Post by Lolmy »

Code: Select all

<p>&nbsp;</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">&nbsp;</p>

<p align="left">&nbsp;</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
I hate this linkshell with a fiery passion.
Image
User avatar
Yorke
Black Thumb
Posts: 8891
Joined: Tue Mar 20, 2007 3:39 am
Linkshell: Eden
Job Classes: THF WAR NIN
Location: East Coast, United States

Re: Need some programming help.

#13 Post by Yorke »

oh man, how do you guys interpret that shit
Tread softly because you tread on my dreams-
Image
Lies are a funny thing,
they slip through your fingertips because
they never happened to you.
User avatar
Praetor
Eden Failure +1
Posts: 680
Joined: Mon Apr 09, 2007 4:18 am
Linkshell: Eden
Job Classes: PLD75/WAR75/NIN75
Location: Charlotte, NC

Re: Need some programming help.

#14 Post by Praetor »

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.
Image
Safersephx
Better than Kooyo
Posts: 2768
Joined: Mon Mar 19, 2007 6:03 pm
Linkshell: PrettyPrincessClub
Job Classes: Puppetmaster
Location: waiting for you... at the end of time~

Re: Need some programming help.

#15 Post by Safersephx »

Sureaboutthis wrote:play with ur vspace and hspace attributes :cat:



i'll play with your vspace attributes :whip:
Imagelol
Image
User avatar
Nieryo
Galkan Sausage
Posts: 523
Joined: Wed Sep 26, 2007 11:44 pm
Job Classes: RDM/WHM/BRD/BST/BLM/COR/WAR/PLD/RNG
Location: Chicago

Re: Need some programming help.

#16 Post by Nieryo »

do a barrel roll!
Image
Image
Image
Post Reply