Hi all,
Hope someone is kind enough to help me out here. First of all I am just starting to learn CSS and I am reading a couple of books at the same time.
My question is how on earth do I get 3 SubCategory images in a row to be displayed but with margins?
If margins are used, the third image is jumping down to the next row.
The CSS looks something like this -
.categoryListBoxContents {
float: left;
border: 1px solid black;
height: 230px;
margin: 5px;
}
I am not using any live site, so I can not show you how it looks like.
But what I am trying to create is something like this -
http://www.inneonline.se/index.php?act=viewCat&catId=12
The subcategory images, same border and style but with Margins...seems impossible =(
Any hints would be much appreciated!
Cheers to all Zen's!



