I'm fairly new at this but have incorporated the Rollerover background tabs on a website. The problem I am having is in the coding to add my subdirectory links to the tabs. Any advice you can offer would be appreciated.
Example of code using:
<input type="button" value="Donations" class="initial2" onClick="jumpto2('')">
<input type="button" value="Past Events" class="initial2" onClick="jumpto2('')">
<input type="button" value="Directions" class="initial2" onClick="jumpto2('')">
<input type="button" value="Vendors" class="initial2" onClick="jumpto2('')”>
</form>
I've tried adding the http:/ url in parenthesis after "jumpto2 but it doesn't link at all.
HELP!!! Thanks.



Reply With Quote

Bookmarks