Rails is not changing my divs styles.
I made a new layout and set a div's style to style="width:2000" but it does not change the width. Any ideas?
Rails is not changing my divs styles.
I made a new layout and set a div's style to style="width:2000" but it does not change the width. Any ideas?
style="width:2000px"
did you checked with firebug or any other inspector?
Tom Meinlschmidt wrote in post #999908:
style="width:2000px"
did you checked with firebug or any other inspector?
To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
--
Tomas Meinlschmidt, MS {MCT, MCP+I, MCSE, AER}, NetApp Filer/NetCache
www.meinlschmidt.com www.maxwellrender.cz www.lightgems.cz
Tom is right. Definitely you are at least missing the px and add the ; before the closing "
Thanks guys