2012-03-29 128 views
0

enter image description hereIE 8 Zurb基金会

给人的问题我使用Zurb基金会和它几乎所有的浏览器的伟大工程然而,它打破了IE8,看起来像图片。

我该如何去解决它?

更新的代码

.row.above-header.round 
     .three.columns.header_image 
      = link_to logo, root_url 

     .three.columns 
      -if current_user.blank? 
       =link_to "Sign Up",signup_path, :class=> "signupButtonForModal small radius nice green button" 
       =link_to "Login",signin_path, :class=> "signinButtonForModal small radius nice blue button" 

     .three.columns 
      =form_tag "/search", :method =>"get" do 
       =text_field_tag :query,params[:query], :placeholder => "search", :class =>"search round" 
       =image_submit_tag("search.png") 

     .four.columns.links-header 
      %ul(class="block-grid") 
       %li=link_to "About |", about_path, :class => "nice foot"   
       %li=link_to "Contact |", contact_path, :class => "nice foot" 
       %li=link_to "Blog |", blogs_path, :class => "nice foot" 
       %li=link_to "Program Providers", program_providers_path, :class => "nice foot" 
       - unless current_user.blank? 
        %li=link_to "| Logout", signout_path, :class => "nice foot" 
+0

你能发表一些代码吗? – Dips 2012-03-29 06:58:16

+0

用代码更新了问题 – 2012-03-29 07:16:49

回答

0

切换到Zurb基金会的最新版本解决了这个问题。