PC Review


Reply
Thread Tools Rate Thread

ajax control toolkit AccordianPane display issue

 
 
bdarcey@gmail.com
Guest
Posts: n/a
 
      13th Mar 2008
I have added an accordion control with 3 panes. However, when I view
it in either IE or FF the panes are displayed to the right of the
header, not underneath. Can anyone explain why this is? I know this
is not the default behavior. Below is the relevant code:

<cc1:Accordion ID="Accordion1" runat="server" AutoSize="None"
ContentCssClass="collapsePanel" HeaderCssClass="collapsePanelHeader"
FramesPerSecond="40" TransitionDuration="250" FadeTransitions="true"
SelectedIndex="0" SuppressHeaderPostbacks="true">
<Panes>
<cc1:AccordionPane ID="AccordionPane1" runat="server">
<Header>
<a href="" onclick="return false;">Know what
you need? &nbsp&nbsp &nbsp&nbsp &nbsp&nbsp</a>
</Header>
<Content>
<!-- Content is standard HTML content.
Nothing data driven. No forms, etc. --!>

</Content>
</cc1:AccordionPane>
<cc1:AccordionPane ID="AccordionPane2" runat="server">
<Header>
<a href="" onclick="return false;">Payroll
&nbsp&nbsp &nbsp&nbsp &nbsp&nbsp</a>
</Header>
<Content>
<!-- Content is standard HTML content.
Nothing data driven. No forms, etc. --!>
</Content>
</cc1:AccordionPane>
<cc1:AccordionPane ID="AccordionPane3" runat="server">
<Header>
<a href="" onclick="return false;">Insurance
&nbsp&nbsp &nbsp&nbsp &nbsp&nbsp</a>
</Header>
<Content>
<!-- Content is standard HTML content.
Nothing data driven. No forms, etc. --!>
</Content>
</cc1:AccordionPane>
</Panes>
</cc1:Accordion>

Thanks for any help/insight anyone can offer. This is driving me
crazy.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
AJAX Control Toolkit SeePee Microsoft ASP .NET 3 12th Jul 2010 06:48 AM
ajax control toolkit JohnE Microsoft ASP .NET 3 6th Feb 2010 07:13 PM
asp.net 2.0 ajax control toolkit richard Microsoft ASP .NET 1 14th Sep 2008 09:33 PM
performance issue on an asp.net page using ajax.net toolkit Abubakar Microsoft ASP .NET 0 31st Aug 2008 04:14 PM
AJAX Control Toolkit GeoffreyD Microsoft ASP .NET 3 11th Dec 2007 01:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:59 AM.