Archive for October, 2006

Highlight images on mouse over using Opacity

October 19, 2006

Highlight images on mouse over. Using opacity to control transparency of images

Styling tables using CSS

October 6, 2006

Styling tables using css. Changing rows colors on mouse over.

CSS Links and resources

October 6, 2006

useful CSS links and resources from the web

Validating your CSS

October 2, 2006

Some Web designers regard a Web page that validates under both HTML and CSS guidelines as the Holy Grail. I prefer to think of validation as an extremely useful tool, but not a religion. CSS validation, however, is suited perfectly for debugging your code. CSS validators can catch those unclosed curly braces and other typos [...]

How do I make a submit button look like text?

October 1, 2006

When you design pages that look like wizards and when the information you are gathering flows over into multiple pages you might want to give your user a feel of filling a page in which case you would want to display your NEXT buttons as text.
Actually it is very simple our task is now to [...]

Styling Hyperlinks: Change colors on mouseover

October 1, 2006

Styling hyperlinks could be used effectively to replace the old style navigation buttons.To create this effect we style the :hover and :active pseudo-classes of the anchor tag. Am gonna define style separatley one for the :link and :visited styles and other for :hover and :active
Personally I like the hyperlinks to appear in a contrasting color [...]