Jacenta
03-28-2006, 06:23 PM
Hey
I was wondering how I could fix this.
My text is how I want it in IE but in FireFox it looks TOTALLY different. It’s like it’s ignoring my text attributes in my stylesheet. ```` I hate firefox… arg. Anyways so could someone open up this page in both browsers and see what I mean:
http://www.tri-m.com/newengineeringsite/batterypacks.html
Trying to make sites compatible in all browsers is so frusterating! lol
Thanks sooooo much to whoever helps me. :D I love how helpful everyone is here.
-Jacenta
/* CSS Document */
html, body
{
height:100%;
}
A:link
{
text-decoration: none;
color:#065c95;
}
A:visited
{
text-decoration: none;
color:#065c95;
}
A:active
{
text-decoration: none;
color:#065c95;
}
A:hover
{
text-decoration: none;
color:#000000;
font-weight:bold;
}
body
{
margin:0px 0px 0px 0px;
padding:0px;
background:#ffffff;
font-family:Georgia;
font-size:62.5%;
}
#topbar
{
background-image:url(http://www.tri-m.com/newengineeringsite/images/topbarbackground.jpg);
background-repeat:no-repeat;
width:100%;
height:70px;
}
#navigation
{
background-color:#075c96;
width:100%;
height:23px;
}
#links
{
background-color:#075c96;
height:23px;
font-size:14px;
font-weight:bold;
padding-left:0px;
padding-right:0px;
}
#content
{
width:100%;
height:69%;
min-height:69%;
vertical-align:top;
}
#title
{
width:100%;
text-align:left;
padding-left:30px;
padding-top:10px;
padding-bottom:10px;
}
#bottombar
{
background-image:url(http://www.tri-m.com/newengineeringsite//images/bottombar.jpg);
background-repeat:no-repeat;
width:100%;
height:70px;
}
#copywrite
{
width:100%;
height:12px;
background-color:#ffffff;
text-align:center;
font-family:Arial;
font-size:10px;
color:#000000;
padding:1px;
margin-bottom:0;
}
table
{
font-size:15px;
}
<!-- Headings -->
h1
{
font-size:16px;
color:#065c95;
margin:0px;
}
<!-- Features Title -->
h2
{
font-size:16px;
color:#f47720;
margin:0px;
}
<!-- Features -->
h3
{
font-size:12px;
color:#065c95;
margin:0px;
}
<!-- Padding for text -->
#textpadding
{
padding-left:30px;
padding-right:30px;
}
I was wondering how I could fix this.
My text is how I want it in IE but in FireFox it looks TOTALLY different. It’s like it’s ignoring my text attributes in my stylesheet. ```` I hate firefox… arg. Anyways so could someone open up this page in both browsers and see what I mean:
http://www.tri-m.com/newengineeringsite/batterypacks.html
Trying to make sites compatible in all browsers is so frusterating! lol
Thanks sooooo much to whoever helps me. :D I love how helpful everyone is here.
-Jacenta
/* CSS Document */
html, body
{
height:100%;
}
A:link
{
text-decoration: none;
color:#065c95;
}
A:visited
{
text-decoration: none;
color:#065c95;
}
A:active
{
text-decoration: none;
color:#065c95;
}
A:hover
{
text-decoration: none;
color:#000000;
font-weight:bold;
}
body
{
margin:0px 0px 0px 0px;
padding:0px;
background:#ffffff;
font-family:Georgia;
font-size:62.5%;
}
#topbar
{
background-image:url(http://www.tri-m.com/newengineeringsite/images/topbarbackground.jpg);
background-repeat:no-repeat;
width:100%;
height:70px;
}
#navigation
{
background-color:#075c96;
width:100%;
height:23px;
}
#links
{
background-color:#075c96;
height:23px;
font-size:14px;
font-weight:bold;
padding-left:0px;
padding-right:0px;
}
#content
{
width:100%;
height:69%;
min-height:69%;
vertical-align:top;
}
#title
{
width:100%;
text-align:left;
padding-left:30px;
padding-top:10px;
padding-bottom:10px;
}
#bottombar
{
background-image:url(http://www.tri-m.com/newengineeringsite//images/bottombar.jpg);
background-repeat:no-repeat;
width:100%;
height:70px;
}
#copywrite
{
width:100%;
height:12px;
background-color:#ffffff;
text-align:center;
font-family:Arial;
font-size:10px;
color:#000000;
padding:1px;
margin-bottom:0;
}
table
{
font-size:15px;
}
<!-- Headings -->
h1
{
font-size:16px;
color:#065c95;
margin:0px;
}
<!-- Features Title -->
h2
{
font-size:16px;
color:#f47720;
margin:0px;
}
<!-- Features -->
h3
{
font-size:12px;
color:#065c95;
margin:0px;
}
<!-- Padding for text -->
#textpadding
{
padding-left:30px;
padding-right:30px;
}