GOAT2G
05-08-2007, 10:35 PM
Hi, I'm a new member here. I joined up because my expertise in CSS is rather limited to say the least.
I'm currently working on a site in Dreamweaver but I am having some problems regarding line height - it differs substantially between IE7 and Firefox. Take a look for yourselves:
http://www.admasu.karoo.net/mbconnection/main.html
The first line is much lower in FF than it is in IE7. Is anyone able to offer any help?
Here's the CSS code:
(".bodytext1_headings" applies to the first line of text that I am having trouble with)
.backdrop {
horizontal-align: middle;
margin-top: -375px;
margin-left: -500px;
position: absolute;
left: 50%;
top: 50%;
}
.bodytext1 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
margin-top: -110px;
margin-left: -317px;
position: absolute;
left: 50%;
top: 50%;
height: 279px;
width: 500px;
overflow-y: auto;
overflow-x: hidden;
font-size: 12px;
}
.bodytext1_headings {
font-size: 20px;
font-weight: bold;
}
.background {
background-color: #000000;
}
BODY {
overflow-y: hidden;
scrollbar-base-color: #808080;
scrollbar-face-color: #808080;
scrollbar-track-color: BACKGROUND;
scrollbar-highlight-color: LIGHT;
scrollbar-3dlight-color: #808080;
scrollbar-shadow-color: DARK;
scrollbar-darkshadow-color: #808080;
scrollbar-arrow-color: #EFEFEF;
}
I'm currently working on a site in Dreamweaver but I am having some problems regarding line height - it differs substantially between IE7 and Firefox. Take a look for yourselves:
http://www.admasu.karoo.net/mbconnection/main.html
The first line is much lower in FF than it is in IE7. Is anyone able to offer any help?
Here's the CSS code:
(".bodytext1_headings" applies to the first line of text that I am having trouble with)
.backdrop {
horizontal-align: middle;
margin-top: -375px;
margin-left: -500px;
position: absolute;
left: 50%;
top: 50%;
}
.bodytext1 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
margin-top: -110px;
margin-left: -317px;
position: absolute;
left: 50%;
top: 50%;
height: 279px;
width: 500px;
overflow-y: auto;
overflow-x: hidden;
font-size: 12px;
}
.bodytext1_headings {
font-size: 20px;
font-weight: bold;
}
.background {
background-color: #000000;
}
BODY {
overflow-y: hidden;
scrollbar-base-color: #808080;
scrollbar-face-color: #808080;
scrollbar-track-color: BACKGROUND;
scrollbar-highlight-color: LIGHT;
scrollbar-3dlight-color: #808080;
scrollbar-shadow-color: DARK;
scrollbar-darkshadow-color: #808080;
scrollbar-arrow-color: #EFEFEF;
}