Hey guys,
ive been building on a website for the last couple of days, but ive run into some problems! i hope you good guys can help me  ..
ive been a little bit lazy on the css part, so i made a body tag, that would apply to the whole website, or at least so i thought. anyhow here's the css file:
Code:
body {
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
}
a {
text-decoration:none;
color:#000000;
}
img {
border-style:none;
}
.tag_cloud {
padding: 3px; text-decoration:none;
}
it works all fine with mozilla, but with ie, the body tag dosent seem to work. has anyone had this problem before and knows a way to get around it? (without adding h1,h2,p (...) tags instead (i have some unformatted text, which i would have to use the <font> tag on then, and that would be terribly strenuous  )).
One more thing, dosent ie support transparency on png files?? i hate ie
ps. i could post the link to my website so you can see what i mean, but i dont know if torrent files are considered legal on this board? 
|