The multiple column proportional scrolling layout for web.
A new great experience
for users, web-masters, web-designers and coders generally!
Expecially, for bloggers, e-magazine publishers and not alone.
For developing explanation, look at included js/css files,
this page source code and background animated gif,
showing conventional layout (left) vs slirk layout (right).
<html>
<head>
<script type="text/javascript" src="slirk.js"></script>
<style type="text/css">@import url(slirk.css)</style>
</head>
<body onLoad="slirk()">
<div id="container" class="slirk_container">
<div id="first_column" class="slirk_column"></div>
<div id="second_column" class="slirk_column"></div>
...
<div id="i_column" class="slirk_column"></div>
...
<div id="n_column" class="slirk_column"></div>
</div>
</body>
</html>
#container { width: tot_width; }
#first_column { width: first_width; }
#second_column { width: second_width; }
...
#i_column { width: i_width; }
...
#n_column { width: n_width; }

SLIRK Layout 1.1 beta
by Angelo Amoroso
is licensed under a
Creative Commons
Attribution - Share Alike 3.0
Unported License

This work
is licensed under a
Creative Commons
GNU General Public License