Ask a Question related to Adobe Dreamweaver & Contribute, Design and Development.
-
kbun #1
Dreamweaver Spry Accordion in IE can't hide the content
Hello,
I do some spry accordion in Dreamweaver, it open correctly in firefox,
but under IE , all content parts was all open,
http://i1226.photobucket.com/albums/ee415/kbunchang/Accordion_Open.jpg
I'm using SpryAccordion.js - version 0.15 - Spry Pre-Release 1.6.1
code as following:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
<link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="Accordion1" class="Accordion" tabindex="0">
<div class="AccordionPanel">
<div class="AccordionPanelTab">Label 1</div>
<div class="AccordionPanelContent">Content 1</div>
</div>
<div class="AccordionPanel">
<div class="AccordionPanelTab">Label 2</div>
<div class="AccordionPanelContent">Content 2</div>
</div>
<div class="AccordionPanel">
<div class="AccordionPanelTab">Label 3</div>
<div class="AccordionPanelContent">Content 3</div>
</div>
<div class="AccordionPanel">
<div class="AccordionPanelTab">Label 4</div>
<div class="AccordionPanelContent">Content 4</div>
</div>
</div>
<script type="text/javascript">
<!--
var Accordion1 = new Spry.Widget.Accordion("Accordion1");
//-->
</script>
</body>
</html>
Anyone can help?
Thanks
Junior Member
- Join Date
- Dec 2011
- Location
- Los Angeles California USA
- Posts
- 1
-
Dreamweaver Spry Accordion widget Question
Gobble Gobble! Have a Dreamweaver CS3 question about the Spry Accordion widget. I am designing a website for a real estate company. I will have... -
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... -
Spry accordion content not hiding in IE
Hi all, I threw together a page using accordion menus (http://www.riverviewbiblecamp.com/menu.php), it works fine in Firefox, Safari, and Opera,... -
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...



Reply With Quote

