Apply a gradient effect to html text using CSS

Apply a gradient effect to html text using CSS

Oh yes, your web html text can have a gradient applied upon it! It can be done using a very simple technique, no javascript or flash required. It will work in all major browsers (We will just use the IE6 CSS PNG fix - easy... Continue Reading

How to write compressed CSS code - Optimize CSS

CSS is not really hard to learn. While it may be giving you some headaches at the very start, it is a matter of time until you will learn it completely. One of the steps to master CSS is writing your very own compressed CSS... Continue Reading

Tutorial - How to create and code drop down menu listing

Tutorial - How to create and code drop down menu listing

Most dropdown menus will require a lot of scripting to be accomplished. But if we are to use structured XHTML and CSS, we can create a nice drop down menus which are so easy to edit and update later on if needed. It will... Continue Reading

The difference between CSS ID and Class

What is the difference between id’s and classes? Why choose a CSS #id over a CSS .class or vice versa? There must be some meaning, because they are our two main html element taggers. In this post i will try to iron... Continue Reading

Create rounded corners and implement them using CSS

Create rounded corners and implement them using CSS

Rounded corners are well established design technique in the modern web design. Their implementation can sometimes be messy, especially if you are using some scripts or generators. Alternatively, you can pass a few CSS parameters... Continue Reading

How to center content in internet explorer

While centering content in firefox can be done easily, ie (both ie6 & ie7) can give you some problems. The reason is - Internet explorer can’t understand the margin:auto css property. To do the trick and let internet... Continue Reading

Remove Horizontal Scrollbar using CSS

Remove Horizontal Scrollbar using CSS

I have been recently building a site, and as always, firefox rendered the display correctly, but internet explorer was here to cause some problems. This time, a horizontal scrollbar was appearing, all though the content blended... Continue Reading