[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 this happening? Thanks in advance.


[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
tabbed section is a blank area. If I then remove that script then the
panel appears (obviously just the content with no scroll bars or
anything)

I'd very much appreciate any thoughts as to what I may be doing
incorrect.


[jQuery] Re: jQuery Cycle Pager Vertical Scroll

2008-07-18 Thread greencode

Thanks anyway... I'll just have to try to think of a workaround.

On Jul 18, 3:55 pm, Mike Alsup <[EMAIL PROTECTED]> wrote:
> > 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 example:
>
> > If I have 3 images and I'm on the 1st image - I click on "2" and the
> > Scrolls up - I then click on "3" and the image 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 example:

If I have 3 images and I'm on the 1st image - I click on "2" and the
Scrolls up - I then click on "3" and the image 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.


[jQuery] Re: jQuery Cycle Plugin Pager mode

2008-06-27 Thread greencode

Many thanks fort the extra links. I shall have a good old play with
this over the weekend. Great Plugin btw.

On Jun 27, 12:23 pm, Mike Alsup <[EMAIL PROTECTED]> wrote:
> Here are some links:
>
> http://www.malsup.com/jquery/cycle/pager2.htmlhttp://www.malsup.com/jquery/cycle/pager3.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 and
content in the same div for it to work.

Is there any way of doing this or should I be using another method as
I don't actually want tabs in the first place?

Any help would be much appreciated - I'm really new to all of this and
so I end up copying-pasting bits of code to get what I'm after!


[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 of this as well so any examples where I could
copy and adapt the code would be really grateful.

Thanks in advance for any help.