rabil
Posts: 10 Join date: 2009-12-20
 | Subject: Image in top left hand corner, without disrupting layout? Sun Dec 20, 2009 4:35 pm | |
| How do I make an image be in the top left hand corner but so that it is over my layout instead of part of it. When you scroll down I need it to be as if it is part of the layout ( so that when you scroll down it does not stay there, when everything else has moved) Thanks for the help! |
|
thrisha

Posts: 3 Join date: 2010-01-18
 | Subject: hai Tue Jan 19, 2010 6:43 am | |
| Give the image CSS properties position: absolute; right: 0px; top: 0px;. |
|