View Single Post
  #5 (permalink)  
Old 09-04-2008, 03:50 AM
FelixJ FelixJ is offline
New Pligger
 
Join Date: Sep 2008
Posts: 14
Thanks: 0
Thanked 1 Time in 1 Post
Quote:
Originally Posted by Andtony View Post
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; ...

Thanks Andtony

Now I got it placed at the left side :)
Reply With Quote