Hello Experts,
I have 2 divs, each is having a background image and i want them to line up side by side. But for some reason they are coming up vertically where as i want them horizontaly.
Please find the code of both the divs below and please advice.
header
{ top: 40px; width:310px; height: 90px; background: url(Images/logo.jpg) no-repeat; }
logo
{ top: 40px; left: 3200px; height: 100px; background: url(Images/banner.jpg) no-repeat; }
thanks Amit