Right then, so my mind is in tip top condition for Catalyst with respects to the latest and greatest developments in eBay store design I am finally this weekend going to convert that Hairfreax PSD into a matching store frame on the new stores experience.
Promising full store compliance lets look at the key rules broken [...]
eBay New Stores Experience Promise
March 19th, 2009 · No Comments
Tags: eBay
eBay Shop Design Lesson 8 – Promotion Boxes
June 29th, 2008 · 2 Comments
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 [...]
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