Code:
<script language="JavaScript" type="text/JavaScript">
The language attribute is deprecated.
Code:
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
Urgh, DreamWeaver junk, using browser detection.
Code:
<div id="Layer1" style="position:absolute; width:1200px; height:800px; z-index:1; visibility: visible; left: 0px; top: 0px;">
Will only work if everything page is absolutely-positioned using pixels, a very bad idea.
Code:
<img class="header1" src="pics/header1.jpg" width="1083" height="224" border="0">
The width, height and border attributes are all deprecated for CSS.That's an abuse of <br>.
Bookmarks