Hi I'm having a bit of an issue with the RadWindow with FF 7.01... for some reason, there is a border around it..When I click on the title bar and move it, it disappears but the sec i release the window it reappears... This is not happening in Chrome15 , IE 9
I'm calling it using
I'm calling it using
<
telerik:RadWindowManager
ID
=
"wndManager"
runat
=
"server"
Skin
=
"Outlook"
>
<
Windows
>
<
telerik:RadWindow
ID
=
"wndSetUp"
runat
=
"server"
BorderStyle
=
"None"
EnableShadow
=
"True"
Height
=
"730px"
KeepInScreenBounds
=
"True"
Modal
=
"True"
NavigateUrl
=
"InitialSetUp.aspx"
Overlay
=
"True"
ShowContentDuringLoad
=
"False"
Style
=
"display: none;"
Title
=
" First Time Setup"
Visible
=
"False"
VisibleStatusbar
=
"False"
Width
=
"900px"
VisibleTitlebar
=
"True"
Behavior
=
"Close, Move"
Behaviors
=
"Close, Move"
Skin
=
"Outlook"
>
</
telerik:RadWindow
>
</
Windows
>
</
telerik:RadWindowManager
>