I saw many XHTML/CSS coder use:
margin: 20px !important; margin: 10px;
I asked them why they use it? But they didn’t manage to satisfy me with their answer. Today I found this answer looks more appropriate. Please read below! Continue reading →
I saw many XHTML/CSS coder use:
margin: 20px !important; margin: 10px;
I asked them why they use it? But they didn’t manage to satisfy me with their answer. Today I found this answer looks more appropriate. Please read below! Continue reading →
CSSDesk is and online CSS sandbox. You can enter your html and css there. and view how it looks like.
You can share the icon and html with you user. You can also downlaod the result.
You also get some different background option.
Here is one of the share url of css desk share http://cssdesk.com/jLWnV
CSS Desk is nice tool for all the web developers to share there css and html with others.
Hope this tutorial will help all of you.
In this tutorial you will learn about css sprites.
Sprite means one big image. You may seen css techniques where developer use css sprites.
When you hove on a button or image it will changed the background. But if you see thee css
then you will see that there they use one image rather than use two images.
By combining different image we make image sprites.
I haven’t used CSS Sprites in the past time. As i am developed and not expert on photo shop so i just used separate image.
After reading yahoo’s Best Practices for Speeding Up Your Web Site. I think that we have to use
css sprites. So i used css sprites for our this product. smart-social-network-count-wordpress-plugin
Here is the template image
![]()
Before use css sprite used 7 images which size is 9.56 KB (9,791 bytes)
Afer uses css sprite : 9.52 KB (9,749 bytes)
Continue reading →
Now a days rounded corner uses has becoming very popular. Some one use moz rounded corner css3. Some uses images. But moz-rounded corner don’t show rounded corner in ie. So that people use image to build rounded corner. To day i search in Google for round corner in css. From Google i got some valuable link. I decided to share those link with you, so that you can find them.
But wait, there’s more