Hi,
I have a web page created in Dreamweaver CS4. I have an image header that I have made work through CSS.
The header looks great in the browser and in live view.
Can't see it at all in Dreamweaver design view.
I want to make a hot spot, but can't when I can't see it.
I'm sure there is a super easy solution...sorry, but I have been trying to figure it out for days.
Here is the code if that helps.
<!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" />
<link rel="shortcut icon" href="/favicon.ico">
<title>Sweet Little Pig Design - Full Service Web and Print Design</title>
<link href="main.css" rel="stylesheet" type="text/css" />
<link href="../main.css" rel="stylesheet" type="text/css" />
<div id="header">
<div id="in_header"><img src="images/clear_head.png" border=0 />
</div>
</div>
</head>
<body>
<div id="container">
<div id="in_container">
<div id="nav">
<ul id="navbar">
<li> <a href="print.html"> Print </a></li>
<li> <a href="web.html"> Web </a></li>
<li> <a href="photo.html"> Photography </a></li>
<li><a href="stuff.html"> Other stuff </a> </li></ul>
</div>
<div id="flash_content">Here is where I put the slide show</div></div>
<div id="footer"><b>Sweet Little Pig Designs<br />
p: (206) 227-3380 <br />
<a href="mailto:info@mywebsite.com">info@mywebsite.com</a></b>
</div>
</div>
</body>
</html>
Thanks for reading.
Littlemt