Re: [WSG] Linking Background Images

2004-07-06 Thread Craig Stump
You're in luck - ALA did an article in Accessible Image maps recently http://www.alistapart.com/articles/imagemap/ On Mon, 5 Jul 2004 12:49:30 -0600, Shane Helm [EMAIL PROTECTED] wrote: This looks good. Is there a way to specify more links with one image? What I mean is, can you make a

RE: [WSG] Linking Background Images

2004-07-05 Thread Iain Gardiner
: [WSG] Linking Background Images This looks good. Is there a way to specify more links with one image? What I mean is, can you make a background image an image map? Or better yet, can you have a image referenced in CSS that have have hot spots for the image to make it an image map

[WSG] Linking Background Images

2004-07-04 Thread CriddyMail
Greetings, I have two questions please. 1. Is there a way to link background images? I want to link my banner image, which is currently set as a div background image, back to the homepage . 2. Can I specify image sizes within my css definition? Here are two scenarios: a. background image -

Re: [WSG] Linking Background Images

2004-07-04 Thread Lea de Groot
On Sun, 4 Jul 2004 13:44:28 EDT, [EMAIL PROTECTED] wrote: 1. Is there a way to link background images? I want to link my banner image, which is currently set as a div background image, back to the homepage . No, wanting to do that would make it content, which means it should go in the html.

Re: [WSG] Linking Background Images

2004-07-04 Thread 7 sinz
yes there is a way you can link background images; but a little more mark up is required. lets say you have h2 id=bG/h2 and styles as h2#bG{background: url(image.gif) no-repeat;height:20px;width:220px} now adding some extra markup inside that h2 as follows h2 class=savea href=# title=Sign up

Re: [WSG] Linking Background Images

2004-07-04 Thread CriddyMail
Bummer! Oh well, I'll just have to find another way to do this then. Thanks for your help, Lea. Ans: No, wanting to do that would make it content, which means it should go in the html. Question: 1. Is there a way to link background images?

Re: [WSG] Linking Background Images

2004-07-04 Thread 7 sinz
in my previous example i explained it; but the final mark up for that quick example should of been: h2 id=bG class=savea href=# title=The clickable bG/a/h2 -peace _ Protect your inbox from harmful viruses with new ninemsn Premium. Go

RE: [WSG] Linking Background Images

2004-07-04 Thread Lee Roberts
=destination of the link/a I hope this helps. Sincerely, Lee Roberts http://www.roserockdesign.com http://www.applepiecart.com -Original Message- From: 7 sinz [mailto:[EMAIL PROTECTED] Sent: Sunday, July 04, 2004 5:12 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] Linking Background Images

RE: [WSG] Linking Background Images

2004-07-04 Thread 7 sinz
Ok, my question is why the H2? What standard are you trying to promote with that concept? none its a concept, something i felt like doing- you can use it with any tag, i chose a heading- because on the project i use it on; the links are headings. If it's not your fancy, dont use it. -peace