GBizzle99
05-06-2009, 06:44 PM
My images are not showing in Internet explorer for some reason but fine in everything else. I have an image as background underneath my Links which I have put in the CSS. The Image that is'nt showing is NavBar.jpg in the NavigationBar div. Any help would be much aprciated.
<style type="text/css">
html,body{
margin:0;
padding:0;
background-color:#000;
}
*{
margin:0;
padding:0;
}
body{
color:#FFF;
font: 76% arial,sans-serif;
text-align:center;
background: #565656 url(Background3.jpg) center fixed;
background-repeat: no-repeat;
}
p{
margin:0 10px 10px
}
a{
display:block;
color: #981793;
padding:10px
}
div#topLine {
width:900px;
}
div#header {
background-repeat:no-repeat;
width:900px;
height:auto;
padding-bottom:50px;
}
div#flashBanner {
float:left;
width:400px;
text-align:right;
}
div#imageDiv {
float:left;
text-align:left;
}
div#container{
width:900px;
margin:0 auto;
text-align:left
}
div#content p{
line-height:1.4
}
div#footer p{
margin:0;
padding:5px 10px
}
div#left{
background:#B9CAFF;
float:left;
width:500px
}
div#right{
background:#FF8539;
float:right;
width:400px
}
div#footer{
background: #333;
color: #FFF;
clear:both;
width:100%
}
#NavigationLinks {
margin: 0;
padding: 0 0 20px 150px;
}
#NavigationLinks li {
margin: 0;
padding: 0;
display: inline;
list-style: none;
}
#NavigationLinks a {
float: left;
line-height: 14px;
font-weight:bold;
margin: 0 50px 4px 10px;
text-decoration: none;
color: #ffffff;
border-bottom: 1px solid orange;
/*background:url(NavBar.jpg);*/
}
#NavigationLinks a.active{
padding-bottom: 2px;
color: grey;
}
#NavigationLinks a:hover {
border-bottom: 2px solid orange;
padding-bottom: 2px;
color:orange;
}
#NavigationBar {
background: url(NavBar.jpg);
background-repeat:no-repeat;
width: 900;
height:35px;
clear:both;
}
#FooterLinks {
margin: 0;
padding: 0 0 20px 150px;
}
#FooterLinks li {
margin: 0;
padding: 0;
display: inline;
list-style: none;
}
#FooterLinks a {
float: left;
line-height: 14px;
font-weight:bold;
margin: 0 50px 4px 10px;
text-decoration: none;
color: white;
border-bottom: 2px dotted white;
}
#FooterLinks a.active{
padding-bottom: 2px;
color: white;
}
#FooterLinks a:hover {
border-bottom: 2px solid white;
padding-bottom: 2px;
color:white;
}
#FooterBar {
background-color:#333333;
height:34px;
}
</style>
<style type="text/css">
html,body{
margin:0;
padding:0;
background-color:#000;
}
*{
margin:0;
padding:0;
}
body{
color:#FFF;
font: 76% arial,sans-serif;
text-align:center;
background: #565656 url(Background3.jpg) center fixed;
background-repeat: no-repeat;
}
p{
margin:0 10px 10px
}
a{
display:block;
color: #981793;
padding:10px
}
div#topLine {
width:900px;
}
div#header {
background-repeat:no-repeat;
width:900px;
height:auto;
padding-bottom:50px;
}
div#flashBanner {
float:left;
width:400px;
text-align:right;
}
div#imageDiv {
float:left;
text-align:left;
}
div#container{
width:900px;
margin:0 auto;
text-align:left
}
div#content p{
line-height:1.4
}
div#footer p{
margin:0;
padding:5px 10px
}
div#left{
background:#B9CAFF;
float:left;
width:500px
}
div#right{
background:#FF8539;
float:right;
width:400px
}
div#footer{
background: #333;
color: #FFF;
clear:both;
width:100%
}
#NavigationLinks {
margin: 0;
padding: 0 0 20px 150px;
}
#NavigationLinks li {
margin: 0;
padding: 0;
display: inline;
list-style: none;
}
#NavigationLinks a {
float: left;
line-height: 14px;
font-weight:bold;
margin: 0 50px 4px 10px;
text-decoration: none;
color: #ffffff;
border-bottom: 1px solid orange;
/*background:url(NavBar.jpg);*/
}
#NavigationLinks a.active{
padding-bottom: 2px;
color: grey;
}
#NavigationLinks a:hover {
border-bottom: 2px solid orange;
padding-bottom: 2px;
color:orange;
}
#NavigationBar {
background: url(NavBar.jpg);
background-repeat:no-repeat;
width: 900;
height:35px;
clear:both;
}
#FooterLinks {
margin: 0;
padding: 0 0 20px 150px;
}
#FooterLinks li {
margin: 0;
padding: 0;
display: inline;
list-style: none;
}
#FooterLinks a {
float: left;
line-height: 14px;
font-weight:bold;
margin: 0 50px 4px 10px;
text-decoration: none;
color: white;
border-bottom: 2px dotted white;
}
#FooterLinks a.active{
padding-bottom: 2px;
color: white;
}
#FooterLinks a:hover {
border-bottom: 2px solid white;
padding-bottom: 2px;
color:white;
}
#FooterBar {
background-color:#333333;
height:34px;
}
</style>