Use Shorthand CSS
Posted in CSS by Admin Parashu | Tags: shorthand cssShorthand CSS gives you a shorter way of writing your CSS codes, and most important of all – it makes the code clearner and easier to understand for everyone.
Instead of creating CSS like this
.header {
background-color: #fff;
background-image: url(yourimage.gif);
background-repeat: no-repeat;
background-position: top left;
}
It can be short-handed into the following:
.header {
background: #fff url(yourimage.gif) no-repeat top left
}
Try to reduce the size of css file using shorthand css.
Pages
Recent Posts
- Seven Features to look forward to in WordPress 3.0
- Customize your 404 page of your wordpress site
- Waiting for Joomla 1.6
- Joomla 1.6 is Coming
- Very Useful Tips for Effective Web Design
links
Tags
ACL
CSS
div
Easy CMS
Joomla
Joomla 1.6
Joomla Developer in Nepal
Joomla Features
Next Generation Version of Joomla
professional web designer nepal
shorthand css
table
web designer
web designer nepal
Web Design Nepal
web developer
WordPress
wordpress 3.0 features
Wordpress Developer
wordpress developer nepal
XHTML