Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. accordion header style missing in IE6

accordion header style missing in IE6

Scheduled Pinned Locked Moved ASP.NET
helpsysadminarchitecturequestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    For_IT
    wrote on last edited by
    #1

    Hi all I am using Accordion Ajax extender tool in my user control. There are around 5 panes and each pane loads usercontrol at the page load. I have applied following style to the accordion header using style sheet class.

    .accordionHeader
    {
    border: 1px solid #0063A0;
    color: white;
    background-color: #002B55;
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    cursor: pointer;

    }

    <cc1accordian:Accordion ID="ntAccordion" runat="server" SelectedIndex="0" CssClass="accordionStyle"
    HeaderCssClass="accordionHeader" HeaderSelectedCssClass="accordionHeaderSelected"
    ContentCssClass="accordionContent" FadeTransitions="false" FramesPerSecond="40"
    TransitionDuration="250" AutoSize="None" RequireOpenedPane="false" SuppressHeaderPostbacks="true">
    <Panes>
    <cc1accordian:AccordionPane ID="apane1" runat="server">
    <Header>
    <asp:Label ID="lblSpeed" runat="server" Style="position: relative" Text="Header One"
    CssClass="labelfont"></asp:Label>
    </Header>
    <Content> .... </Content>

    This style is applied correctly when page is loaded into IE7, but in IE6, there is no style applied. Has anyone experienced this problem before? Please help me

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups