Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
tinman-i_am #1
Spry accordion with links??? Possible???
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:
[url]http://www.ouritalianvacation.com/apartmentx2.html[/url]
Thanks much,
Andrew
tinman-i_am Guest
-
Spry Accordion browser issue
When I preview my page in browser, there is a dotted line all around the spry accordion widget. I've looked through the css and can't find where that... -
spry accordion
Hi I can't understand how to get the accordion to open a tab on mouse over. It just opens now when it's clicked. I found a lot of information on... -
Spry - Accordion
Hi, I'm building a menu for a website with the Spry accordion widget. I want to open the accordion with a mouseOver-effect, but not close them... -
Closing Spry Accordion Panels
Hi, i use Spry Accordion for this site: http://dailycast.de I want to close a open panel by clicking on these panel? Here is my Code:... -
CS3 Spry Accordion Gaps
I have created a Coldfusion webpage with two Spry's, the accordian Spry and the Spry Menu Bar. When viewing the Spry Accordion in Internet explorer... -
lisamarsha@gmail.com #2
Re: Spry accordion with links??? Possible???
On Jul 14, 2:52*am, "tinman-i_am" <webforumsu...@macromedia.com>
wrote:You'll probably have to hand code your links in code view. I'd use the> 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 noteven
> 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:[url]http://www.ouritalianvacation.com/apartmentx2.html[/url]
> * Thanks much,
> *Andrew
unordered list and list item tags around your sub-items. See how it's
handled in Spry menus and you can borrow from that. You'll be able to
see what's going on if you have your Code Inspector window open at the
same time. You'll also need to create a style for those links in your
CSS.
lisamarsha@gmail.com Guest
-
Thomas B?ttiger #3
Re: Spry accordion with links??? Possible???
Hi tinman, perhaps you should include the a: elements in he css. Something
like:
[Q].Accordion a:link {
text-decoration: none;
}
.Accordion a:visited {
text-decoration: none;
}
.Accordion a:hover {
text-decoration: none;
}
.Accordion a:active {
text-decoration: none;
}[/Q]
Thomas B?ttiger Guest



Reply With Quote

