I'd offer a link, but this site hasn't been unleashed and I don't want google 
picking it up yet. 

Ok, I've been using css to show a gallery of products. Works much better than 
using cf for funky tr inserts n such. 

I'm having a problem on this on tho. I want the image and text to be centered. 
I can make it look right in FF with a margin: 0 auto, but IE places the items 
one above the other. So 5 items would all be listed one above the other instead 
of side by side, then next line, side by side, then next line. I tried 
text-align:center and that isn't working. 

Any ideas? 

 Well do this: go to dubyadubyadubya.lucky dog 
volleyball.com/store/productdetail.cfm?PID=168

Maybe google can't follow that. lol!

here's my current CSS. 
#suggestedproductsgallery   {
list-style-type:none;
margin: 0 auto;
margin-top: 10px;
}
#suggestedproductsgallery  li {
float:left;
margin-right:18px;
margin-bottom:10px;
font-size:70%;
color:#333333;
text-align:center;
}

#suggestedproductsgallery  li a {
color:#CC0000;
}

#suggestedproductsgallery  li a:hover {
color:#008F00;
}

#suggestedproductsgallery  img {
display:block;
border: 1px solid #FFFFFF;
text-align:center;
}

Thanks!
Will

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258096
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to