Click to See Complete Forum and Search --> : Not wanting to align right.


starlux
10-28-2003, 05:48 PM
(not literally right, but correctly).

I am a student at Clovis High School and I am still learning alot of things, so please if someone could help me with this I would greatly appreciate it.

I have a dhtml menu working properly, but it isn't wanting to be aligned inside of the <td> on top of the iframe. It shrinks to a tiny size and spits the shrunken menu out on the left hand side out in the middle of nowhere. I'm sure it's something simple but i've been trying to figure it out for days now.. Thanks in advance

You can find the problem I am referring to here:

http://ais.cms.k12.nm.us/~web2003

Khalid Ali
10-28-2003, 07:21 PM
I think you will need to set the outer most containers width explicitly efore you can give td's any widths

starlux
10-28-2003, 10:11 PM
Thank you for your reply. I have checked my code again but every container's width is set to the right width except 1 and I set that too.

Is this what you were talking about:

<td bgcolor="#9966CC" height="14" width="670">
<SCRIPT>/*
* DHTML Menu version 3.3.19
* written by Andy Woolley
* Copyright 2002 Andy Woolley. All Rights Reserved.
*
* Please feel free to use this code on your own website free of
charge.
* You can also distribute and modify this source code as long as
this
* Copyright notice remains intact and that you send me notice that
you
* intend to use this code on your website.
*
* Limited support for this script is provided
* Commercial licence agreements are available on request for use &
full support.
* You can send email to menu3@milonic.com

* Script featured on Dynamic Drive (http://www.dynamicdrive.com)
*/</SCRIPT>

<SCRIPT language=JavaScript
src="menu_array.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript
src="mmenu.js" type=text/javascript></SCRIPT>
</td>