Sunday, March 11, 2012

Dropdown Extender

Hi,

I think you misunderstood the DropDownExtender a little bit. It's not particularly for regular DropDownList, and can be used with other controls like label, linkbutton, etc.

So, you don't have to worry about the regular dropdownlist if it's used with a Label.


I have been working on a site with a master page and several webuser controls I am having trouble getting the dropshadow extenderpositioned correctly. It keeps shifting to the right. I checkedpositioning of the elements and parent elements across the site, butnothing is working. Any ideas? (the script mgr. is on the master page)Also, this drop shadow loads inside of another drop shadow (that doeswork and is on the master page.

This code exists in a asp:contentblock:

<asp:Panel CssClass="listingLeftLinks" runat="server" ID="listingCatPanel">

I have a table in here

</asp:Panel>
<cc1:DropShadowExtender id="listingCatPanelDSE" runat="server"
TargetControlID="listingCatPanel"
Opacity=".5"
Rounded="false"
TrackPosition="true"
Width="2">
</cc1:DropShadowExtender>

css styles:

.listingLeftLinks
{
margin:0px;
width:115px;
padding:5px;
border: solid 1px #cccccc;
text-align:left;
}

Thanks. I hope you can help.

No comments:

Post a Comment