Put picture to back
I have a logo and its 300px in height
Obviously this messes up any template, as it moves the whole template down
What I want to do is, keep the template in the same position, and simple move the logo to the back
I basically want this because I have moved the logo left so it justs off the template, and have stuff down the left side if you see what I mean!
Try making sure the containing element (assume the header) has a fixed-height set (most likely it will have already)...then in CSS for that container, add:
overflow:hidden;
..any overspill from the container will be hidden.
If you look at the address I sent you in the PM, you will see the white logo, I need that to meet the horisontal menu, without descreasing the size of the picture, do you see what I mean?
Yeah right ive done that
Now its got all the space beneath
My plan is to add stuff to the left of the picture, so that it appears as if its down the side of the template, that wont work now