I have a signin process identical to the one in the book in an
application. However, the sign in process fails for IE 8. The signin
works fine in every other browser. Could someone help with this issue?
My code is like the one of the _stylesheets.html.erb of the book:
<%= stylesheet_link_tag ‘blueprint/screen’, :media => ‘screen’ %>
<%= stylesheet_link_tag ‘blueprint/print’, :media => ‘print’ %>
I also noticed that the class=“round” in not working for IE
Thanks.