internet explorer 8 - HTML5 and CSS3 for IE7 and IE8 -


I have been given a web application where the new HTML tags (header, ny, section tag) and new CSS3 The Style Properties (spherical boundaries) website looks amazing in Google Chrome and Safari.

However, now the customers complain that the website has broken for IE7 and IE8. Everything is out of alignment and most styles do not render.

What is the easiest way to work on this website in IE7 and IE8? What do I have to do: a) Apply some hawk so that the IE browser accepts new HTML5 and CSS3 features? B) A complete rewrite of the front end?

:) and for rounded corners I use

1 of Use:

  & lt ;! - [If LT IE 9] & gt; & Lt; Script src = "http://html5shiv.googlecode.com/svn/trunk/html5.js" & gt; & Lt; / Script & gt; & Lt; [Endif] - & gt;   

Use as 2:

  - Mosquo-radius: 4px; -WebKit-boundary-radius: 4px; -khtml- boundary-radius: 4px; Boundary-radius: 4px; Transaction: URL (range - radius.htc);           

< / P>

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -