[jQuery] Pager Plug-In, Nested Content and Safari

2007-07-27 Thread Scott Moore
I've been playing with Rik Lomas' pager plug--in and have run into a problem specific to Safari. It seems Safari isn't honoring/recognizing the display:none that the plug-in is attaching to the paged content when the paged content is nested within a div that is set to display:none. In my demo (htt

[jQuery] IE6 Show/Hide List Height Issue

2007-07-24 Thread Scott Moore
I have a div that holds two additional divs that each contain a list you can show and hide. When you show the second list (All link), IE6 cuts the list in half and adds a substantial amount of white space. Any thoughts on why this is happening? And yes, the DOCTYPE needs to be HTML 4.01 Strict.

[jQuery] Re: Transparent Shadows on 4 Sides

2007-06-28 Thread Scott Moore
I already looked at those. The Custom Borders was close, but I'm interested if anything else is out there that doesn't require so many images. On Jun 28, 1:41 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Do a control-f on this page:http://docs.jquery.com/Plugins > for the word corner. There ar

[jQuery] Transparent Shadows on 4 Sides

2007-06-28 Thread Scott Moore
Has anything like this been ported to jQuery? http://www.456bereastreet.com/lab/transparent_custom_corners_borders/

[jQuery] Re: Color Label on Form Validation Error

2007-05-23 Thread Scott Moore
Jörn, that works great. Thanks.

[jQuery] Re: Color Label on Form Validation Error

2007-05-22 Thread Scott Moore
Thanks for the information guys, though I'm not sure I'll be able to use that specific solution given other requirements for the project. Jörn, is this something you'll look to add to a future release?

[jQuery] jqModal Safari Bug?

2007-05-21 Thread Scott Moore
I started playing around with Brice's jqModal and ran into an odd bug that is specific to Safari 1 and 2. I'll keep this as short as possible, but here's are the details. The Goal The goal was to allow modal content on a page, knowing that some modal content would have a vertical height taller th

[jQuery] Re: Color Label on Form Validation Error

2007-05-21 Thread Scott Moore
I set up a basic demo - http://nonsponsored.com/validation/ - but it's really not much different than your example form. So with showErrors, you're saying I'm able color the Name, Email and Password labels also? I'm not quite following how you can target those labels.

[jQuery] Color Label on Form Validation Error

2007-05-20 Thread Scott Moore
Not sure if I'm just missing this or what, but I'm using Jörn's wonderful form validation plug-in and can't seem to find how to add an error class to the label next to the input field that didn't validate. Please don't mistake this as a question about the error messaging, as that's working just f