Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
WebPanel in Firefox
posted

I have downloaded version10 of the controls.  The WebPanel is not working property in Firefox.  I have Div's and it is not working properly.

Here is part of the code:

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<igmisc:WebPanel ID="BuildingDetailPanel" runat="server" BackColor="#B9B9B9"

 

 

StyleSetName="" ToolTip

="Double Click Heading to Show/Hide"

 

 

Width="100%" Expanded="False"

>

 

 

<PanelStyle CustomRules="FILTER:progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#7FEBE8D7, EndColorStr=#7FCFCCBB, GradientType=1) progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#7FCFCCBB, EndColorStr=#7FEBE8D7, GradientType=0);"

 

 

BackColor

="#E4E4E4">

 

 

<BorderDetails ColorBottom="Gray" ColorLeft="224, 224, 224" ColorRight="Gray"

 

 

StyleBottom="Solid" StyleLeft="Solid" StyleRight="Solid" WidthBottom="1px"

 

 

WidthLeft="1px" WidthRight="1px"

/>

 

 

</PanelStyle

>

 

 

<Header Text

="&lt;span __designer:mapid=&quot;1033&quot; class=&quot;style1&quot;

style=&quot;font-size: large; font-weight: bold&quot;&gt;Building Details&lt;/span&gt;"

 

 

>

 

 

<ExpandedAppearance

>

 

 

<Styles Font-Names="Times New Roman"

 

 

Font-Size="9pt" ForeColor="Black" BackgroundImage

="/Images/igpnl_vs2k5.png">

 

 

<BorderDetails ColorLeft="LightGray" ColorRight="Gray" ColorTop="LightGray"

 

 

StyleLeft="Solid" StyleRight="Solid" StyleTop="Solid" WidthLeft="1px"

 

 

WidthRight="1px" WidthTop="1px"

/>

 

 

</Styles

>

 

 

</ExpandedAppearance

>

 

 

<HoverAppearance

>

 

 

<Styles ForeColor="Blue" BackColor

="#CCFFFF">

 

 

</Styles

>

 

 

</HoverAppearance

>

 

 

<CollapsedAppearance

>

 

 

<Styles Width="100%" ForeColor

="Black">

 

 

<Margin Left="9px"

/>

 

 

</Styles

>

 

 

</CollapsedAppearance

>

 

 

<ExpansionIndicator Width="25" Height

="25"/>

 

 

</Header

>

 

 

<Template

>

Is there any known issues?  I am working in VS2008.