misfit
01-09-2003, 05:38 AM
Kay, what i'm trying to do is use an .htc file behavior thingie-blah with an image with some transparent parts on it..
I'm not making any sense already. Uck.
Kay, i've got an image with transparent portions of it. I'm using an image map to put a background link effect with the parts of it that i'm linking.
so basically... without the the babble above, do classes work with image maps?
here's the code i'm using now... but it seems to be evil.
<IMG NAME="gif0" SRC="layoutimages/gif.gif" WIDTH="750" HEIGHT="450" BORDER="0" USEMAP="#gif">
<MAP NAME="gif">
<AREA SHAPE="rect" COORDS="443,325,562,362" HREF="#girl" TARGET="menu" class="menu">
<AREA SHAPE="rect" COORDS="443,368,562,401" HREF="#art" TARGET="menu" class="menu">
<AREA SHAPE="rect" COORDS="612,325,746,362" HREF="#junk" TARGET="menu" class="menu">
<AREA SHAPE="rect" COORDS="612,368,746,401" HREF="#site" TARGET="menu" class="menu">
</MAP>
and in the css file, i've got the a tags like this
a.menu:link {
etc. etc.
is a.menu:link the right code?
hm.
yeah.
thanks. Please. Yep.
I'm not making any sense already. Uck.
Kay, i've got an image with transparent portions of it. I'm using an image map to put a background link effect with the parts of it that i'm linking.
so basically... without the the babble above, do classes work with image maps?
here's the code i'm using now... but it seems to be evil.
<IMG NAME="gif0" SRC="layoutimages/gif.gif" WIDTH="750" HEIGHT="450" BORDER="0" USEMAP="#gif">
<MAP NAME="gif">
<AREA SHAPE="rect" COORDS="443,325,562,362" HREF="#girl" TARGET="menu" class="menu">
<AREA SHAPE="rect" COORDS="443,368,562,401" HREF="#art" TARGET="menu" class="menu">
<AREA SHAPE="rect" COORDS="612,325,746,362" HREF="#junk" TARGET="menu" class="menu">
<AREA SHAPE="rect" COORDS="612,368,746,401" HREF="#site" TARGET="menu" class="menu">
</MAP>
and in the css file, i've got the a tags like this
a.menu:link {
etc. etc.
is a.menu:link the right code?
hm.
yeah.
thanks. Please. Yep.