Hi--
Many thanks for your reply. It is much appreciated!
The framework of my current code is a bit complex. I did not want to make my first post too code-heavy, thinking I could get what I needed and apply it without bothering people with excessive of code. But it appears I was wrong not to include it!
So if you will forgive my omission, here is the code context for the href links I mention above (just one sample!). You can see that I have a jPlayer in place providing the container for the sections:
CODE
<article id="page_5">
<div class="box" id="page4">
<a href="#page_1" class="close"></a>
<div class="wrapper pad_bot1">
<div class="grid_14">
<h2>services</h2>
<div class="tabs2">
<div id="jquery_jplayer"></div>
<!-- Using the cssSelectorAncestor option with the default cssSelector class names to enable control association of standard functions using built in features -->
<div id="jp_container">
<ul class="nav grid_17 prefix_2 omega">
<li><a href="sounds/genealogy.mp3" class="track track-default">alien genealogy</a></li>
<li><a href="sounds/translation.mp3" class="track">alien texts translation</a></li>
<li><a href="#dombo">future life regression </a></li>
<li><a href="#horticulture">alien removals</a></li>
<li><a href="#clips">want to date an alien?</a></li>
</ul></div>
<div id="greenhouse" class="tab-content grid_17 prefix_2 omega">
<div class="wrapper">
<span class="left marg_right1">
<a><img src="images/HANDanimation.gif" alt="" width="137" height="110"></a>
</span>
<p class="color1">Are you related to aliens? Do you think you might be?</p>
<p class="pad_bot2"><font color="white">Using patented A.G.T. (Alien Genealogy Technology®)...</p>
</div>
<p></p>
<div class="pad_bot1">
</div>
<p></p>
</div>
The first href
CODE
href="sounds/genealogy.mp3" class="track track-default"
links to the first sound file, but it should ALSO link to the href="#greenhouse" (<div id="greenhouse" class="tab-content grid_17 prefix_2 omega">).
Again, many thanks for any help on this...