fauntleroy
Technical User
Hi there,
I posted this problem earlier and was advised to run a CSS validator on a site I'm working on. That was good advice, and now the site is showing no errors. But I'm still having this problem.
In Camino, on a MAC, the first four links work fine, but when I get to the 5th (Team) and 6th (How We Work) links ... the site jumps to the left.
I realize there is much more text on those pages, and that's what's forcing it to shift. The text is overflowing on those two pages because my height is set to 750 pixels. I can stop the shifting by setting the height to something like 900 pixels (which is taller than the longest text) but I don't like the look of the site when I do that. It's too tall for the pages with less text.
I'd like the site to stay centered, and let the bottom expand downward when needed for pages with lots of text.
Is there a way to do this? I'd be grateful for a solution here cause it's driving me nuts.
Thanks
@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);
height: 750px;
width: 757px;
position: center;
}
.CreditTextSmall {
font-family: "Trebuchet MS", Arial, Verdana;
font-size: 9px;
color: #FBE9D1;
}
I posted this problem earlier and was advised to run a CSS validator on a site I'm working on. That was good advice, and now the site is showing no errors. But I'm still having this problem.
In Camino, on a MAC, the first four links work fine, but when I get to the 5th (Team) and 6th (How We Work) links ... the site jumps to the left.
I realize there is much more text on those pages, and that's what's forcing it to shift. The text is overflowing on those two pages because my height is set to 750 pixels. I can stop the shifting by setting the height to something like 900 pixels (which is taller than the longest text) but I don't like the look of the site when I do that. It's too tall for the pages with less text.
I'd like the site to stay centered, and let the bottom expand downward when needed for pages with lots of text.
Is there a way to do this? I'd be grateful for a solution here cause it's driving me nuts.
Thanks
@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);
height: 750px;
width: 757px;
position: center;
}
.CreditTextSmall {
font-family: "Trebuchet MS", Arial, Verdana;
font-size: 9px;
color: #FBE9D1;
}