positioning text?

div#text1, div#text2, div#text3, div#text4, div#text5, div#text6, div#text7, div#text8, div#text9,
div#text10,
{color:#222222;
font-family:Verdana;
position:absolute;}
div#text3 {font-size:29px;
top:60px;
left:300px;}



using the above code to position text how can i do it using % so its the same on every screen? (there links btw)

thanks for any help
cyaz
andyJust use % instead of px units of measure.
 
Top