Dhtml menu problem
Hi there,
Any body out there got time to help me with a dhtml problem I'm having.
For 2 days now and a bunch of hair less I have battled to get this dhtml
menu to work on my site. It works fine in the default folder but I cant get
the images to show in a cgi-bin template folder.
Any help would be appreciated
Here is the problem page
http://www.allianceyachts.net/cgi-bin/am/exec/search.cgi
heres what is supposed to look like..
http://www.allianceyachts.net/contact.shtml
I'm sure one of you code gurus will probably spot it in a jiffy.
Thanks
Daniel
[630 byte] By [
daniel] at [2007-11-9 16:15:31]

# 1 Re: Dhtml menu problem
Sorry Daniel, I had a look at the page in question but the code is such a
mess it's givin' me a headache.. maybe you want to clean it up first (and
maybe that's even the solution);
a line of code should look like:
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse:
collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
(that is: no breaks inside a tag)
in stead of:
<table border="0" cellpadding="0" cellspacing="0" style=
"border-collapse: collapse" bordercolor="#111111" width="100%"
id="AutoNumber1">
(breaks in tags)
this, at least, makes for more easy reading..
another thing I noticed on both pages is that the page tries to access my A:
drive.. that can't be good..
sorry I can't be more of a help..
patch
daniel wrote in message <3d060266$1@10.1.10.29>...
>
>Hi there,
>Any body out there got time to help me with a dhtml problem I'm having.
>
>For 2 days now and a bunch of hair less I have battled to get this dhtml
>menu to work on my site. It works fine in the default folder but I cant get
>the images to show in a cgi-bin template folder.
>Any help would be appreciated
>Here is the problem page
>http://www.allianceyachts.net/cgi-bin/am/exec/search.cgi
>
>heres what is supposed to look like..
>http://www.allianceyachts.net/contact.shtml
>
>I'm sure one of you code gurus will probably spot it in a jiffy.
>
>Thanks
>Daniel
patch at 2007-11-11 23:36:50 >
