21293 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 573 Views |
-
CSS Positioning - Image

21 March 2010 at 5:39am
Hey everyone
http://www.w3schools.com/Css/css_positioning.asp
This tutorial, shows how to place a given TEXT, but i would like to place a Logo at a given/specific position on my site, only using CSS.
But is it possible, i have tried inserting my "Logo" link, but it only shows my "link".Does anyone know how to do this - then i would be pleased
Regards
RasmusDenmark
-
Re: CSS Positioning - Image

22 March 2010 at 11:46am
Do you mean that you want to insert an image without using an <img /> tag? If so the best option would be to use a background image on a div. If you are wondering how to do this with an image attached using an ImageField, you should look at doing something like:
<div style="background: url($AttachedImage.URL) 0 0; width: xxxpx; height: xxxpx;"></div>
Mo
| 573 Views | ||
|
Page:
1
|
Go to Top |


