Previous Message
Next Message

breaking up thumbnails into separate rows

Sent by Matt Fitzwater on 21 December 2005 10:10


You need to declare a width: on .thumbnail.
after that you will probally need to add a clear:both on your h3 as well
good luck


Iorhael wrote:

>I am setting up a very simple website for my portfolio that started out as a class project for an
online CSS class. I set up thumbnails on this page according to how we'd been taught in class but I
would like them to be on a separate row for each header category listed. I have put the thumbnails
for each category between their own division tags but that does not seem to be working. The page
looks the worst on Firefox. I am really stumped on this...can someone help me out?
>
>http://www.drk-writing.com/debscards/debscards2.htm
>
>Here's the CSS code I'm using for the thumbnails:
>
>.thumbnail {
>   float: left;
>   height: 75px;
>   border: 1px solid #590F81;
>   margin: 0 12px 12px 0;
>   padding: 5px;
>   text-align: center;
>   font-family: 'Comic Sans MS', sans-serif;
>   font-size: 12px;
>   color: #000;
>} 
>
>Thank you!
>
>Debbie
>
>
>
>______________________________________________________________________
>css-discuss [EMAIL-REMOVED]]
>http://www.css-discuss.org/mailman/listinfo/css-d
>List wiki/FAQ -- http://css-discuss.incutio.com/
>Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>.
>
>  
>
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: