Re: [css-d] Setting a link on replaced text

2009-04-28 Thread Brian Hazelton
Tim, I have set up an example that only contains the styling and html that is required for what you want to do (or at least what I think you want to do). It is located here http://test.danville302.org/bglink/ view the source code to see all of the information and the styling declarations. Hope it

Re: [css-d] Setting a link on replaced text

2009-04-28 Thread Ian Young
> -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto:css-d- > boun...@lists.css-discuss.org] On Behalf Of Tim Dawson > Sent: 28 April 2009 16:00 > To: css-d@lists.css-discuss.org > Subject: [css-d] Setting a link on replaced text > > I hav

[css-d] Setting a link on replaced text

2009-04-28 Thread Tim Dawson
I have an heading which I've replaced with a background image, and used CSS text-indent to prevent the 'real' text showing. The relevant CSS is: h2#azw { background-image: url(graphic/amazingwildlife.gif); text-indent: -px; } All's well until I need to put a link on the text. The following