Ask a Question related to Dreamweaver AppDev, Design and Development.
-
DennisN #1
Hyperlink for Button Image
I have a 2 state button with an up.gif and a down.gif with behavior set for
mouseover. Multiple hotspots were set in FW - a circle with rectangle below.
Here is DW code
<a href="javascript:;"
onMouseOver="MM_swapImage('Image1','','graphics/btn_pokerchip_free_down.gif',1)"
onMouseOut="MM_swapImgRestore()"><img src="graphics/btn_pokerchip_free_up.gif"
name="Image1" border="0" id="Image1"></a>
I'm having 2 problems.
1. The hotspots I set if FW are ignored and I just get one big rectangle
around all I think this is the same as the auto-generated hotspot. If the
auto-gen hotspot is over-riding the ones I selected, DW has a funny way of
showing it since it shows my hotspots highlighted.
2. I can't figure out how to link a page to the image/hotspot. Using
Insert:Hyperlink does whacky stuff & doesn't work here.
Any suggestions would be appreciated.
Thanks,
Dennis
DennisN Guest
-
Help Making a form's Submit button into a Hyperlink,Please
On my real estate website, I would like to require visitors to sign a guest book before being able to link to the county MLS system to search for... -
HELP WITH HYPERLINK ON BUTTON!!!
Hey all i was wonderring if u could help me with a problem I am having. i am making a site for a friend and i have a flash button on the main page... -
How to add an image to a from via a hyperlink?
I am trying to display an image on a form that is located on a web sitelin (via a hyperlink). I want to take a product code, add a .jpg to the end... -
hyperlink/button
Hi. I want to insert an hyperlink/button for loading another page, but I need to store some data in this operation too, but I don't think the... -
Determining if a hyperlink button to external site has been clicked.
You could have the hyperlink button set a hidden text field that you could inspect on postback, or have the hyperlink itself trigger the postback...



Reply With Quote

