I'm including the entirety of my <head> section below.
with the DOCTYPE html, IE8 works, FF and Chrome don't recognize the
contents of bootstrap.js.
without the doctype, FF and Chrome are awesome, and ie8 is just a little
wacky.
Maybe you can see it, but to my eyes, this head looks very much like the
heads in the examples.
Thank you again for helping.
Len.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Line of Business</title>
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<link rel="stylesheet" href="NoAuth/bootstrap/css/bootstrap.min.css" >
<link rel="stylesheet" href="NoAuth/css/sft.css" >
<script type="text/javascript" src="NoAuth/js/jquery-1.7.js"></script>
<script type="text/javascript"
src="NoAuth/bootstrap/js/bootstrap.js"></script>
<script type="text/javascript"
src="NoAuth/bootstrap/js/bootstrap-alert.js"></script>
<script type="text/javascript" src="NoAuth/js/sft.js"></script>
<script type="text/javascript" src="NoAuth/js/lob-pg1.js"></script>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="NoAuth/js/ie-shim-html5.js"></script>
<![endif]-->
</head>