Datou wrote:> Rails generates code like this:
> <link href="/stylesheets/qiushi_handheld_style.css?1179405951"
> media="handheld" rel="Stylesheet"
type="text/css" />
> <script src="/javascripts/prototype.js?1179405295"
type="text/
> javascript"></script>
>
> This code do not work properly in IE6. I want to change the code like
> this:
> <link
href="/stylesheets/qiushi_handheld_style.css?1179405951.css"
> media="handheld" rel="Stylesheet"
type="text/css" />
> <script src="/javascripts/prototype.js?1179405295.js"
type="text/
> javascript"></script>
>
> How? Thanks.
well sometimes i like to put thing by hand, i think that in this case
will fix that...
--
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
-~----------~----~----~----~------~----~------~--~---