Hello. I want to make one of my pages look the same in IE and FF. There is something wrong with FF, consider these tags:
Hi, I'm a title
Hi, I'm some text
The CSS for this is:
#h1 {
font-weight:bold;
font-family: "Bell Gothic Std Black", Georgia, sans-serif;
font-size: 24pt;
}
.firstParags {
font-family: Constantia, "Lucida Sans Unicode", serif;
font-size: 13.5pt;
text-align: justify;
}
The problem is that there is a larger gap below the first paragraph in FF. Why is it like this and how do I fix it?
2007-12-11
14:06:54
·
3 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design