PDA

View Full Version : Header / Store button problem.


dotus
04-19-2005, 01:25 PM
See :
http://www.usforum.us/

Store button just isn`t fitting in with the rest of the buttons due to a small gap appearing with a downwards arrow. Any idea`s how to remove this small gap and make the navigation area flow better ?

HC.
04-19-2005, 05:21 PM
make the down arrow a transparent GIF in photoshop

dotus
04-19-2005, 06:26 PM
Hmm, not sure how to make the arrow a transparent .gif as I didn`t add the arrow. I just added some code and made a standard image with STORE wrote on. The code I added was :
<td id="shop" class="hnav"><a href="#shop"><IMG NAME="store"
SRC="images_pt/store.gif" WIDTH=90 HEIGHT=33 BORDER=0 ALT="" /></a><script
type="text/javascript"> vbmenu_register("shop");</script></td>

the store image I made is here :
http://www.UsForum.us/images_pt/store.gif

Kaishi
05-18-2005, 01:47 PM
<script
type="text/javascript"> vbmenu_register("shop", 1);</script>

put the ,1 there after "shop"