17691 Posts in 4607 Topics by 2180 members
General Questions
SilverStripe Forums » General Questions » CSS Positioning - Image
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
|
Page:
1
|
Go to End | |
| Author | Topic: | 458 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
| 458 Views | ||
|
Page:
1
|
Go to Top |


