[jQuery] Superfish Sub menu font size change?

2009-09-15 Thread greencode
I'd like to have the sub menu a different font size to the main menu but when I change it all appears okay until I have a sub sub menu and then that column then seems to overlap the sub menu column, rather than staying perfectly aligned next to it. Is there any way to change the font size without

[jQuery] jScrollPane and Tabs 3

2008-07-21 Thread greencode
I'm attempting to use both jScrollPane and Tabs 3 in the same screen but for some reason it doesn't want to work... I'm very new to this so I'm sure it's something very simple that I'm doing wrong. Basically if I include: then all I get, where the scrolling panel is supposed to appear in the t

[jQuery] Re: jQuery Cycle Pager Vertical Scroll

2008-07-18 Thread greencode
e scrolls up again - I > > then click on "1" and I want the image to scroll down. > > > I've seen this done on the pager with next and prev buttons but not on > > this type. > > > I hope that all makes sense!? Thanks in advance for any help. > > Hi greencode, > > I'm afraid that's not currently supported. But it's a good idea for > the next version. > > Mike

[jQuery] jQuery Cycle Pager Vertical Scroll

2008-07-18 Thread greencode
Hi, I'm really new to all of this so please be kind... I'm using the Cycle Plugin and want to add numbers across the top (pager) and then when I click on these numbers the images scroll vertically up and down. I can do it where it always scrolls up or always down but I want it up and down. For ex

[jQuery] Re: jQuery Cycle Plugin Pager mode

2008-06-27 Thread greencode
er3.html > > On Jun 27, 4:15 am, greencode <[EMAIL PROTECTED]> wrote: > > > Does anyone know how I can change the links to text links rather than > > continuous numbers? I'm new to all of this and can't seem to find it > > anywhere? > > >http://www.malsup.com/jquery/cycle/int2.html

[jQuery] jQuery Cycle Plugin Pager mode

2008-06-27 Thread greencode
Does anyone know how I can change the links to text links rather than continuous numbers? I'm new to all of this and can't seem to find it anywhere? http://www.malsup.com/jquery/cycle/int2.html

[jQuery] Tabs plugin and divs

2008-06-24 Thread greencode
I'm trying to use the Tabs plugin to fade pages in and out when I click the tab. I'm actually attempting to adapt it a bit because I want to use buttons and not tabs. I have the navigation in one div and the content, that needs changing (fading) in another div but it seems I have to have the nav

[jQuery] fade in div content on menu mouse click

2008-06-24 Thread greencode
I have a top menu and I'm looking to fade in the page content when I click a menu item. I've attempted to adapt the Tabs Plugin but it seems it all has to be within one div for it to work whereas I have my menu in one div and the content needing to be changed in another div. I'm really new to all