Nathan, sounds like you should just apply position:absolute to to both the image and your <a> and apply position:relative to the li (parent) for the img and <a> to work off of. It would be helpful though to see the CSS in addition to the markup.
> I apologise if this has been dealt with before, but I'm having trouble > layering some images in a project I am working on. > What I am trying to achieve is this - > http://img.skitch.com/20090211-reu2htst32muj7s5w8n2au4r33.jpg > > I have the following (repeated, obviously), to display the images. > > <li><img src="image.png" alt="description" /><a href=""><h3><span>No. > 01</span>Task Description</h3></a></li> > > What I am trying to do is add the "completed" label to some of the items, > which I am having trouble with. What is the best way to approach this? > > Any help would be appreciated. Thanks. > > -- > -- > Nathan Wheatley > > > ******************************************************************* > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > Help: [email protected] > ******************************************************************* ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
