On 1/25/07, Ro Vent
<rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>
wrote:>
> Hello again.. I ve been looking all over to see if there is any way to
> have the <!--[if IE]> thingy working without having to go to every
page
> and add it manually...?
>
> so far my layout has:
> <!--[if IE]><%= stylesheet_link_tag ''ie-style''
%><![endif]-->
> <%= stylesheet_link_tag ''scaffold'' %>
>
> And it didnt work.... :(
>
You probably want the ''if IE'' thing after the scaffold
stylesheet, so that
IE will end up with the correct styles. Try that out..
You''re also missing the space before the ''>'' at
the beginning, and before the
''-->'' at the end. I vaguely recall that some browsers look
for the ''
-->'' string to
end a comment vs just ''-->'' (no space before).
--
Matt Jones
mdj.acme-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
President/Technical Director, Acme Art Company (acmeartco.org)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---