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:
<!--[if lt IE 9]>
<script
src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></
script>
<![endif]-->
<%= 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.
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.