[jQuery] jquery style carousel

2009-10-04 Thread runrunforest
Hi, I like the carousel in this home page very much: http://www.realtor.com/ Do you know where i can find and download something like that ?

[jQuery] Style Switcher

2009-05-16 Thread Amar
Hi, I am just wondering if anyone knows if it is possible to fade the transition between switching one CSS to another? I am currently using jquery style switcher to get the transition. I am also using prototype/ scriptaculous to make div fields appear and fade in a duration of 0.5, and would

[jQuery] Style div overflow scrollbar ? cant find jQuery equivalent to this

2009-04-30 Thread DB
Hello there, anyone know of any plugin using jQuery that can do something like this? http://greengeckodesign.com/projects/mooscroll/examples/example1/ I want to style or set an image in the scrollbar created when a div has an overflow

[jQuery] Style div overflow scrollbar ? cant find jQuery equivalent to this

2009-04-30 Thread DB
Hello all. I've been looking around for a jQuery plugin that will let me style the scrollbar you get when a div uses overflow(vertical). When i say style i dont mean just change the color, i mean change the overall look. This is exactly what i need i think. http://greengeckodesign.com/projects/m

[jQuery] Style Horizontal Scrollbar

2009-03-23 Thread Paul Collins
Hi all, I'm trying to scroll a horizontal scrollbar and having some troubles. I've been searching far and wide and only come up with scrollpane so far - which works for vertical scrollbars, but not Horizontal. Has anybody managed to style a horizontal scrollbar for a div, (with overflow set to :au

[jQuery] style

2009-02-01 Thread stylewe...@gmail.com
I am looking for someone to have a little fun with. Something to look foward to every thursday night to relieve some stress from work. I don't want to know about your crazy ex-girlfriend or your crappy boss. I just want to have some fun. http://www.styleweb.co.cc Im trashmouth5

[jQuery] style selector (noob question)

2008-11-26 Thread Craig
Hi, does anyone know if it's possible to extract a style attribute from a style (and not an element)? For instance: .myclass { background-color:white; } I have some legacy javascript that takes colors as parameters to functions and i'd like to be able to define those in a style sheet and then '

[jQuery] Re: jQuery style guide?

2008-04-20 Thread [EMAIL PROTECTED]
Karl, you're a great teachr and I diligently work through your tutorials wherever I find them! Thanks for the links :)) On Apr 21, 4:22 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi Cherry, > > When Jonathan Chaffer and I wrote our books on jQuery, we put together > a number of pages to exemp

[jQuery] Re: jQuery style guide?

2008-04-20 Thread Karl Swedberg
Hi Cherry, When Jonathan Chaffer and I wrote our books on jQuery, we put together a number of pages to exemplify the concepts we were explaining. Perhaps you will find them helpful in gaining a better understanding of some of the basics: http://book.learningjquery.com/ In particular, re

[jQuery] Re: jQuery style guide?

2008-04-20 Thread [EMAIL PROTECTED]
You are correct in this case, Scott. I tend to do my CSS 'automatically' these days (though it was as tricky to learn, in the beginning, as this is!) and probably don't think often enough about the rules. In far more general terms, however, I really do believe a style guide for jQuery beginners i

[jQuery] Re: jQuery style guide?

2008-04-20 Thread Scott González
Your problem actually has nothing to do with JavaScript; it is purely CSS. http://www.w3.org/TR/REC-CSS2/selector.html On Apr 19, 10:38 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > As anyone who's flicked over my beginner's blog will know, jQuery > provides a constantly vertical learnin

[jQuery] Re: jQuery style guide?

2008-04-20 Thread Klaus Hartl
In addition, the W3C specs as a reference: http://www.w3.org/TR/CSS21/selector.html http://www.w3.org/TR/css3-selectors/ Not all of the CSS3 selectors are supported though and there are quite a few non spec selectors added by jQuery. Find out here: http://docs.jquery.com/Selectors --Klaus O

[jQuery] Re: jQuery style guide?

2008-04-19 Thread [EMAIL PROTECTED]
I stand corrected. Cheers, Karl. On Apr 20, 4:57 am, "Karl Rudd" <[EMAIL PROTECTED]> wrote: > It'd probably be a good idea to brush up on CSS selectors as that's > how jQuery does it's "selecting": > > http://www.westciv.com/style_master/academy/css_tutorial/selectors/in... > > Karl Rudd > > On S

[jQuery] Re: jQuery style guide?

2008-04-19 Thread [EMAIL PROTECTED]
Thanks for your reply, Karl. However, the only concatenated selectors I know of in CSS are a.style:hover pseudos and, if you like that sort of thing, 'advanced' ones. Where in the CSS specs does it say one should string the style of a header directly onto the element? On Apr 20, 4:57 am, "Karl R

[jQuery] Re: jQuery style guide?

2008-04-19 Thread Karl Rudd
It'd probably be a good idea to brush up on CSS selectors as that's how jQuery does it's "selecting": http://www.westciv.com/style_master/academy/css_tutorial/selectors/index.html Karl Rudd On Sun, Apr 20, 2008 at 1:38 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > As anyone who's flicke

[jQuery] jQuery style guide?

2008-04-19 Thread [EMAIL PROTECTED]
As anyone who's flicked over my beginner's blog will know, jQuery provides a constantly vertical learning curve (!) It isn't made any easier by the lack of basic instruction. I realise this is largely because of my very basic Javascript knowledge - but some of the problems I encounter are special

[jQuery] Style question: holding on to an element

2007-06-25 Thread Michael Schuerig
I've been looking at the source code for the Dim Screen plugin http://docs.jquery.com/Plugins/dimScreen Two things caught my eye. The plugin always refers to the overlay div by id. Is there a reason not to close over a variable referring to the overlay instead? Then, when the overlay is hid