![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi everybody I'm looking for the following: on a web page i saw how a number of techniques for using background images on links. There was one technique where you would also insert a span element with descriptive text, which was to be shown *under* the link when images were turned of in the browser. I remember (or at least thinks so) that z-index was used to position the span below the link. Can anyone point me to this technique please? Thanks in advance and best regards stef |
#3
| |||
| |||
|
|
Gazing into my crystal ball I observed stef <stephan.bourdon (AT) pandora (DOT) be writing in news:020820092120171086%stephan.bourdon (AT) pandora (DOT) be: Hi everybody I'm looking for the following: on a web page i saw how a number of techniques for using background images on links. There was one technique where you would also insert a span element with descriptive text, which was to be shown *under* the link when images were turned of in the browser. I remember (or at least thinks so) that z-index was used to position the span below the link. Can anyone point me to this technique please? Thanks in advance and best regards stef Well, that's kind of counter productive, isn't it, considering there is a well known attribute that is required and displays when images are not available. p><a href="http://example.com" title="Visit Example"><img src="example.png" alt="Example image" height="height" width="width"></a /p Can you guess which one it is? |
#4
| |||
| |||
|
|
In article <Xns9C5B8A014A137arbpenyahoocom (AT) 188 (DOT) 40.43.213>, Adrienne Boswell <arbpen (AT) yahoo (DOT) com> wrote: Gazing into my crystal ball I observed stef <stephan.bourdon (AT) pandora (DOT) be writing in news:020820092120171086%stephan.bourdon (AT) pandora (DOT) be: I'm looking for the following: on a web page i saw how a number of techniques for using background images on links. There was one technique where you would also insert a span element with descriptive text, which was to be shown *under* the link when images were turned of in the browser. I remember (or at least thinks so) that z-index was used to position the span below the link. Can anyone point me to this technique please? Well, that's kind of counter productive, isn't it, considering there is a well known attribute that is required and displays when images are not available. p><a href="http://example.com" title="Visit Example"><img src="example.png" alt="Example image" height="height" width="width"></a /p Can you guess which one it is? background-image, not image |
![]() |
| Thread Tools | |
| Display Modes | |
| |