View Single Post
  #1 (permalink)  
Old Jan 9th, 2006, 17:26
timmytots timmytots is offline
SuperMember

SuperMember
Join Date: Nov 2005
Location: England
Age: 27
Posts: 308
Thanks: 1
Thanked 0 Times in 0 Posts
Positioning image absolutely

It's amazing how quickly you can go rusty.

I'm trying to position a logo absolutely on my homepage like this:

<div style="position:absolute; top:80px;">
<a href="http://www.asite.co.uk/"><img src="mylogo.gif" width="77" height="30" vspace="0" hspace="0" border="0" alt="something"></a>
</div>

I've put that in the index.html not in the css. Can this only be done with CSS, ie - not just in the normal page?
Reply With Quote