Skip to main content
July 14, 2008
Question

Spry accordion with links??? Possible???

  • July 14, 2008
  • 1 reply
  • 611 views
Fellow Dreamwearvers. I am trying, perhaps mistakenly, to use the accordion widget as a menu bar.
I prefer it to the menu bar where the submenus shoot out to the side. I have the accordion set up and running fine in Spry 1.6.1
When I add a link to a submenu it screws up the css in places I am not even touching...Changes the font, font size, placement. Yet it does not reflect these changes in the stylesheet as a new css style. Plus... the link doesn't work.
Help! Please. Do I need to abandon this for a true vertical menu bar, am I doing something terribly wrong or is there a workaround? LINK: http://www.ouritalianvacation.com/apartmentx2.html
Thanks much,
Andrew
This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

Known Participant
November 22, 2008
Hi tinman, perhaps you should include the a: elements in the css. Something like:
quote:

.Accordion a:link {
text-decoration: none;
}
.Accordion a:visited {
text-decoration: none;
}
.Accordion a:hover {
text-decoration: none;
}
.Accordion a:active {
text-decoration: none;
}