Browsing posts in the ‘Programming’ category

tips

CSS3 PIE

0

CSS3 PIE (Progressive Internet Explorer) is an IE attached behavior which, when applied to an element, allows IE to recognize and display a number of CSS3 properties. PIE currently adds full or partial support to IE 6 through 8 for...

READ MORE »
html

How to change the color of a single link

0

If you want several links to have different colors,use the FONT tag inside the link. Example html code: Note: putting the font tag outside the link will not set...

READ MORE »