corner image corner image
View Single Post
corner image corner image
  #8 (permalink)  
Old 10-07-2008, 21:18
HuggyBear's Avatar
HuggyBear HuggyBear is offline
I Live on A1!
 
Join Date: May 2008
Location: Darlington
Posts: 634
Thanks: 105
Thanked 86 Times in 80 Posts
Hey man, thanks, I forgot to mention I managed to sort it - here is the new CSS (i added the div in code but added it after trolley div

Quote:
body
{
margin: 0 0 0 0;
}
#header
{
width:100% !important;
height:165px !important;
top:0;
display: block;
}
#logo
{
float: left;
top:0;
width:160px;
height:160px;
border:none;
margin-top:5px;
margin-left:3px;
display:block;
}
#search_bar
{
background: url(images/search_bar_background.png) repeat-x scroll top;
height: 65px !important;
min-height: 65px;
width: 100%;
text-align: center;
margin-top: 0
px;
display: block;
}
#search_form
{

height:25px !important;
display: inline-block;
margin-top:0px;
margin-left:auto;
margin-right:auto;
padding-top:20px;
width: 400px;
}
.search_term
{
background: White url(images/search_textbox_background.png) no-repeat scroll top;
border: none;
height: 17px !important;
width: 373px;
font: normal normal normal 14px/normal Arial, Helvetica, sans-serif;
color: Gray;
padding-top: 4px;
padding-left: 7px;
vertical-align:middle;
}
#shopping_trolley
{
background: transparent url(images/shopping_trolley_header.png) no-repeat scroll top;
width: 247px !important;
margin-top:8px;
height: 120px;
overflow: hidden;
float: right;
margin-right:3px;
padding-top: 35px;
padding-left: 10px;
font: normal normal normal 11px/normal Arial, Helvetica, sans-serif;
letter-spacing: 1px;
color: #555666;
display:block;
}
Reply With Quote
corner image corner image