Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ajax control toolkit AccordianPane display issue

Reply
Thread Tools

ajax control toolkit AccordianPane display issue

 
 
bdarcey@gmail.com
Guest
Posts: n/a
 
      03-13-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

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 - ModalPopupExtender SD ASP .Net 1 11-11-2010 02:08 PM
AJAX Control Toolkit / ASP.Net Validator control problem Stratum ASP .Net 1 10-13-2008 05:01 AM
performance issue on an asp.net page using ajax.net toolkit Abubakar ASP .Net 0 08-31-2008 03:14 PM
"ASP.NET AJAX-Enabled Web Site" or "AJAX Control Toolkit Web Site"? mark4asp ASP .Net 1 03-24-2007 06:06 AM
Problems using AJAX Control Toolkit Dropdown Extender w/ Gridview William Youngman ASP .Net 2 03-19-2007 06:18 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57