Not wanting to align right.

liunx

Guest
(not literally right, but correctly).<br />
<br />
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.<br />
<br />
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 <br />
<br />
You can find the problem I am referring to here:<br />
<br />
<!-- m --><a class="postlink" href="http://ais.cms.k12.nm.us/~web2003">http://ais.cms.k12.nm.us/~web2003</a><!-- m --><!--content-->I think you will need to set the outer most containers width explicitly efore you can give td's any widths<!--content-->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. <br />
<br />
Is this what you were talking about:<br />
<br />
<td bgcolor="#9966CC" height="14" width="670"><br />
<SCRIPT>/*<br />
* DHTML Menu version 3.3.19<br />
* written by Andy Woolley<br />
* Copyright 2002 Andy Woolley. All Rights Reserved.<br />
*<br />
* Please feel free to use this code on your own website free of<br />
charge.<br />
* You can also distribute and modify this source code as long as<br />
this<br />
* Copyright notice remains intact and that you send me notice that<br />
you<br />
* intend to use this code on your website. <br />
*<br />
* Limited support for this script is provided<br />
* Commercial licence agreements are available on request for use &<br />
full support.<br />
* You can send email to <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --> <br />
<br />
* Script featured on Dynamic Drive (<!-- m --><a class="postlink" href="http://www.dynamicdrive.com">http://www.dynamicdrive.com</a><!-- m -->)<br />
*/</SCRIPT><br />
<br />
<SCRIPT language=JavaScript<br />
src=http://www.webdeveloper.com/forum/archive/index.php/"menu_array.js" type=text/javascript></SCRIPT><br />
<SCRIPT language=JavaScript<br />
src=http://www.webdeveloper.com/forum/archive/index.php/"mmenu.js" type=text/javascript></SCRIPT><br />
</td><!--content-->
 
Back
Top