1
[post from this
forum thread ]
Less is more... Freedom !
So lets have some fun and make the the leftcolumn fly
#leftcolumn{
position :absolute; /* needed to get out of the table */
top:130px;
right:300px;
width:200px;
height:300px;
overflow:scroll;
background:#f2f2f2;
border:1px solid #cccccc;
z-index:1000;
}
This will transform leftcolumn in a small grey box
flying over the content.
If you are browsing xoops.org with Firefox and you
have installed the extension "Web Developer Toolbar"
You can test it on the fly.
1. Click on "CSS" from the "Web Developer Toolbar"2. Click on sub-menu "Edit CSS"3. From the CSS tabs, click on "style.css"Now past the code above at the end of the style.css
Get it !?
Have Fun !
I like people more than machines or money. But that's me!
Lets do something good and great: Lets do open source!