<div class="spell">
<DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"><font size="2em">v</font></div>
<DIV style="DISPLAY: none; position: absolute;top:18px; right:10px; width:120px; margin-right: 5px;background:#AFAFAF;border-radius:8px;box-shadow:0px 0px 2px #ffffff; padding: 0 1em 1em 1em;" class=splCont jQuery1259073801391="5">Сиё работает в ff, opera, Gh, IE 8 наверняка. Можете смело тестить в других браузерах и с другими версиями.
</DIV></DIV></div>
<style>
.spell {background:#AFAFAF;color:#fff;width:17px; height:17px; text-align:center; right:0; z-index: 999; top: 0px; position:fixed;border-radius:8px;box-shadow:0px 0px 2px #ffffff;}
</style>
<script src="http://code.jquery.com/jquery-latest.pack.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.splLink').click(function(){
$(this).parent().children('div.splCont').toggle('normal');
return false;
});
});
</script>У мя работает) Тесты.. может пофиксить чего придётся) Авось и пригодится кому-нибудь)
Отредактировано Saiminor (2010-10-31 01:18:50)