Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Flora transparent corner
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Flora transparent corner
#8659
Flora transparent corner 13 Years, 5 Months ago Karma: 0
Hello again,
Sorry to disturb, I want to consult the Admin about a question. When activating flora theme, the transparent floral png is over the thumbnail and his dimensions "hide" the clickable HREF as seen on this portion of the code :

Code:


<td>
  <div class="apretty-outer">
    <div class="apretty-shadow">&nbsp;</div>
      <div class="apretty-inner">
   <div class="apretty-image">
    <a title="" rel="" href="...">
    <img width="152" height="80" border="0" alt="" src="/cache/..."></a>
           <div class="apretty-cap"></div>
         </div>
     </div>
  </div>
<div class="apretty-title"></div>
</td>



My question is, can the div with the class "apretty-cap" be clickable with the same href as the image thumbnail ? I know also that a DIV can't be embed in a A HREF , but I have in mind some simple java script with onmouseclick event. Then is the problem with the users that don't have java or have it blocked/disabled. Since the links are inline elements, i was thinking at the use of SPAN, still this workaround don't work fine with the table data of the main table. When someone has the time to look into this matter it would be nice. The quick solution that i found is to make a square, as little as it could be and put it on the corner of thumbnail with the help of the .ari-theme-flora .apretty-cap in CSS. Other one, in case of use of a border only in the upper corner, is to use the z-index: 1; to put the border in the back of the thumbnail . Users normally focus theirs clicks on the center of the image, tested with a mouse click heat-map, so far so good.

Link to test.

Have a nice day .
Last Edit: 2010/11/13 02:15 By decorientale.Reason: Result/Test link added.
The administrator has disabled public write access.
 
#8664
Re:Flora transparent corner 13 Years, 5 Months ago Karma: 747
Hello,

It seems you have change "z-index" property of flora image container and <A> tag which contains thumbnail and it works?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8668
Re:Flora transparent corner 13 Years, 5 Months ago Karma: 0
Hello,
Yes it works, still I knock my dead over the walls to find a solution to "embed" the corner floral to image, even I will have to "watermark" the photos dynamically with the help of GD or ImageMagic . I will not use java since not all users have java enabled. This is a small detail that don't matter , the gallery works like a charm !
I will share the solution if I don't give up first ! Cheers !
The administrator has disabled public write access.
 
Go to topPage: 1