PDA

View Full Version : Spry CollapsiblePanel - Buggaboo - HELP!!!



james7bond
25 Nov 2007, 12:16 AM
Hello Spry Guru's,

Perhaps an easy question for you, but it has me scratching my head:

When first displayed, My Cary website's CollapsiblePanel up-arrow does not display correctly. After you open and close the panel it will display correctly.

Also when I edit my template, and then preview, all works correctly, but previewing the pages based on that template have the same error described above






.CollapsiblePanelTab h6 {
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
background-image: url(../Images/down-arrow.gif);
background-repeat: no-repeat;
background-position: right 50%;
padding-top: 2px;
padding-right: 18px;
padding-bottom: 4px;
padding-left: 2px;
}
.CollapsiblePanelOpen .CollapsiblePanelTab h6 {
background-image: url(../Images/up-arrow.gif);
background-repeat: no-repeat;
background-position: right 50%;
}