Hey everyone,
We tend to have this dilemma with most upgrades from each quarter, but the RadPanelBar First-Level template does not seem to be working correctly after upgrading to Q3 2009. We position:relative a div up and overlay the contents across the PanelBar header with negative positioning. While the actual positioning looks correct, the header is rendered un-clickable.
The code that is in the first level template control:
| <div> |
| <div class="goToTopDiv"> |
| <a runat="server"></a> |
| <a href="#top" id="goToTop" class="goToTop"> |
| <asp:Literal ID="ltlGoToTopText" runat="server" |
| Text='Go To Top'> |
| </asp:Literal> |
| </a> |
| </div> |
| </div> |
The CSS classes:
| .RadPanelBar .goToTopDiv |
| { |
| position:relative; |
| margin-top:-32px; |
| margin-left:950px; |
| width:60px; |
| } |
| .RadPanelBar .goToTop |
| { |
| font-size:.88em; |
| text-decoration:none; |
| color:Black; |
| z-index:2; |
| } |
Thanks for the help,
Adam.g
