how do you create a css table like the one used for the galleries at http://www.bootycollection.com? i looked at the source code and i would like to know how class="frame" was made. thanks in advanced.
CSS Tables
Collapse
X
-
You assign it a width padding height margin color border background
and then alternate hover gimmicks if youd like...
that there is very basic...
http://www.w3schools.com/default.aspComment
-
That's using an html table. the class=frame just adds a border effect and background color.
border: 1px solid #00547F;
background-color: #4784AC;- Free Premium Domain Lists and Tools at Clickmojo.com
- For Sale: Obscenity.com
Comment
-
Comment
-
Comment
-



Comment