[jQuery] Re: Scroll so that an element is at the bottom of the viewport

2009-11-18 Thread gfranklin
This is a new site with video tutorials that I recently found via boagworld.com podcast. They have a video tutorial that is similar to what you want. http://jqueryfordesigners.com/fixed-floating-elements/ -G On Nov 18, 10:56 am, Rizky wrote: > thx for the reply :) > > doesn't work like i wanted

[jQuery] Re: Having trouble getting Superfish to work...

2009-11-17 Thread gfranklin
I think its talking about editing the superfish.css file. For example in the sample superfish.css that comes with your download, you see something like this: === .sf-menu li:hover ul, .sf-menu li.sfHover ul { left: 0; top:2.5em; /* match top ul

[jQuery] Re: Help newbie with Superfish menu CSS

2009-11-17 Thread gfranklin
Fraggy, Change the following lines in your superfish.css file: === .sf-menu li { background: #BDD2FF; background: #003300; /*JM*/ } .sf-menu li li { background: #AABDE6; background: red;/*JM*/ } [...] .sf-menu li:hov

[jQuery] Re: superfish.js

2009-11-15 Thread gfranklin
Matteo. You didn't provide enough information. Is the whole superfish menu in the wrong place on the page, or are you just talking about submenu position? Is it a horizontal or vertical menu? Do you have sample code? Url? -Greg On Nov 14, 5:59 pm, dailybread wrote: > hi, > I've a little problem

[jQuery] Re: Superfish CSS questio

2009-11-08 Thread gfranklin
r the current > link. Can that be corrected? > > Thanks, > > luciano > > On Nov 7, 5:00 am, gfranklin wrote: > > > You need to change this chunk of your CSS code: > > > === > > .sf-menu li:hover, .sf-menu li.sfHover, > > > .sf-menu a:focus, .sf

[jQuery] Re: Superfish CSS questio

2009-11-07 Thread gfranklin
You need to change this chunk of your CSS code: === .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { background: ##ad0303; outline:0; color: #fc3131; === The background has two pound signs (#), i

[jQuery] Re: Newbie Datepicker Question

2009-07-19 Thread gfranklin
Yes I agree with James. You should set the value from the database to match the format exactly as the datepicker needs it to be. If you are using PHP here is a cheat sheet: http://php-date.com/ g On Jul 17, 10:23 pm, James wrote: > That was just an example. > You should try to make it the same

[jQuery] Re: Superfish

2009-05-31 Thread gfranklin
That's funny, I know a Don Morgan. Are you he? One thing I discovered about IE, is that it is very picky about javascript referencing and function calls. If they are in the wrong order, it will choke. One thing that helped me was to turn on script debugging in the Internet Preferences, then IE wi

[jQuery] Re: superfish bg images - almost there!

2009-05-13 Thread gfranklin
You need to add the style for the li.sfHover to match a:hover. .sf-menu ul a:hover { color: #fff !important; background: #005daa !important; } SHOULD BE LIKE THIS: .sf-menu ul a:hover, .sf-menu li.sfHover a { color: #fff !important; background: #005daa !important

[jQuery] Re: Superfish IE 6 - no menu appears

2009-05-12 Thread gfranklin
turn on script debugging in internet prefs for IE. This helped me to determine my issue. I basically had the order of js references incorrect in my HTML . g On Apr 23, 4:35 pm, Laker Netman wrote: > On Apr 20, 10:52 am,gfranklin wrote: > > > > > I am having the same problem

[jQuery] Re: Superfish on roids second top level row problem (z-index?)

2009-05-04 Thread gfranklin
you should probably change your css to accommodate all of your menu items in 1 row. allow more horizontal space in the container element, or else reduce the button size of each item. g On Apr 21, 4:07 pm, Mark wrote: > hello, > > I want to use this menu but i have so many main items that there

[jQuery] Re: Superfish and IE6 Z-Index

2009-04-30 Thread gfranklin
check the order in which your external javascripts files are called. You may have it correct, but it was one thing that IE6 was picky about for me. The way I determined what was going wrong in IE6 for my problem was turning on script debugging in the IE preferences panel. -Greg On Apr 29, 7:00 p

[jQuery] Re: SuperFish Problem

2009-04-22 Thread gfranklin
f, Your ul / li code structure is difficult to read. Can you change it so that it contains line breaks and indentations? That way it will be easier to determine what the problem is. -G On Apr 22, 6:28 am, Forgotten wrote: > When I added the SuperFish Module to my site > "www.beixm.wizeguygamin

[jQuery] Re: Superfish woes in IE

2009-04-21 Thread gfranklin
I got it working now. Yay! -GF On Apr 20, 6:01 pm, gfranklin wrote: > Laker, > Thx for posting this information on the superfish menu problem in IE. > I am having some issues in IE with my rendering of the menu system > (seehttp://avalon.unisonagency.com/if you're curious). Hopefully

[jQuery] Re: Superfish woes in IE

2009-04-20 Thread gfranklin
Laker, Thx for posting this information on the superfish menu problem in IE. I am having some issues in IE with my rendering of the menu system (see http://avalon.unisonagency.com/ if you're curious). Hopefully the a tag newline problem may help my situation. If you know of anything else I might d

[jQuery] Re: Superfish IE 6 - no menu appears

2009-04-20 Thread gfranklin
I am having the same problem with superfish. My code is not supported in Internet Explorer 6. No sub-menus appear. I modified the css considerably to meet the requirements of the design. If you found something that fixed your problem in the CSS, please post your findings. Thanks! -GF On Apr 7, 1