What extension is doing this??? - Joomla! Forum - community, help and support
look @ image. found on joomla extensions directory.
it's little elf popping out of left side of browser window.
i want it...which extension it?
pam
it's little elf popping out of left side of browser window.
i want it...which extension it?
pam
hi pam,
looks it's custom code peter jed team:
http://extensions.joomla.org/component/ ... article/30
the elf in custom html module following code:
and controlled following css:
hope helps!
kind regards,
nick
looks it's custom code peter jed team:
http://extensions.joomla.org/component/ ... article/30
the elf in custom html module following code:
code: select all
<div class="elf"><a href="/component/content/article/62"><img src="/images/stories/elf.png" border="0" height="350" width="255"></a></div>and controlled following css:
code: select all
div.elf {
bottom: -145px;
left: -122px;
position: fixed;
transform: scale(0.75) rotate(39deg);
transition-duration: 0.3s;
z-index: 100;
}hope helps!
kind regards,
nick
Comments
Post a Comment