Folks,
It seems I'm having problems with drop-downs today!
If you check here:
http://www.jardin-d-eden.co.uk/acatalog/index.html
or anywhere within our on-line shop (i.e. not the brochure pages!), you will notice that the drop down list for the top-level sections is to the far right of the screen, off to the right of what should be a near-standard implementation of the "Curves" Template. Not only is this untidy ... but customer just won't see it!
The code for the drop-down menu is (I believe) contained in Act_Primary.html - see below:
<form name="Act_SectionDroplist">
<td background="bg_top.gif" height="60" width="50%" valign="middle" align="center">
<script language=Javascript1.1>
<!--
document.write(ACT_DropListBox(sections))
// -->
</script>
</td>
</form>
which I/we have NOT modified; however, no matter where I cut'n'paste this code within the tables which make up the on-line shop pages, I cannot re-site the offending drop-down menu correctly. Usually it messes up the formatting of this screen's 'header info' and/or does not re-display the drop-down box at all.
I know I'm no guru - far from it - but I'm at a complete loss.
What I wanted to do, once I realised we had developed a problem, was incorporate this offending drop-down menu into the row which houses this: NETQUOTEVAR:FOOTERGUIDE, by removing the colspan command (see below):
<tr valign="middle" align="center" background="pxl_black.gif">
<td height="30" colspan="2" background="pxl_black.gif">NETQUOTEVAR:FOOTERGUIDE
<!-- NETQUOTEVAR:TOPLEVELSECTIONSTOP -->
</td>
</tr>
and using one of the newly created columns in this row by subsequently placing it in the left-hand column, leaving it to reside 'tidily' directly above the "View Basket", "Checkout Now", "Search Shop", et al, images-based links.
Any help / advice gratefully appreciated.
It seems I'm having problems with drop-downs today!
If you check here:
http://www.jardin-d-eden.co.uk/acatalog/index.html
or anywhere within our on-line shop (i.e. not the brochure pages!), you will notice that the drop down list for the top-level sections is to the far right of the screen, off to the right of what should be a near-standard implementation of the "Curves" Template. Not only is this untidy ... but customer just won't see it!
The code for the drop-down menu is (I believe) contained in Act_Primary.html - see below:
<form name="Act_SectionDroplist">
<td background="bg_top.gif" height="60" width="50%" valign="middle" align="center">
<script language=Javascript1.1>
<!--
document.write(ACT_DropListBox(sections))
// -->
</script>
</td>
</form>
which I/we have NOT modified; however, no matter where I cut'n'paste this code within the tables which make up the on-line shop pages, I cannot re-site the offending drop-down menu correctly. Usually it messes up the formatting of this screen's 'header info' and/or does not re-display the drop-down box at all.
I know I'm no guru - far from it - but I'm at a complete loss.
What I wanted to do, once I realised we had developed a problem, was incorporate this offending drop-down menu into the row which houses this: NETQUOTEVAR:FOOTERGUIDE, by removing the colspan command (see below):
<tr valign="middle" align="center" background="pxl_black.gif">
<td height="30" colspan="2" background="pxl_black.gif">NETQUOTEVAR:FOOTERGUIDE
<!-- NETQUOTEVAR:TOPLEVELSECTIONSTOP -->
</td>
</tr>
and using one of the newly created columns in this row by subsequently placing it in the left-hand column, leaving it to reside 'tidily' directly above the "View Basket", "Checkout Now", "Search Shop", et al, images-based links.
Any help / advice gratefully appreciated.
Comment