Most Recent SimpleDocs
How to remove an image border with CSS.
How to make water drops or water droplets.
Tips and tricks using the blend tool in adobe illustrator.
Creating a motion tween in flash CS4
How to make PNGs transparent in IE6
How to wrap text around a 3d object - Photoshop CS4 extended
How to animate a logo in Flash CS4
Doodling in illustrator CS4, I made this vector finder icon.
A lot of people don't like the fact that dreamweaver and browsers add a border to your image automatically if you make the image link to something else. Sure you can set the img a {} tag in the css properties, but is that the best way?
Introducing the reset tag in css. That is the * { some: code} setting. Basically you can use this to set margins, borders, font size, weight, family, etc. It's a very very good idea to use this tag as different browsers will have different margin settings. If you want to stick a paragraph tag somewhere and don't want to repeat the font, size, and weight in every class, it's nice to know you know exactly how that text is going to look. Ever notice how the form tag will pad on certain browsers and not others. The reset tag with margin and padding settings will fix that. No more unwanted borders, no more random margins or paddings. Keep the color, font, size consistent throughout your website. Use the reset tag in css.
Posted by: --gpowell