Quote:
Originally Posted by cclaerhout
Tested and approved :
Go to "All style options", then in "Additional CSS Definitions"
add :
Code:
*a {position:relative;}
And that works !
Thanks to Holger R?prich of www.indesigns.de
|
Warning : don't use
Code:
*a {position:relative;}
with vbshout or it will cause a bug !
Instead, just add a style to your link
Code:
style="position:relative;"