my site can be seen at
http://forums.miscforums.org/
the quick links button on mynew navbar made of images works but it shows the little arrow below it and screws up my alignment as you can see.
Here is the code for that link
HTML Code:
<td align="left" valign="top" id="usercptools" border= 0>
<a href="#usercptools">
<img src="http://www.miscforums.org/dev/navbar/images/navbar_05.gif" width="73" height="43" alt="" /></a><script type="text/javascript">vbmenu_register("usercptools, 2"); </script></td>
ive also tried
HTML Code:
<td align="left" valign="top" id="usercptools" border= 0>
<a href="#usercptools">
<img src="http://www.miscforums.org/dev/navbar/images/navbar_05.gif" width="73" height="43" alt="" /></a><script type="text/javascript">vbmenu_register("usercptools, false"); </script></td>
cmon guys