[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details

problem with the size of a AccordionPane

Asked by Veljean in Asynchronous Javascript and XML (AJAX), Active Server Pages (ASP), Cascading Style Sheets (CSS)

I made  an Accordion for my web page, but i cant set the size of my content's accordionPAne , not matter where i put the attribute height:


<ajaxToolkit:Accordion ID="MyAccordion" runat="server"
                           SelectedIndex="0"
                           HeaderCssClass="accordionHeader"
                           ContentCssClass="accordionContent"
                           FadeTransitions="true"
                           FramesPerSecond="40"
                           TransitionDuration="250"
                           AutoSize="None"
                           Height = "400px"
                            >
                 <Panes>
                      <ajaxToolkit:AccordionPane ID = "AccordionPane1" runat = "server"  >
                      <Header>
                        <a href = "" onclick = "return false;" class = "accordionLink">  </a>
                        <asp:Label ID="Label10" runat="server" Text="Plan de ruteo" CssClass="headerText" ForeColor="White"></asp:Label>
                      </Header>
                      <Content>
                       
                       
                           <div ID="routeresults"
                             
                                 style="width:273px; background-color:&quot;#FFFFFF&quot;; height: 20px; text-align: left; line-height: normal; font-family: Arial; font-size: x-small; font-weight: bold; font-style: normal; font-variant: normal; color: #000000;"
                                 align="center">
                           </div>
                             
                       
                       
                      </Content>
                    </ajaxToolkit:AccordionPane>

                    <ajaxToolkit:AccordionPane ID = "AccordionPane2" runat = "server">
                      <Header>
                        <a href = "" onclick = "return false;" class = "accordionLink">  </a>
                        <asp:Label ID="Label11" runat="server" Text="Itinerario" CssClass="headerText" ForeColor="White"></asp:Label>
                      </Header>
                      <Content>
                       
                       
                       
                      </Content>
                    </ajaxToolkit:AccordionPane>

                 </Panes>
     </ajaxToolkit:Accordion>


in this example i set the height inside the Accordion tag but doesnt work, also i tried to set the height inside the CSS and not works...  if i set the value of AutoSize to "Limit" or "Fill"  the accordion disappears. I cant do  it from the Design view because the accordion doesn't render... please help!!!
in the image i show how the accordion looks like... i need more space!!!
Attachments:
 
how it looks
how it looks
 
[+][-]11/06/09 09:15 AM, ID: 25761010Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/06/09 09:25 AM, ID: 25761086Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89 - Hierarchy / EE_QW_3_20080625