fauntleroy
Technical User
Hi All,
I'm starting a website and I have two pages uploaded for testing. On my browser (Camino for Mac), when I go from the "Home" page to the "Company Background" page, the sites jumps a little to the right. It's very frustrating. The only difference is the body text in the yellow area.
I didn't set a "height" for that table, so I don't know what's going on?
Thanks for any help!
Here's the .css for those pages
@charset "ISO-8859-1";
.bodytext {
font-family: "Trebuchet MS", Arial, Verdana;
font-size: 14px;
color: #333333;
margin-left: 13px;
margin-right: 13px;
list-style-image: url(images/curser.gif);
}
.BottomMenuText {
font-family: "Trebuchet MS", Arial, Verdana;
font-size: 10px;
color: #FFFFFF;
}
.RedHeaderText {
font-family: "Trebuchet MS", Arial, Verdana;
font-size: 16px;
font-weight: bold;
color: #B15634;
margin-left: 13px;
margin-top: 13px;
}
#Table_01 {
background-image: url(images/parchment1.jpg);
}
I'm starting a website and I have two pages uploaded for testing. On my browser (Camino for Mac), when I go from the "Home" page to the "Company Background" page, the sites jumps a little to the right. It's very frustrating. The only difference is the body text in the yellow area.
I didn't set a "height" for that table, so I don't know what's going on?
Thanks for any help!
Here's the .css for those pages
@charset "ISO-8859-1";
.bodytext {
font-family: "Trebuchet MS", Arial, Verdana;
font-size: 14px;
color: #333333;
margin-left: 13px;
margin-right: 13px;
list-style-image: url(images/curser.gif);
}
.BottomMenuText {
font-family: "Trebuchet MS", Arial, Verdana;
font-size: 10px;
color: #FFFFFF;
}
.RedHeaderText {
font-family: "Trebuchet MS", Arial, Verdana;
font-size: 16px;
font-weight: bold;
color: #B15634;
margin-left: 13px;
margin-top: 13px;
}
#Table_01 {
background-image: url(images/parchment1.jpg);
}