Browse by Tags

All Tags » CSS (RSS)

Demonstrating the media attribute of CSS style tag

And of course there are various ways of using CSS aside from defining an inline style tag. But for the sake if this example and simplicity, I'll try to demonstrate the media attribute's usage using the style tag. The media attribute has 7 kinds...
Posted by lamia | with no comments
Filed under:

Creating a tab control/component functionality with DHTML

I'd like to share something I've made recently(though this may be so 1999). This post could either make your life easier or worse, it all depends on you whether you want to use it or not. I don't know if this kind of functionality already...
Posted by lamia | 4 comment(s)
Filed under: ,

Using DIV'S instead of nested tables

I bumped into a site that suggests the use of divs instead of nested tables when looping through a dataset or list in JSP/PHP/ASP/etc. Here is the link...
Posted by lamia | 1 comment(s)
Filed under: