Welcome Guest, Not a member yet? Register   Sign In
'Fisheye' won´t function properly, why? JQuery Newbie
#1

[eluser]Nummero2[/eluser]
Hi,

I wanted to add a Fisheye menue like here: Fisheye example

I coded the following:

Code:
$(document).ready( function()
{

$('#fisheye').Fisheye
        (
        {
                maxWidth: 50,
                items: 'a',
                itemsText: 'span',
                container: '.fisheyeContainter',
                itemWidth: 40,
                proximity: 90,
                halign : 'center'
        }
        )
});
and html wise a short list:

Code:
<div id='fisheye' class='fisheye'>
         <div class='fisheyeContainter'>

            <a href='[removed]header.change(\"net\")'> <span>Home</span><img
            src='/intranet/img/intranet_40.png' />    </a>
            <a href='[removed]header.change(\"plan\")' class='fisheyeItem'>
            <span>Home</span><img src='/intranet/img/intranet_40.png' />  </a>
            <a href='[removed]header.change(\"service\")' class='fisheyeItem'>
            <span>Home</span><img src='/intranet/img/intranet_40.png' />     </a>
            
         </div>
        </div>

It just doesnt work and I don´t know why. Any help, suggestions?

Greetings Sebastian


Messages In This Thread
'Fisheye' won´t function properly, why? JQuery Newbie - by El Forum - 10-04-2008, 06:15 PM
'Fisheye' won´t function properly, why? JQuery Newbie - by El Forum - 10-04-2008, 07:17 PM
'Fisheye' won´t function properly, why? JQuery Newbie - by El Forum - 10-05-2008, 01:56 PM
'Fisheye' won´t function properly, why? JQuery Newbie - by El Forum - 10-06-2008, 12:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB