Click to See Complete Forum and Search --> : Want to add image to menu


SugarGirl
02-12-2003, 11:57 PM
Below is where my menu is setup on my website, is there a way that I could add an image to this menu???
<td width="12%" height="12" class="background5"><img src="/images/usrbar_01a.gif" <a menu="height:20;top:58;left:15;src:Menu1;width:100;arrow-offset:85;menu-offset:-5;menu-topoffset:5;font-family:Arial;border-width:1;border-color:Black;highlight:#336699;background:#9C9A9C;font-color:black;icon-color:black;arrow-color:white;" WIDTH="75" HEIGHT="16"></a></td>

jdavia
02-13-2003, 01:11 AM
Originally posted by SugarGirl

<td width="12%" height="12" class="background5"><img src="/images/usrbar_01a.gif" <a menu="height:20;top:58;left:15;src:Menu1;width:100;arrow-offset:85;menu-offset:-5;menu-topoffset:5;font-family:Arial;border-width:1;border-color:Black;highlight:#336699;background:#9C9A9C;font-color:black;icon-color:black;arrow-color:white;" WIDTH="75" HEIGHT="16"></a></td>
Add this:
</tr><tr> at the bottom of your code above, then repeat your code below it for every image you add.

SugarGirl
02-13-2003, 01:27 AM
<a menu=" height:20;top:58;left:15;src:Menu1;width:100;arrow
-offset:85;menu-offset:-5;menu-topoffset:5;font-family:Arial;border-width:1;border- color:Black;highlight:#336699;background:#9C9A9C;f
ont-color:black;icon-color:black;arrow-color:white;" WIDTH="75" HEIGHT="16"></a>

The above creates a menu that has 2 sublevels and I would like to add the image to each of these sublevels also.

Here is the src for the above menu:
<div id="Menu1" style="display:none;">
Work Folders!#!;
[
Folder List!USR_PER_PROJ.asp!;
Create Folder!USR_CR_ED_PROJ.asp!;
]
Search!#!;
[
Simple Search!USR_DOC_SRCH.asp!;
Advanced Search!USR_DOC_SRCH_ADV.asp!;
Power Search!USR_DOC_SRCH_mp.asp!;
]
Doc Upload!docupload.asp!;
</div>