Div style changes

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?

On May 20, 2011, at 17:31 , Benjamin M. wrote:

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-talk?hl=en.

Tomas Meinlschmidt, MS {MCT, MCP+I, MCSE, AER}, NetApp Filer/NetCache

www.meinlschmidt.com www.maxwellrender.cz www.lightgems.cz

Tom M. wrote in post #999908:

style=“width:2000px”

did you checked with firebug or any other inspector?

On May 20, 2011, at 17:31 , Benjamin M. wrote:

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-talk?hl=en.

Tomas Meinlschmidt, MS {MCT, MCP+I, MCSE, AER}, NetApp Filer/NetCache

www.meinlschmidt.com www.maxwellrender.cz www.lightgems.cz

For sure not Rails fault :wink:

Tom is right. Definitely you are at least missing the px
and add the ; before the closing "

Thanks guys