I was wondering if anyone else has a problem with using IE7 vs Firefox. I am new to Rails and I have purchased the Agile Web Development with Rails book. When I try to do the depot example, the "validate_" commands display perfectly if I am in Firefox but in IE7 not only the field is highlighted as an error but the entire section of the screen is highlighted. Any ideas? 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I have not run into that... if you typed in the HTML / RHTML yourself, ensure that you did not miss a closing tag. You may have invalid HTML markup, which might cause weird things to show up on the page. That may not be the problem in your case ,but that''s the first place I''d check for an issue like this. If you have a solid background in HTML and CSS, this should be pretty easy to figure out... if not, you should read up on valid XHTML. On 10/2/07, Jeff <jlusenhop-UIrIqWNTPROiihigDolPDfU/3Eu2kcEP@public.gmane.org> wrote:> > > I was wondering if anyone else has a problem with using IE7 vs > Firefox. I am new to Rails and I have purchased the Agile Web > Development with Rails book. When I try to do the depot example, the > "validate_" commands display perfectly if I am in Firefox but in IE7 > not only the field is highlighted as an error but the entire section > of the screen is highlighted. Any ideas? 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> > If you have a solid background in HTML and CSS, this should be pretty > easy > to figure out... if not, you should read up on valid XHTML.i will confirm that the problem is css. even though IE7 seems to be an improvement for IE, it still plays by it''s own rules. there are tons of hacks out there for css in IE vs. FireFox. i would look into some. JOn -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---