Image rollovers in CSS

Image rollovers in CSS

Create an anchor tag i.e. <a title=”Home”...

Image rollovers in CSS
More Advanced CSS box shadow

More Advanced CSS box shadow

If you want a really cool looking box shadow then check out this one: div#content{ ...

More Advanced CSS box shadow
Basic CSS Box Shadow

Basic CSS Box Shadow

There is a cool css effect known as the box-shadow and it is cool! This is the basic one:...

Basic CSS Box Shadow

Search Engines: A Preview

What Happens When You Hit Search? The way a search engine works is “bots” or “ spiders” search the web based on a user query then rank the...
April 19, 2012 in Just a Thought

Limit the textarea resize

To limit the ability to resize the textarea just put this code: textarea{ resize: none; } OR textarea{ resize: vertical; } OR textarea{ ...
February 15, 2012 in Code Snippets

Dublin Core® Meta Tags

If you really want to optimize for search engines then you should really consider implementing the Dublin Core® meta tags into your site. Here is...
February 14, 2012 in Essential Tools

Word Wrap in CSS

Many people have been wondering how to prevent your text from spanning the entire page when there are no spaces in the words. Well, here’s how...
February 14, 2012 in Code Snippets

Featured Posts

Image rollovers in CSS

Image rollovers in CSS

February 14, 2012   0

More Advanced CSS box shadow

More Advanced CSS box shadow

February 14, 2012   0

Basic CSS Box Shadow

Basic CSS Box Shadow

February 14, 2012   0

Categories