[css-d] CSS dummy needs advice - list of albums

2006-08-03 Thread Jan Erik Moström
I'm playing with CSS trying to learn more but right now I don't know what to do (or even search Google for). I want a part of a page to contain a list of different photo albums, I want it to look something like this -- |

Re: [css-d] CSS dummy needs advice - list of albums

2006-08-03 Thread Christian Heilmann
Get the sample code for Bulletproof CSS by Dan Cederholm at http://www.simplebits.com/publications/bulletproof/code/ Chapter 4 has an example that is exactly what you need. The main problem with your CSS was that you floated the different images to the left but you never cleared the floating. A

Re: [css-d] CSS dummy needs advice - list of albums

2006-08-03 Thread Scott Sauyet
Try adding div.swedishpict img { clear: left } and see if that helps. Good luck, -- Scott __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

Re: [css-d] CSS dummy needs advice - list of albums

2006-08-03 Thread Jan Erik Moström
Reply to Christian Heilmann [EMAIL PROTECTED] 06-08-03 15:00: Get the sample code for Bulletproof CSS by Dan Cederholm at http://www.simplebits.com/publications/bulletproof/code/ Chapter 4 has an example that is exactly what you need. Thanks (even the sweden part of the css code matches ;-)