DMXzone CSS3 Drop Shadows Support Product Page
Answered
Use In Repeated Region
Asked 07 Oct 2012 16:09:35
2
have this question
07 Oct 2012 16:09:35 Denis Hoffmann posted:
Hi, how can I use the shadow in a repeated region. Cause it uses an unique ID. But this should not be use double on the same web page.
Any suggestions?
Cheers,
Denis
Official Answer
Replied 14 Oct 2012 11:20:15
Sure it is possible. Just give it dynamic expression as name.
So just name the shadow object something like:
for PHP:
myshadows<?php echo $some_id?>
for ASP:
myshadows<%= some_id%>
This will work on all our recent products.
Greetings,
George
So just name the shadow object something like:
for PHP:
myshadows<?php echo $some_id?>
for ASP:
myshadows<%= some_id%>
This will work on all our recent products.
Greetings,
George
Replies
Replied 08 Oct 2012 07:49:45
08 Oct 2012 07:49:45 Teodor Kuduschiev replied:
Hello Denis,
Unfortunately this is not possible.
Unfortunately this is not possible.
Replied 08 Oct 2012 09:02:31
08 Oct 2012 09:02:31 Denis Hoffmann replied:
Maybe you can ad this for the future.
cause this is something thats very usefull.
Denis
cause this is something thats very usefull.
Denis
Replied 14 Oct 2012 11:20:15
14 Oct 2012 11:20:15 George Petrov replied:
Sure it is possible. Just give it dynamic expression as name.
So just name the shadow object something like:
for PHP:
myshadows<?php echo $some_id?>
for ASP:
myshadows<%= some_id%>
This will work on all our recent products.
Greetings,
George
So just name the shadow object something like:
for PHP:
myshadows<?php echo $some_id?>
for ASP:
myshadows<%= some_id%>
This will work on all our recent products.
Greetings,
George
Replied 15 Oct 2012 14:14:56
15 Oct 2012 14:14:56 Denis Hoffmann replied: