Re: [css-d] Pure CSS Image Map Tooltips

2006-01-04 Thread Jesper Brunholm
Yazmin Media wrote: >>Yazmin, it seems that you could use a mod of the solution I have made on >> (the "s.2" "s.26" "s.51" "s.76" and >>"s.101" links) > Thanks Jesper, but I'm not seeing how I can use this example with an image > map? Am I missing something? No

Re: [css-d] Pure CSS Image Map Tooltips

2006-01-03 Thread Yazmin Media
On 12/31/05, Jesper Brunholm <[EMAIL PROTECTED]> wrote: > > Yazmin, it seems that you could use a mod of the solution I have made on > (the "s.2" "s.26" "s.51" "s.76" and > "s.101" links) > > The technique is somewhat described and discussed in the thread that I

Re: [css-d] Pure CSS Image Map Tooltips

2005-12-31 Thread Jesper Brunholm
Yazmin Media wrote: >>In case you mean a self-styled tooltip, I'm afraid I don't know a >>solution with pure css. >> > I like this solution, but I do need self-styled tooltips. I tried this with > what I needed (a long section of text) and it chopped off the majority of > the text. It looks like th

Re: [css-d] Pure CSS Image Map Tooltips

2005-12-31 Thread Tony Crockford
Yazmin Media wrote: > I like this solution, but I do need self-styled tooltips. I tried this with > what I needed (a long section of text) and it chopped off the majority of > the text. It looks like the display of the title attribute has a limit on > the number of characters it can display. You c

Re: [css-d] Pure CSS Image Map Tooltips

2005-12-30 Thread Yazmin Media
On 12/28/05, francky <[EMAIL PROTECTED]> wrote: > > > Yes, I've seen one: > http://home.tiscali.nl/developerscorner/css-discuss/imgmap-tooltip.htm :-) > That is, these are the ordinary tooltips. > In case you mean a self-styled tooltip, I'm afraid I don't know a > solution with pure css. > > Thanks

Re: [css-d] Pure CSS Image Map Tooltips

2005-12-28 Thread francky
Yazmin Media wrote: >Has anyone seen an example of pure CSS tooltips being used on an image map? >I keep finding plenty of examples using JavaScript, but none with just CSS. >Is my search a lost cause? > >Thanks! >-- >Yazmin Wickham >Contractor - Internet Development >http://www.yazmin.net >__

Re: [css-d] Pure CSS Image Map Tooltips

2005-12-27 Thread Yazmin Media
On 12/27/05, Roger Roelofs <[EMAIL PROTECTED]> wrote: > > Yazmin, > > If you ned irregular shapes, then yes. I think so. If you absolutely > position elements on an image (each element will be > rectangular) then just add the 'title' attribute to the a element to > get the tooltip. > > Roger, I

Re: [css-d] Pure CSS Image Map Tooltips

2005-12-27 Thread Roger Roelofs
Yazmin, On Dec 27, 2005, at 10:44 PM, Yazmin Media wrote: > Has anyone seen an example of pure CSS tooltips being used on an image > map? > I keep finding plenty of examples using JavaScript, but none with just > CSS. > Is my search a lost cause? If you ned irregular shapes, then yes. I think