|
Posted by helpneeded on 04/24/07 03:54
Why I want to do that?
You see, I have an image on which I want to place some controls (like
text box, datagrid, etc). This image also contains buttons (links)
that need to be image mapped. I figured using my own "ingenuity" that
if I used <img> for image mapping, I wouldnt be able to place controls
on the image! Hence I decided to put the image as a background inside
a <table> and place the controls where I want using <tr><td>.
Please tell me a better way of doing this?
dorayme شارك بـ:
> In article
> <1177303451.467586.288940@q75g2000hsh.googlegroups.com>,
> helpneeded <yousuf.khaan@gmail.com> wrote:
>
> > Hello
> > I know how to create image maps using the <img> tag. However, my
> > problem is I want to use image maps for image inside <table> tag..
> > i.e. <table background=img usemap="#map1">
> >
> > Is it possible? How can it be done?
> >
> > Thanx
>
> I don't know what you are up to with this but it is possible to
> have an image map in a table (in the following example and just
> btw, only the "a" goes to an actual place on click):
>
> <http://members.optushome.com.au/droovies/test/imgMapTable/table.h
> tml>
>
> The original of this is not in a table, just a simple div if I
> recall, but I stuck it in a table for OP who asked question)
>
> --
> dorayme
[Back to original message]
|