Karl,
Thanks for the help. Your suggestion solved the problem.
Jim

On 9/1/06, Karl Swedberg <[EMAIL PROTECTED]> wrote:
> You could also try hiding the DIV with jQuery when the DOM initially
> loads:
>
> $(document).ready(function() {
>         $('div.hideit').hide();
> });
>
> This would have the added advantage of displaying that extra text
> initially if the user has css turned on and javascript turned off, so
> possibly more graceful degradation. How would user get to see that
> additional text in that case if the css were set to display: none?
>
> Cheers,
>
> Karl
> ___________________
> Karl Swedberg
> www.englishrules.com

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to