Hey all,
I have some problems regarding my <body> tag and firefox. I am trying to make a css template but somehow this doesnt work. In Internet explorer it works prefectly but firefix gives me a white border around the forum...
Code:
body
{
background-color: #282f30;
background-image: url(images/vRocking/misc/bg.gif);
color: #A7B6BE;
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center
}
can you plz help me?