Could someone please help explain why the left toolbar in my subpages such as this one (
www.lixiao-art.com/bliss.html) can be displayed in older Windows versions of IE browser BUT NOT when using newer versions (e.g. Windows 7) of IE browser?
Also, the spacing between the thumbnails is wrong in IE7 compared to using an older version of IE browser.
The left toolbar is identified as "nav" in the external css style sheet:
----------------------------------------------------------------------
body { font-family: Verdana;
color: white;
margin: 0px;
background-color: black; }
#header { font-family: courier new;
padding-left: 40px;
padding-top: 5px;
padding-bottom: 5px;
border: none;
background-color: white;
margin-bottom: 0px; }
#content {float: right;
padding: 30px 20px 20px 100px;
width: 650px;
position: absolute;
margin: 0px;
border: none;
font: white;
font-family: Arial;
background-color: black; }
h2 {height: 2em;}
#nav {float: left;
text-align: right;
font-size: small;
width: 200px;
margin-top: 30px;
font-weight: bold;
padding: 10px;
border: none;
}
#footer { font-family: arial;
padding-bottom: 5px;
width: 100%
border: none;
background-color: black;
color: white;
margin-bottom: 0px; }
a{text-decoration: none;
color: white;}
a:hover {color: red;}
* {margin: 0;}
html, body {height: 100%;}
.wrapper {min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -1.5em;}
.footer, .push { height: 1.5em; }
.ImgBorder:hover { border: 1px solid red; }
img { border: none; }
---------------------------------------
Thank you so much!!!!