Rank: Newbie Groups: Member
Joined: 4/19/2016 Posts: 1
|
Hi,
When I try to apply a CSS style on an ImageZoom control to get a nice grey frame it does not work.
<eo:ImageZoom ID="zipWire1Image" SmallImageUrl="~/Images/ZipWireSpoolWhite240px.gif" BigImageUrl="~/Images/SpiralaZipWire450px.jpg" CssClass="ImageZoomStyle" runat="server"> <ZoomPanelStyle CssClass="ImageZoomPanel" /> </eo:ImageZoom>
But when a CSS style is applied on a zoom panel it works fine <ZoomPanelStyle CssClass="ImageZoomPanel" />. Is it possible to use a CSS style with ImageZoom or do I have to always directly use control properties like: • ImageZoom.BorderColor, • ImageZoom.BorderWidth, • IamgeZoom.BorderStyle - these works fine.
Here is my CSS style for a SmallIamge:
.ImageZoomStyle { border: 2px solid #0000FF; }
and for a BigImage:
.ImageZoomPanel { font-family: Calibri, Oxygen, Tahoma, Arial, Helvetica; font-size: 11pt; color: #000000; text-decoration: none; background-color: #FFFFFF; border: 1px solid #C0C0C0; padding: 0px 0px 10px 0px; }
Thanks, Piotr
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
We have confirmed this to be an issue and it will be fixed in our next build. We will reply again when the new build is posted.
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
This is just to let you know that we have posted build .63 that should fix this problem. You can download the new build from our download page.
Thanks!
|