Hi, Ichanged the background color in mywebsite, but the change only happened in FF and not in IE. Any suggestions? Angelo www.domesticcarpartsemporium.com
IE 7 There is a light grey container/div whatever you call it. Background color is white which you can see at top half and bottom half. Post Code. What exactly is wrong.
So theres my problem. I am using IE6 because we have apps at work that dont run on IE7. I will check it out. Thanks for the reply.
body { background-color: #F9F9F9; } Dont delete the part you already have though. add that at beginning of CSS tell me what happens.
body { background-color: #F9F9F9; } body#background { background-color: #F9F9F9; } post the entire css code.
/* Main Template Start */ #page { background-color: #C9C9C9; margin: 0px; padding: 10px; width: 970px; border-style: solid; border-color: #CACACA; border-width: 1px; display: block; } #header { margin: 0; padding: 0; height: 180px; width: 968px; border-style: solid; border-color: #33ccff; border-width: 1px; } .headerimg { margin: 0; background: url('images/logo.jpg') no-repeat; height: 180px; width: 968px; } body { background-color: #F9F9F9; } body#background { background-color: #F9F9F9; } body { margin: 0; padding-top: 10px; padding-bottom: 10px; font-size: 12px; font-family: Arial, Helvetica, Sans-serif; }
I snet you a pm with a picture.. Tell me exactly what is wrong. I would guess it has something to do with the padding?