Welcome Guest Search | Active Topics | Sign In | Register

Applying CSS to ImageZoom control Options
Piotr PL
Posted: Tuesday, April 19, 2016 3:02:48 PM
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
eo_support
Posted: Tuesday, April 19, 2016 6:25:22 PM
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!
eo_support
Posted: Friday, April 22, 2016 8:33:01 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.