Page 1 of 1

How to create image in top left corner of all screens

Posted: Wed Jul 30, 2008 3:57 pm
by slaterino
Hi,
I'm designing a web site which will have many different pages and designs within it, loads of different navigation, and so on, but I want to create a linked image in the top left corner of every screen. I have had problems with doing this as a lot of the pages have other things going on at the top, and whenever I try and create something it pushes the screen down. Does anyone have an how to do this? I want the image to always be in the corner, no matter what size the screen is or if it's resized and so on. Any help would be amazing!!!

Thanks
Russ

Re: How to create image in top left corner of all screens

Posted: Wed Jul 30, 2008 6:56 pm
by Chalks
If you're using CSS this is fairly simple.

in particular, look into:
z-index (to keep it on top)
position: fixed;