Re: [css-d] Compact forms

2008-02-22 Thread Ben Fider
This is the same technique as the ALA link I sent, but makes mention of running the function when the DOM is ready as opposed to when the window loads. I'll look for a way to modify my script to do just that. Thanks. On Wed, Feb 20, 2008 at 5:08 AM, Rahul Gonsalves <[EMAIL PROTECTED]> wrote: >

Re: [css-d] Compact forms

2008-02-20 Thread Rahul Gonsalves
Hi Ben, On 19-Feb-08, at 10:58 PM, Ben Fider wrote: > I've been needing to use compact forms for a few projects. In other > words: > the form field's labels need to be INSIDE the input element. How does this technique work for you? http://www.456bereastreet.com/archive/200710/autopopulating_

[css-d] Compact forms

2008-02-19 Thread Ben Fider
I've been needing to use compact forms for a few projects. In other words: the form field's labels need to be INSIDE the input element. I've been using the following technique (JS), but their is a noticeable lag as the page loads, and then the script puts the labels into the input box. http://ww