Hello, Is there any way I can make a Good slider with HTML and CSS3.. Can you link to any good one or help me building one.. Width is like 900x400px However, I open to jQuery as well, but I'm not so good at jQuery. Any sort of help or link good resources would be appreciate a lot. Regards
Here is one that I have used on several projects, http://kenwheeler.github.io/slick/. Please let me know if it help you.
Generally speaking, you are asking for an oxymoron; "good" and "slider" (even the ones I've written) do NOT belong in the same sentence when it comes to web design -- PARTICULARLY if you are going to make a 900px wide fixed width one; that likely means fixed-width layout which is a steaming pile of /FAIL/ at web design in the age of responsive layout.
Download a jQuery plugin. If there is a way to do it strictly with html/css, I'd imagine browser support would be extremely low.