Hoverover image - highlight image and text link, and opposite
Hi. Im new here and to the world of web design so I apologize in advanced if I posted this in the wrong spot. Im working with mostly HTML and CSS. I have some simple javascript and jquiry. I feel pretty comfortable with the HTML and CSS, but dont really have a clue when it comes to the Javascript, so copy and paste is my friend.
Here is a link to the page I am having problems with.
http://www.colinostman.com/project_d...directory.html
I have a list of text links to the left and a grid of images to the right. The images correlate with the text links and visa-versa. I have it set up currently to highlight both the image and the text link when hovering over the text links. What I am having trouble with is the opposite...When hovering over the image, the text link and image link highlight.
Here is a link to a website that has the desired effect.
http://www.kunz-architektur.ch/de/ba...telierhaeuser/
I would like to do this in the most simple of ways. I will be adding new projects periodically so it should be easy to add new images and text links in the future.
Thanks for you help.
I have done the first two links
Code:
function Link(id,c) {
document.getElementById(id).style.color=c;
}
Code:
<div id="project_links">
<h2><a href="../architecture_projects/confluence.html" onmouseover="MM_swapImage('confluence','','http://www.colinostman.com/project_directory/architecture_images/confluence2.jpg',1);Link('lk1','red');" onmouseout="MM_swapImgRestore();Link('lk1','black');" id="lk1">CONFLUENCE</a></h2>
<h2><a href="../architecture_projects/confluence sculpture.html" onmouseover="MM_swapImage('sculpture','','http://www.colinostman.com/project_directory/architecture_images/sculpture2.jpg',1);Link('lk2','red');" onmouseout="MM_swapImgRestore();Link('lk2','black');" id="lk2">CONFLUENCE SCULPTURE</a></h2>
</div>
<div id="image" >
<div id="column1">
<a href="../architecture_projects/confluence.html" onmouseout="MM_swapImgRestore();Link('lk1','black');" onmouseover="MM_swapImage('confluence','','http://www.colinostman.com/project_directory/architecture_images/confluence2.jpg',1);Link('lk1','red');"><img src="http://www.colinostman.com/project_directory/architecture_images/confluence1.jpg" alt="confluence" name="confluence" width="165" height="165" border="0" id="confluence" /></a>
<a href="../architecture_projects/immersion.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('immersion','','http://www.colinostman.com/project_directory/architecture_images/immersion2.jpg',1)"><img src="http://www.colinostman.com/project_directory/architecture_images/immersion1.jpg" alt="immersion" name="immersion" width="165" height="165" border="0" id="immersion" /></a>
<a href="../architecture_projects/arcadian agriculture.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('arcadianagriculture','','http://www.colinostman.com/project_directory/architecture_images/arcadianagriculture2.jpg',1)"><img src="http://www.colinostman.com/project_directory/architecture_images/arcadianagriculture1.jpg" alt="arcadianagriculture" name="arcadianagriculture" width="165" height="165" border="0" id="arcadianagriculture" /></a>
<a href="../architecture_projects/journey.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('journey','','http://www.colinostman.com/project_directory/architecture_images/journey2.jpg',1)"><img src="http://www.colinostman.com/project_directory/architecture_images/journey1.jpg" alt="journey" name="journey" width="165" height="165" border="0" id="journey2" /></a>
</div>
<div id="column2">
<a href="../architecture_projects/confluence sculpture.html" onmouseout="MM_swapImgRestore();Link('lk2','black');" onmouseover="MM_swapImage('sculpture','','http://www.colinostman.com/project_directory/architecture_images/sculpture2.jpg',1);Link('lk2','red');"><img src="http://www.colinostman.com/project_directory/architecture_images/sculpture1.jpg" alt="sculpture" name="sculpture" width="165" height="165" border="0" id="sculpture" /></a>
<a href="../architecture_projects/courtyard campus.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('courtyardcampus','','http://www.colinostman.com/project_directory/architecture_images/courtyardcampus2.jpg',1)"><img src="http://www.colinostman.com/project_directory/architecture_images/courtyardcampus1.jpg" alt="courtyardcampus" name="courtyardcampus" width="165" height="165" border="0" id="courtyardcampus" /></a>
<a href="../architecture_projects/portfolio.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('portfolio','','http://www.colinostman.com/project_directory/architecture_images/portfolio2.jpg',1)"><img src="http://www.colinostman.com/project_directory/architecture_images/portfolio1.jpg" alt="portfolio" name="portfolio" width="165" height="165" border="0" id="portfolio" /></a>
<a href="../architecture_projects/telephone.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('telephone','','http://www.colinostman.com/project_directory/architecture_images/telephone2.jpg',1)"><img src="http://www.colinostman.com/project_directory/architecture_images/telephone1.jpg" alt="telephone" name="telephone" width="165" height="165" border="0" id="telephone2" /></a>
</div>
</div>
Wow thanks a lot Vic. It worked perfectly.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks