Text over Image but what with RESOLUTION – Text is moving ?
-
I have added a text over a background image. No problem with that but on different screen resolution the text is in different place. When I resize the IE window the text is moving as well. How can I make it stay in one place: I used this code, which I added to my sidebar.php.
I have tryed to chnage px to % but nothing helps the text is still moving.
<style type=”text/css”>
<!–
#apDiv1 {
position:absolute;
left:58px;
top:78px;
width:59px;
height:23px;
z-index:1;
}
–>
</style>
</head><body>
<div id=”apDiv1″>TEXT</div>
</body>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Text over Image but what with RESOLUTION – Text is moving ?’ is closed to new replies.