Can you link me some javascript libraries, that can give me full support html5 and css3 on all browsers?
That library must get that support without any css file changing.(e.g. i made some gradients and shadows on page, and i dont want to rewrite them to be fully supported by that library)
Can you link me some javascript libraries, that can give me full support html5
Share
What you want is CSS3PIE. You do need to make some minimal changes, but it’s definitely the best way to go.
For border-radius and box-shadow you just need to add a line adding a behaviour, for gradients it’s a little more.
You might find that you need to add position:relative; to elements to get the grad or shadow to show up.