Lesson Two: Changing the background colour of your gallery view.
eBay is designed using a series of nested tables, so in order to colour various bits of the design you need to make sure you have to mention the table or td definition the correct number of times to get the desired result. This is the snipet of CSS you can add to the previous file:
td.gallery table td
{
background:#FFCCFF;
}
This will generate the effect below:

Lesson three will look at more places to change the background colour in your ebay shop!













2 responses so far ↓
1 Kidson Talks | The E-commerce Chemist // Apr 23, 2008 at 5:54 pm
eBay Shop Design - Playing with Nested Table Backgrounds…
Lesson Three: Changing the backgrounds for the nested tables
Right now, let experiment to how many times we need to mention table, to get a coloured background in different sections! Try adding these snippets of code to your css file.
table
{
backgr…
2 eBay Shop Design - Gallery Background Image | Kidson Talks - The E-commerce Chemist | SEO | EBAY | Shopping Comparison | Pay Per Click | Internet Marketing // Jun 28, 2008 at 4:59 pm
[...] looked at changing the gallery background using css but now we want to move on and replace it with an [...]