View Single Post
Old 03-19-2009, 09:42 AM   #6
BC-Axeman
Guest
 
Posts: n/a
Default Re: Check it out....

It's my font size conflicting with this code:


p { position: absolute;
top: 350px;
left: 275px;
color: white;
font-size: 13px;
width: 300px;}

p1 { position: absolute;
top: 675px;
left: 275px;
color: white;
font-size: 13px;
width: 525px;}

p2{position: absolute;
top: 1200px;
left: 275px;
font-size: 13px;
width: 525px;
color: white;}

p3{position: absolute;
top: 1650px;
left: 285px;
color: white;
size: 18px;}

I have my fonts set bigger for my old eyes and it causes the absolute positioning to be wrong for my screen. I've seen this on a few other sites as well. Now I know what causes it.
  Reply With Quote