Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Spry accordion with links??? Possible???

Guest
Jul 14, 2008 Jul 14, 2008
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
TOPICS
Extensions
609
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 22, 2008 Nov 22, 2008
LATEST
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;
}
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines