[jQuery] Re: countdown Plugin

2009-04-29 Thread Chacha Golden
Could you restate that last line "If the countdown is done then the bid will be 30 seconds". I don't quite understand it On Wed, Apr 29, 2009 at 5:43 AM, gozigo_milis gozigo_milis < gozigomi...@gmail.com> wrote: > I'm developing a web for online auction items. Each item will have a > countdown su

[jQuery] Re: Your download is corrupted

2009-04-28 Thread Chacha Golden
It REALLY isn't NESSECARY to CAPITALIZE words FOR emphasis. IT is JUST annoying. On Tue, Apr 28, 2009 at 6:14 PM, Annie Stevens wrote: > Oh, I'm on a message board that isn't even FOR Joomla? That really cooks > it then. Maybe the bad review is deserved, because THIS is the link he > provided t

[jQuery] Re: Plugin help: need dropdown (stylable in IE)

2009-04-28 Thread Chacha Golden
If you are just redirecting them to a URL, probably the easiest way would be to use a CSS Dropdown box like the one described in this: http://www.alistapart.com/articles/horizdropdowns/ On Tue, Apr 28, 2009 at 11:07 AM, Kim 'Johnson' Cameron wrote: > Hello, > > Searching for dropdown in the plugin

[jQuery] Re: Get element position relative to the body

2009-04-28 Thread Chacha Golden
Are you looking for getting the absolute position relative to the entire document, try offset instead: http://docs.jquery.com/CSS/offset. On Mon, Apr 27, 2009 at 9:28 PM, cohq82 wrote: > > I found out this http://docs.jquery.com/CSS/position > But it is not relative but rather absolute position.