Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Stacking "a href" tags
Old 10-29-2004, 02:56 AM Stacking "a href" tags
MentallyLost's Avatar
Junior Talker

Posts: 2
Location: Anchorage, AK
Trades: 0
I seem to have thought beyond my means. Is there a way to stack two "a href" tags ontop of each other? I want a javascript to display an image swap in a different part of the page. The JavaScript is in a table and the image is in a separate table, but I would like to avoid frames if possible.

www.surreal-images.com/AAE

in the above site, if you click on one of the items, it drops to a secondary item, those are the ones I want to have display the image swaps, and yes the swaps would happen in the blank column in the middle.

Thanks
MentallyLost is offline
Reply With Quote
View Public Profile Visit MentallyLost's homepage!
 
 
Register now for full access!
Old 10-29-2004, 04:34 AM
Ultra Talker

Posts: 377
Trades: 0
hmmm... could you explain it more clearly? if you want to make smth like on that site you may place a hidden text in <div>, set it visibility to "hidden", and then show it onClick through hyperlink.
__________________
andrews_john

Please login or register to view this content. Registration is FREE
andrews_john is offline
Reply With Quote
View Public Profile Visit andrews_john's homepage!
 
Old 10-29-2004, 04:51 AM
MentallyLost's Avatar
Junior Talker

Posts: 2
Location: Anchorage, AK
Trades: 0
I follow where you are going, I think. But I am looking at swapping multiple images.
Clearer explanation: Hmmm, from the tree menu, I would like to swap a picture in the blank column to an image that corresponds with the second tier of the menus. ie. Under the "Air Tools" sits "Drills" upon clicking on or mousing over on "Drills" I would like an image of a drill to show in the empty column, and for "Rachets" then a corresponding image of a rachet. I understand how to do that on it's own, but the JavaScript already has "Drills" and "Rachets" etc. attached to other "a href" tags. Which I need them to be linked to as well.

This is the uncorrupted coding:

<div><a href="#" tabindex="1" onClick="P7_TMenu(this);return false">Air Tools</a>

<div><a href="#" tabindex="2" onClick="P7_TMenu(this);return false">Impacts</a>
<div><a href="#" tabindex="3">Ingersoll-Rand</a></div>
</div>
<div><a href="#" tabindex="4" onClick="P7_TMenu(this);return false">Drills</a>
<div><a href="#" tabindex="5">Ingersoll-Rand</a></div>
</div>
<div><a href="#" tabindex="6" onClick="P7_TMenu(this);return false">Air Rachets</a>
<div><a href="#" tabindex="7">Ingersoll-Rand</a></div>
</div>
</div>


And this is what I have tried:

<div><a href="#" tabindex="4" onClick="P7_TMenu(this);return false"><a href="javascript:;" OnMouseOut="MM_swapImgRestore()" onMouseEnter="MM_swapImage('back','','assets/p7pep_here.gif',1)">Drills</a></a>
<div><a href="#" tabindex="5">Ingersoll-Rand</a></div>
</div>

Or this:

<div><a href="#" tabindex="4" onClick="P7_TMenu(this);return false" OnMouseOut="MM_swapImgRestore()" onMouseEnter="MM_swapImage('back','','assets/p7pep_here.gif',1)">Drills</a>
<div><a href="#" tabindex="5">Ingersoll-Rand</a></div>
</div>

Sorry for the mess. I hope this explains it better. If not, I don't know that it is worth the aggrivation.

Thanks
MentallyLost is offline
Reply With Quote
View Public Profile Visit MentallyLost's homepage!
 
Reply     « Reply to Stacking "a href" tags
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.55080 seconds with 12 queries