What? Rem Units Posted on: Dec, 16 You’re probably already familiar with em units – they’ve been a common feature of CSS for the past decade – but a crash course: elements specified using em units are sized relative to the font-size of their parent element. For example, if a paragraph has a specified font-size of 2em, and the div it’s inside […]
Jquery Sticky Menu Posted on: Oct, 30 Sticky Nav with jQuery Easing sticky-menu Getting Sticky with scroll I been working on this little cool function and I decided to share it with YOU. Just copy all this over to your .html doc to see how it works! Enjoy
jQuery Cycle Banner Slider Posted on: Oct, 29 Here you go, just a quick tip for anyone out there that needs a quick slider. Just download the following Lastest JQuery and Lastest Cycle
10 Things you need to know about HTML5 Posted on: Oct, 29 Did you that it is unnecessary for HTML5, but it is used for current and older browsers that require specific doctype. It’s because browsers do not understand doctype, it will render the markup to standard mode. So feel free to use this without any worries