View Full Version : NavStudio issue...or doctype? Unsure.


Ashbernie31
08-27-2005, 12:49 AM
Hello all, I've come to this forum because you all seem to be the most helpful around anywhere on the internet nowadays heh. So let's see if you can help me with this one, shall we?

Okay well, I've decided to expand my website and so I also decided I wanted "change/new" stuff. I created a DHTML/.js menu for my new site with NavStudio . Now, in FireFox, there appears to be "blank boxes" and what not next to some of the menu text/sub menu text(and there are NO images involved/missing from the menu)...yet in IE it seems okay. Then, I try adding a DOCtype and it works fine in FireFox, yet I get an "invalid argument" in IE, and the sub-menus will not work in IE when using a doctype of ANY kind. Can someone explain?
PS: The link to my "temporary layout for the site is: http://www.whateverlife.com/omg

Thanks for looking. Also, I figure you may want to look at some code so here is my header.inc file:
<HEAD>
<TITLE>WhateverLife.com</TITLE>

</HEAD>

<LINK REL=stylesheet HREF="stylesheet1.css" TYPE="text/css">
<div align="center">
<table cellspacing="0" cellpadding="0" border="0" width="500" BORDER="0">
<tr>
<td align="center">
</td></td>
</tr>


<tr>
<td class="box">
<table>
<tr>
<tr>
<td class="box">
<table>
<tr>




<td class="main" valign="top" width="500">

<center>
<img src="banner.gif" border="0"><br>

<div id="vqp_about" style="position:absolute;visibility:hidden;">****JavaScript based drop down DHTML menu generated by NavStudio. (OpenCube Inc. -

http://www.opencube.com)****</div>
<script language="JavaScript" vqptag="doc_level_settings" is_vqp_html=1 vqp_datafile0="omg.js" vqp_uid0=734125>cdd__codebase =

"";cdd__codebase734125 = "";</script>
<script language="JavaScript" vqptag="datafile" src="omg.js"></script><script vqptag="placement" vqp_menuid="734125"

language="JavaScript">create_menu(734125)</script>

<script language='Javascript'>
function vqp_error(){}
</script></center>


^Header.inc (PPS: I apologize for the amount of code, but I am just so lost!)

You see at the moment, no doctype is there...hmm, any suggestions?
Thank you all so much in advance.
ANYONE able to even TRY and help, DEEPLY appreciated.

Ashbernie31
08-27-2005, 05:03 AM
Eh, nevermind for the help. I just went ahead and created a repeat of the menu by scratch...well because I tried everything and anything. And it works???
Thanks anyways if you read it. :)
Much appreciated.