Bip, Gareth Evans a écrit : > Yeah, I just have to figure out why my columns aren't setting their > height when I use percentages, they work fine when I use pixels.. this > is definitely css related- i know that in order to use %, the parent > container must have a fixed or percentage height, recursively back to body.
Tread carefully: most code in Scripty relies on DOM Level 2 CSS to access the style properties, and these are by definition /computed values/, i.e. in pixels on a screen rendering. You may be in trouble if you're using non-pixel values, but that all depends on where you're using them and what system interprets them. I haven't resolved the details of this yet... > My biggest issue at present is that in order to get the placeholder to > work, I had to use a modified version of scripty, and I can't find any > documentation on the guys page about what he actually changed to enable > it to work. Can't you diff his files against the official ones? I won't have time in the foreseeable future to dig up old code, I'm over my head with pressing duties for now. I'll try to keep this in mind if you get stuck too long... -- Christophe Porteneuve aka TDD [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
