Re: [jQuery] API docs draft 2

2006-11-17 Thread Jörn Zaefferer
Hi Olaf! > I have play in FF edit CSS with your > http://fuzz.bassistance.de/api-draft/style/newstyle.css > > For what is position fixed. Is stupid in my eys ;) > > I would go in this direction: > [...] Thanks! It doesn't work in IE yet, but I think I'll get that working, too. The general ide

Re: [jQuery] API docs draft 2

2006-11-17 Thread Olaf Bosch
Jörn Zaefferer schrieb: Jorn, I'm using FF2 and when I scroll down the left hand list, I get blue lines appearing across the frame, however they disappear when I go back up the list. They also disappear if I right-click on the frame as well. Seems to be some kind of refresh is

Re: [jQuery] API docs draft 2

2006-11-17 Thread Jörn Zaefferer
> I have fixed history support for IE in the history plugin. Maybe it's > now 0.1 and it's also in SVN now. Does it still eat up your processor? > Which browser? The only way to make history work is constantly poll > changes in the location.hash property - sigh. That sucks, its one giant > hack

Re: [jQuery] API docs draft 2

2006-11-17 Thread Jörn Zaefferer
> >> Jorn, I'm using FF2 and when I scroll down the left hand list, I get > >> blue lines appearing across the frame, however they disappear when I > >> go back up the list. They also disappear if I right-click on the > >> frame as well. Seems to be some kind of refresh issue? > >> > >> > > > >

Re: [jQuery] API docs draft 2

2006-11-16 Thread Andrea Ercolino
same for me in FF1.5.0.8, while in IE7 it fliflifliflifliflickers a lot digital spaghetti wrote: > >> >> >> Jorn, I'm using FF2 and when I scroll down the left hand list, I get >> blue lines appearing across the frame, however they disappear when I >> go back up the list. They also disappear i

Re: [jQuery] API docs draft 2

2006-11-16 Thread Klaus Hartl
Jörn Zaefferer schrieb: > Things that are not in there because they don't quite run as they should: > Including the history plugin caused the page to eat my processor, not nice. I > was unable to get the quicksearch plugin working on the navigation. > > Klaus: Could you please commit the history

Re: [jQuery] API docs draft 2

2006-11-16 Thread Jörn Zaefferer
> Very nice! Would it be possible to set the style for #nav to hidden for > printing, so the nav links and panel are gone? That would be very cool. Sure. Didn't optimize anything for printing yet, but that should be easy. -- Jörn Zaefferer http://bassistance.de -- Der GMX SmartSurfer hilft bis

Re: [jQuery] API docs draft 2

2006-11-16 Thread Paul McLanahan
On 11/16/06, Stephen Woodbridge <[EMAIL PROTECTED]> wrote: > Thanks for putting a lot of work into this. It really looks good! Ditto!! It looks and works great (at least in my main browser: FF 1.5.0.8 Win). ___ jQuery mailing list discuss@jquery.com htt

Re: [jQuery] API docs draft 2

2006-11-16 Thread Stephen Woodbridge
Jörn Zaefferer wrote: > Hi folks, > > it's update time, take a look for yourself: > http://fuzz.bassistance.de/api-draft/cat.xml > > The position:fixed hack for IE is implemented, but still a little > fuzzy. > > Good thing: The complete API is bookmarkable across browsers. So far > it's tested o

Re: [jQuery] API docs draft 2

2006-11-16 Thread digital spaghetti
> > > Jorn, I'm using FF2 and when I scroll down the left hand list, I get > blue lines appearing across the frame, however they disappear when I > go back up the list. They also disappear if I right-click on the > frame as well. Seems to be some kind of refresh issue? > > Yep, I never noticed i

Re: [jQuery] API docs draft 2

2006-11-16 Thread digital spaghetti
On 11/16/06, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > Hi folks, > > it's update time, take a look for yourself: > http://fuzz.bassistance.de/api-draft/cat.xml > > The position:fixed hack for IE is implemented, but still a little fuzzy. > > Good thing: The complete API is bookmarkable across b

[jQuery] API docs draft 2

2006-11-16 Thread Jörn Zaefferer
Hi folks, it's update time, take a look for yourself: http://fuzz.bassistance.de/api-draft/cat.xml The position:fixed hack for IE is implemented, but still a little fuzzy. Good thing: The complete API is bookmarkable across browsers. So far it's tested on FF 1.5, Opera 9, IE 6. Things that ar