Sam, Thanks for your suggestions -- my comments are inline;

Sam Collett wrote:
> - Preload the images used by the styled dialog
>   
I *believe* they are .. unless browsers don't cache/load images 
contained in a hidden element. Have you seen the CSS tab of example 2? 
Most of the images are background images.

> - Maybe use Yahoo's Skinning method
> (http://developer.yahoo.com/yui/examples/container/skin/1.html - i.e.
> use the same class names and structure). That way, this could be a
> drop in replacement without developers needing to change their markup.
>   
This makes sense for a dialog -- and I intend to keep my markup/CSS for 
that. The styling tends to have a unifrom naming scheme. As you may/may 
not have gathered -- styling + markup is SEPERATE from the plugin.
> - True Model sample doesn't allow you to use the tab key to move to
> the close button (it only tabs to Yes, No and the element that
> triggered the dialog).
>   
Great point. In my example dialog window the close button is actually a 
div with a background image.. not a button with a tab-index. I wonder if 
setting a tab-index on this div would allow tabbing into it -- or if I 
should just change it to a button?

Thanks,

  ~ Brice

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to