Joined
·
3 Posts
Hello, I am having some real trouble with working with IE. I developed our club website Raleigh Tournament Chess Club and everything appeared to be working fine in every single browser but I have this nagging issue with previous versions of Internet Explorer not showing the background images. Can someone help me out with this?? Is there some kind of hack for this? Thanks in advance.
The following pretty much comprises the entire top half of the page which is not showing in IE.
there is also an issue with the padding not working. Internet Explorer is really getting on my nerves sorry for venting.
The following pretty much comprises the entire top half of the page which is not showing in IE.
Code:
#site-top {
background:url(../images/site-images/content-top.jpg) top no-repeat;
width:984px;
margin:0 auto;
height:186px;
}
#nav-container {
margin:0 auto;
width:950px;
height:36px;
padding-top: 151px;
}