hi,
can't understand why my image is clickable only around the edges. i wanted to make the entire thing clickable, but i can't figure out why. it's willheader.png. any ideas?
thanks.
Code:/* CSS for Will Portfolio site */ html { margin:-10px; padding: 0px; height: 1000px; width: 850px; margin-left: auto; margin-right: auto; } body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; margin-left: auto; margin-right: auto; text-align: left; } a { font-weight: light; color: black; text-decoration: none; } a:link { color: black; text-decoration: none; } a:visited { color: black; text-decoration: none; } a:hover { text-decoration: none; color: #ec008c; } a: active { color: aqua; background-color: navy; } li { list-style-type: none; } #bodycontent { font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 25px; font-weight:normal; width: 200px; clear: left; padding-top: 34px; } div#navigation { height: 30px; width: 100%; margin: -47px 0 0 105px; padding: 0 0 0 20px; float: right; } div#navigation ul{ white-space: nowrap; } div#navigation li{ display: inline; float: right; margin: 0 5px 0 0; width: 70px; text-align; left; } div#header img{ float:left; width: 150px; } h2 { font-family: Arial, Helvetica, sans-serif; font-size: 25px; font-weight:bold; padding: 18px; } div#container { margin: 0px auto; width: 800px; } div#links li{ margin: 0 0 0 -23px; } a img { border-style: none; display: block; }Code:<div id="container"> <head> <title>Welcome to William Design</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <link href="style1.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <img src="images/willheader.png"> </div> <div id="navigation"> </div><!--end of navigation div--> <div id="bodycontent"> </body> </div> </html>





Bookmarks