[Pro] Can't Figure Out How to Make This Work

Hi, I’m having some trouble using script accordion. I’ve got everything to work on click (h3), but I also need a link in the area (p). I want this link, when clicked, to go to a specific page. ( “View PDFs”). My problem right now is that when I click on the h3 element it reads the link and automatically goes right to the other page. I need to have this link (“View PDFs”) only go to a different page when clicked.

On the example site http://tinyurl.com/2ehupt9 I only have the second to the last h3 item with a link on “View PDF”.
I left the others with no link so the menu is visible.

I’m going crazy with this.

http://tinyurl.com/2ehupt9


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Sorry - I can’t find the one with an active link.

BTW PDF’s is plural so should have no apostrophe!

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks. I removed the apostrophe. I fixed the link. It’s on the “View PDFs” in the paragraph under the second to the last item … the red starts with “NEW!!”

This menu is only on the home page, so when it takes you to a different page, just hit back in the browser.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

in the paragraph under the second to the last item … the red starts with “NEW!!”

Which is where?

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Okay. Now it’s there. Sorry.

To demonstrate better, I have two examples to see how it is functioning.

/beta
menu “security products”

This does not have any links activated. This is how it’s supposed be (with the exception of working links to the pages with PDF downloads). Click on any of the red submenu item and the copy appears for each.

/beta/test.html
menu “security products”

This one has all of the PDFs with active links to pages. If you click on any of the red submenu item it goes directly to another page; there’s no opportunity to read the accordion menu.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

/beta
/beta/test.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You appear to have a hyperlink

<a href="security-products/HSS-high-security/downloads.html">

On all of the items in that container ie the accordion Div is contained within a list item that has a link on it.

<div id="text" class="f-x2" style="position:relative; width:380px; overflow:visible">

Remove the hyperlinks and reapply them carefully

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I removed all the hyperlinks and then applied a hyperlink to the first PDF (/security-products/HSS-high-security/downloads.html), however, but once I click on the h3 link (MAGANASHERE Technology), it jumps right to the download page.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes - that hyperlink is still in there applied to the list item that is part of the menu.

This is one that will require dissection of the FW doc itself to see how you have put it together.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options