close(X)

Showing posts related to Css

Top 10 jQuery Tips and Tricks

10. Always Use the Latest Version of jQuery You can even include jQuery directly from Google’s servers, which provide free CDN hosting for a number of JavaScript libraries. 9. Detect browser With jQuery Although it is better to use CSS … Continue reading

November 1st, 2011

Top 10 CSS frame work

1. 960 Grid System Excellent CSS Framework that worth a look. The download includes templates for Fireworks, Photoshops, Inkscape and etc. so that you can start designing your web template immediately. The PSD file that comes with guides ready save … Continue reading

October 12th, 2011

Top 10 HTML5 Tip and Tricks

10. New Doctype Switch to the new HTML5 doctype it’s used for current, and older browsers that require a specified doctype. Browsers that do not understand this doctype will simply render the contained markup in standards mode. So, without worry, … Continue reading

August 29th, 2011

Top 10 Animations Made with CSS3

1. CSS3 Clock With jQuery Use the basic features of the CSS3 Transform: rotate. And the combination of javascript frameworks like jQuery can produce a cool CSS3 clock Demo 2. jQuery DJ Hero CSS3 and jQuery Fun In this tutorial, … Continue reading

August 14th, 2011

Top 10 CSS tricks you have to know About

Block vs. Inline Level Elements Nearly all HTML elements are either block or inline elements. The characteristics of block elements include: Always begin on a new line Height, line-height and top and bottom margins can be manipulated Width defaults to … Continue reading

April 12th, 2011

Top 10 CSS Tips

1. CSS Reset A consistent starting point across all browsers is a great place to begin when working with HTML and CSS. 2. IE6 CSS Bugs and Fixes Explained Internet Explorer 6 can be a pain for even experienced web … Continue reading

April 9th, 2011

Top 10 CSS Interview Questions and Answers Edition-1

‘Fixed’ Background? There is the possibility to use the HTML tag bgproperties=”fixed”, but that is IE proprietary, and dependent upon the ‘background’ attribute (deprecated in HTML4). With CSS, you can declare the background like: BODY { font-family : “Trebuchet MS”, … Continue reading

February 17th, 2011

Top 10 CSS Interview Questions and Answers

What is CSS? 1. CSS stands for Cascading Style Sheets and is a simple styling language which allows attaching style to HTML elements. Every element type as well as every occurrence of a specific element within that type can be … Continue reading

February 15th, 2011

Top 10 CSS3 Tips, Tricks, Tutorial Sites and Articles

Take Your Design To The Next Level With CSS3 Cascading Style Sheets were introduced 13 years ago, and the widely adopted CSS 2.1 standard has existed for 11 years now. When we look at websites that were created 11 years … Continue reading

November 27th, 2010
Page 1 of 11