Bexkeximing
New Member
I'm making a website and I've entered some text. It looks fine on some resolutions but in others text changes position. By that I don't mean it moves in the sense that it becomes bigger or smaller.My code in css:\[code\].text1 { position:relative; top: -1046px; left: 107px; max-width:800px; font-family:Arial,Helvetica,sans-serif; font-size: 25px;}\[/code\]This is the weird part: if I take out \[code\]font-family:Arial,Helvetica,sans-serif;\[/code\] then it's fine and it will not move.