my text is moving when you resize you explorer :s

liunx

Guest
This is the website: <!-- m --><a class="postlink" href="http://members.chello.nl/ajsch/Informatica">http://members.chello.nl/ajsch/Informatica</a><!-- m --> <br />
You can see tekst in the middle of the screen on white thingeys. When somebody makes the screen smaller it seems like the tekst is moving. I used this command to get the text on the proper place : <div style="visibility:visible;position:absolute;left:310;top:630;width:400;height:200" coordorigin="0, 100" coordsize="100,100" align="left"> </div><br />
<br />
I really don't know what to do .. :confused:<br />
And i'm hoping any1 here has got a solution for me thx in advance :x<!--content-->that's because the white background is centered on the screen, while the text always remains a fixed distance from the top and left sides of the screen. in other words, the white things can change how far they are from the edge because they remain in the middle no matter what. but the text stays put no matter what.<br />
<br />
also, in Moz1.4b/Win98SE @ 1024*768, the text does NOT stay within the white things at all... because it's utterly independent of them, it appears to overflow outside the white boxes. you've got some work to do, but luckily, it appears that you're more than capable :)<!--content-->Like transmothra said you have used a style with absolute position.<br />
More style info:<br />
<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS1">http://www.w3.org/TR/REC-CSS1</a><!-- m --><br />
<br />
Solution:<br />
Put this .info part in the style in the head:<br />
A.dog:hover {<br />
COLOR: #000000; TEXT-DECORATION: underline<br />
}<br />
.info { margin: 18pt;font-family:Lucida Handwriting, verdana, tahoma, arial, ms sans serif;font-size:7pt; } <br />
<br />
</STYLE><br />
<br />
<br />
and call it in the body:<br />
<div class="info"> <br />
We zijn al aardig ..<br />
bla bla bla ..<br />
.. We zijn hier nu hard mee aan het werk gegaan. </div><br />
<br />
:rocker:<!--content-->I just found the problem you had already a fix for today. On my own pc the letter size wasn't too big but when I came @ school and checked the webbie. It where very BIG letters. Thank you for solving that problem.<br />
<br />
Also the first reply explains me what the problem is. I thought it was the text that was moving but actually the background was moving. I really don't know how to fix this problem. I don't think <br>'ing + &nbsp;'ing will work but maybe it will ? Maybe you guys know if it will work. Oh and maybe if I didn't askes the question very clear: I'm begging here for a solution that will fix that the text will move along with the background ...<br />
<br />
Thx for the reply's already ! :x<!--content-->
 
Back
Top