Hi. I've had practically no experience of CSS and am floundering I must admit.
What I'm trying to achieve is a uniform white bar as defined in stylesheet.css (below) with one image justified left and one right. I'm sure this must be easy enough, but I'm making it look hard, can anyone help?
I'm afraid I don't have the site up currently as I'm trying to migrate it to another host. Appreciate any pointers on the image location thing.Code:#logoWrapper{ background-image: url(../images/logoleft_105.jpg); background-image: url(../images/logoright_105.jpg) right; background-repeat: no-repeat; background-color: #ffffff; height:105px; }
Alex


Reply With Quote
