corner image corner image
View Single Post
corner image corner image
  #7 (permalink)  
Old 10-07-2008, 21:15
tommy's Avatar
tommy tommy is offline
A1 is my Second Home!
 
Join Date: Mar 2008
Location: Essex
Posts: 376
Thanks: 45
Thanked 97 Times in 85 Posts
right here goes.

Mike was on the right track but you can do this in the CSS without creating an unnecessary <div> element.

within the #search_bar in your css add the following:
Code:
clear:both;
This will make the search bar move below the logo and the basket.

Then remove the added <div style="clear:both" ></div >

Do this first then we can get onto the next step.
Reply With Quote
corner image corner image
The Following User Says Thank You to tommy For This Useful Post:
HuggyBear (10-07-2008)
corner image corner image