Trouble configuring buttons in Dreamweaver
I have built a couple WP sites with themes but this is my first attempt to build a page/site from scratch. I built it in Adobe Fireworks (I like FW much better than Photoshop) and have now started with a 3 row table. The rows are my header slice, footer slice and a repeating y-axis content area. I created "hotspots" over each button but only the top button is a link when tested from Dreamweaver in Firefox or IE. Are all my buttons showing up as a single image (they shouldn't be after inserting hotspot slices)?
Here is the header part of the page and code. Thanks in advance.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.content {
background-image: url(champ4/content.jpg);
background-repeat: repeat-y;
}
-->
</style>
<script src="includes/ice/ice.js" type="text/javascript"></script>
</head>
<body>
<a href="index.html">HOME</a><a href="food-menu.html">FOOD MENU</a>
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="champ4/html notes/hothome.jpg" alt="homebutton5" name="hothome" width="1000" height="316" border="0" usemap="#m_hothome" id="hothome" ice:repeating="true" />
<map name="m_hothome" id="m_hothome">
<area shape="rect" coords="865,11,976,34" href="javascript :;" target="_parent" title="homebutton5" alt="homebutton5" />
</map></td>
</tr>
<tr>
<td><img src="champ4/content.jpg" alt="content" width="1000" height="15" class="content" /></td>
</tr>
<tr>
<td><img src="champ4/footer.jpg" width="1000" height="144" alt="footer" /></td>
</tr>
</table>
</body>
</html>
Ummm, I couldn't paste the pic but here is a link to the test page
file:///C:/Documents%20and%20Settings/Scott%20Holmes/My%20Documents/champions5/contact-us.html
Sorry Moderators. I didn't see the DW category lower down the page
Scott
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks