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

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:

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

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support