How to Center Elements with CSS
Last Updated on Monday, 14 January 2013 12:00 Written by Richi González Monday, 14 January 2013 12:00
Hello,
Having align=”center” deprecated, elements centering is achieved with CSS. There are a couple of ways of doing it, yet I’ll show you two of them. If the first one doesn’t work, the second one will for sure do.
Let’s say we want to have a centered div:
Learn MoreHow To Dynamically Change CSS Properties of Elements with jQuery
Last Updated on Thursday, 3 January 2013 12:00 Written by Richi González Thursday, 3 January 2013 12:00
Hello,
Did you know you can change elements’ CSS properties dynamically with jQuery? Well, yeah! You probably want to change an element’s opacity when a button is clicked to make it look like it is loading, for example. There are lots of uses this function can have, you set your own limits!
Learn More
Recent Comments