1. Avoid CSS hacks, use future proof method We should avoid using hacks unless there are no other ways to fix it. Because, we will not able to know when those hacks will stop working. The most common way to tackle with different version of IEs is using the if else statement: <!--[If IE 5]> ie 5 < ![endif]--> <!--[If lte 6]> ie 6 and lower < ![endif]--> <!--[If gte 7]> ie 7 or higher < ![endif]--> 2. Use group selector Using group selector is a good practise to minimize your coding effort and also save a few bytes...
Apr
26
Original Source: Designgala.com Post Link: Click Here S@R0Z Read More →
CSS is the short form of Cascading Style Sheets. In the year 1996, the World Wide Web Consortium introduced it with the purpose of separating presentation (layout, fonts, page structure, colors etc) from the web page content (images, multimedia, written copy). Apart from this, another important goal of CSS is to increase web accessibility. In the true sense, CSS is an important tool for modern web designing. Since CSS is being contained in a separate file from an HTML web page, it is often called the external style sheets. When an HTML page loads like .php,...
Aug
31
Welcome Everyone !!!
Posted by admin in Designing Tutorials, General, Photography, Programming Tutorials on 08 31st, 2009 | No Comments
http://www.sarojpandey.com.np Read More →
