Improve CSS functionality with MoreCSS

Improve CSS functionality with MoreCSSNow creating popups, tab menus, tables and lists with even “Zebra” style would be much easier than what it used to be. You can do all this and much more with MoreCSS. It is a small JavaScript library which can enhance your CSS functionality. The most notable feature with MoreCSS is that you can do these things in regular CSS. You can open all links in a 640 × 640 px popup window like this:

Example:

a:{

target:popup;

target-width:640px;

target-height:640px;

}

You can do all this by including MoreCSS.js and an external stylesheet file in your page header. Here is how you can go about it:

<link rel=”MoreCSS” href=”path/to/the/MoreCSS/stylesheet.css” />

<script type=”text/javascript” src=”MoreCSS.js”> </script>

Improve CSS functionality with MoreCSS
As a Web Designing company, with this addition we will be able to give our clients a great flexibility in designing and maintaining their sites.

TO TOP