J
John Salerno
I'm doing a test with an image map. Don't worry, it's not supposed to
look good right now. Anyway, here's the markup, with the links:
-----------------
http://www.johnjsal.com/test.php
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link type="text/css" rel="stylesheet" href="">
<title></title>
</head>
<body>
<p><?php include("navbar.html") ?></p>
</body>
</html>
------------------
http://www.johnjsal.com/navbar.html
<img src="navbar.png" alt="Navigation Bar" usemap="#navbar">
<map id="navbar" name="navbar">
<area shape="rect" coords="0,0,3,1" href="index.html" alt="Home Page">
</map>
The problem is that there doesn't seem to be any clickable area at all.
I did the PHP as a test, but I also tried it normally and that still
didn't work.
look good right now. Anyway, here's the markup, with the links:
-----------------
http://www.johnjsal.com/test.php
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link type="text/css" rel="stylesheet" href="">
<title></title>
</head>
<body>
<p><?php include("navbar.html") ?></p>
</body>
</html>
------------------
http://www.johnjsal.com/navbar.html
<img src="navbar.png" alt="Navigation Bar" usemap="#navbar">
<map id="navbar" name="navbar">
<area shape="rect" coords="0,0,3,1" href="index.html" alt="Home Page">
</map>
The problem is that there doesn't seem to be any clickable area at all.
I did the PHP as a test, but I also tried it normally and that still
didn't work.