English 中文(简体)
joomla html 5 ie7 模板
原标题:joomla html 5 ie7 template

i am making an html5 template for joomla. every thing works in chrome,safari,ff and ie8,ie9

ie7 render very wrong. it renders the html 5 elements due to a script but renders it wrong.

帮帮我,我做错什么了?

谢谢

网站是:dev.talamaster class.com。

links for the source code and template: www.3dyonic.com/zip/html5template.zip

any help will be appriciated. template has html overrides but they are not relevant, index.php and css/template.css and mabye th js folder are the files rellevant i think.

问题回答

试试把这个加到你头上

<!--[if lt IE 7]>
   <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script>
   <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签