html - Page Formating On Different Monitors -
i have began make webpage , have run problem. format looks strnge on monitors. have change div work on other computer monitor differnet mine.
<div style="position:absolute; top:100px; left: 15%; width:950px; height:1150px">
i wondering if there way fix this. have background image , on different monitors text can shifted way left. there way fix this?
p.s. thought of adding text box put percent , have position left in div.
minimal use of property,
position:absolute
is way code. use when there no other options. if can same task using relative or static, prefer first.
Comments
Post a Comment