标签: ruby-on-rails internet-explorer-8
每当我包含图像并为其设置宽度时,它就会停止在IE8中显示。无论哪种方式,它在IE7中显示都很好。
= image_tag 'image.png', :height => 36
效果很好
= image_tag 'image.png', :width => 104, :height => 36
不要去
这些属性的顺序也没有区别。有没有人遇到过这个? 我可以通过不包括宽度来解决我的问题,但我更喜欢设置宽度。