Re: OT-Image Maps

2007-02-01 Thread Patrick Farabee
Not that I would ever suggest using something this resource intensive on a website, but you might want to check out the javascript vector graphics project at: http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm With some hacking and slashing you might be able to make his stuff workable as you

RE: OT-Image Maps

2007-02-01 Thread Terry Troxel
, 2007 12:45 PM To: CF-Talk Subject: RE: OT-Image Maps No, CSS supports something called cropping, but at this time, only rectangular cropping is available. And that simply crops an element. Sandra Clark == http://www.shayna.com Training in Cascading Style Sheets and

RE: OT-Image Maps

2007-01-31 Thread Andy Matthews
Ah...misunderstood your question. CSS (and HTML) only allows rectangles at this time. -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 2007 1:32 PM To: CF-Talk Subject: Re: OT-Image Maps >That wouldn't be an i

RE: OT-Image Maps

2007-01-31 Thread Andy Matthews
Sure you can. #region_one { position: absolute; top: 50px; left: 230px; width: 75px; height: 200px; } -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 2007 1:32 PM To: CF-Talk Subject: Re: OT-Image Maps >That would

RE: OT-Image Maps

2007-01-31 Thread Sandra Clark
: Re: OT-Image Maps Can I use x,y coordinates to draw a Polygon with CSS? I really want to render a dynamic map without images. I have the x,y coords but want to shade individual regions based upon query results. ~| Upgrade to

Re: OT-Image Maps

2007-01-31 Thread dsmith
>That wouldn't be an image map then. At that point, you could use CSS to draw >rectangular areas and make them links. > >If you just want to show the borders of the area, then make that your image. >Just the borders. > > >andy > Can I use x,y coordinates to draw a Polygon with CSS? I really want

RE: OT-Image Maps

2007-01-31 Thread Andy Matthews
If you don't SHOW the users the border areas, then how will they know where to click? -Original Message- From: Sandra Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 2007 1:19 PM To: CF-Talk Subject: RE: OT-Image Maps Homesite has a function for image maps. I thin

RE: OT-Image Maps

2007-01-31 Thread Sandra Clark
Homesite has a function for image maps. I think you do need an image file (since it's the image file that associates with the map), but you could just do a big transparent gif. Sandra Clark == http://www.shayna.com Training in Cascading Style Sheets and Accessibilit

RE: OT-Image Maps

2007-01-31 Thread Andy Matthews
That wouldn't be an image map then. At that point, you could use CSS to draw rectangular areas and make them links. If you just want to show the borders of the area, then make that your image. Just the borders. andy -Original Message- From: Smith, Daron [PA] [mailto:[EMAIL PROTECTED]