mraible wrote: > > > It seems like it may be appropriate in both places, with the FAQ > linking to the Ajax Reference Guide. As we delve more into Ajax > functionality in a future release, we may have a tutorial that > incorporates this stuff. > > As for style, I'd look at the existing tutorials - I'll also review > and make any style changes necessary. I'd be most concerned with > content, not style at this point. > >
Ok, I'll take a whack at it. I've never contributed before. Dickens I ain't but it should be coherent enough. mraible wrote: > > > You might try commenting out @import lines in simplicity/theme.css > until you figure out which one is causing the problem - then try to > further narrow it down by commenting/deleting lines of CSS in the > problem file. > > You could use Firebug or the Web Developer Extension to change the CSS > > while you're in your browser w/o the save/redeploy cycle. > > I just now got it to work. It seems you have to import the css in theme.css, you can't simply put extra css in your jsp. If you do, they are ignored. This is kind of a bummer since I don't need this particular css on many pages, only on a few. Is there any way to conditionally import according to the page name or something? Anyway, I can live with it for now. And I learned something new, the import statements in theme.css. I had no idea that's where the theme imported its dependent css, so thanks for the tip! Bob -- View this message in context: http://www.nabble.com/jQuery-%2B-scriptaculous-%2B-datePicker-%3D-frustration-tf4234825s2369.html#a12198992 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
