If we add cursor: hand on our CSS then this will not work on mozilla / firefox. It will only work on IE [Internet Explorer]. Why? The reason is IE supports the keyword hand other browsers does not. Fix? To work on all... (Continue reading)
This is a simple tutorial which helps you to put a preloader similar to flash preloaders on your website interesting huh , just check out this simple tutorial of how to implement the same.Just needed to add some 5... (Continue reading)
Embedded Styles Inline styles are similar to theĀ <font> tag. Populating a page with these is considered bad programming practice. It’s better to include all the style information inside the document HEAD section. The Styles placed in the head are enclosed in... (Continue reading)
The CSS tutorial. What is CSS? CSS is the technology used to make the layout for webpages. They are Cascading Style Sheets, used to style your HTML documents. They are slowly replacing tables as the preferred medium to layout your pages. They free your... (Continue reading)
CSS or Tables? What is CSS? CSS stands for cascading style sheets. They are the new technology used to layout and style web pages. So what happened to old, trusty tables? For long tables were the only tool available to the web developers to... (Continue reading)