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 [...]
Lesson 6: eBay Shop Category Control with CSS
June 11th, 2008 · No Comments
Tags: Web Mastering · eBay