Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

site is "jumping" to the right 1

Status
Not open for further replies.

fauntleroy

Technical User
May 21, 2008
46
0
0
US
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);
}
 
You don't have a full and valid doctype, so any browser will have to guess as to your intentions. Supply a full and valid doctype, then see if the problem persists. If it does, make sure that the site validates. When it does come back if you have any further problems

___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
Steam Engine Prints
 
Great advice. The jumping problem is fixed.

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top