View Single Post
  #4 (permalink)  
Old 09-03-2008, 06:53 PM
Andtony Andtony is offline
Constant Pligger
 
Join Date: Feb 2007
Posts: 183
Thanks: 13
Thanked 24 Times in 19 Posts
Take the logo out of the < ul class="search2" >-tag in header.tpl. Place the img-tag above the ul-tag.

And if you want to use that position: absolute in the img change it to look something like this:
Code:
style="position: absolute;left: 0;top: 0; ...
Reply With Quote