Quote:
|
Originally Posted by crockett
not bad but I'd do a border around the white, it would make it look a lot sharper.. btw I assume the thumbs are still added via tables?
If so I have a few sites set up like that Everything is CSS except the thumb tables. Makes it real easy to build a bunch of sites off the same basic design.
|
Nope. Thumbs are added using a list i.e. <li>. You just set the ul width to 100% then set the li width to 100/x x being how many you want per row. Float both to the left and style type to none and you're set.
Edit: View my source.. all div/p/img tags. Pure CSS baby lol