As I rubbished the promo boxes with the last CSS changes I thought I should get back to them ASAP.
First list on the agenda was to get rid of those crazy ‘corner’ images for the promo boxes:
table#PromoListView table table img {
display: none;
}
but that also kills the promo box images (and the slider) so now I [...]
eBay Shop Design Lesson 8 - Promotion Boxes
June 29th, 2008 · 1 Comment
Tags: Web Mastering · eBay
Lesson 6: eBay Shop Category Control with CSS
June 11th, 2008 · No Comments
OK, I did promise ebay javascript, but I wanted to do a little more on eBay Shop CSS.
So I want to give my store categories a pink background:
table#StoreCategories {
background-color:#FFCCFF;
}
and say then, I want to have the links in a different pink:
table#StoreCategories a {
color:#FF00FF;
text-decoration:none;
}
then I want to space out the categories and give them a pink [...]
Tags: Web Mastering · eBay