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
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
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
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
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
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
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


