Adding a side banner/bar.

Anglo Design

New Member
Hi there,

I have a layout for my ebay listings, but I'd like to add a banner down the left hand side.

Below is my layout, in black blocks. The grey block down the left is what I'd like to add. Can anyone help me out and give me tips on how to do this? (I'm useless!)

layout_query.jpg


:icon_notworthy:
 
You could add a div around the content that you have on the page at the moment and then add a second div with float left property, you'll then need to add a left margin to the div that contains all of the other layout. Depending on your container size you may need to reduce the size of your current divs so that they all fit. A great starter book for CSS is The CSS Anthology by Rachel Andrew - I found it really useful when I was starting out.
 
Back
Top