absolute positioning on my div...
OK my website is here. just so you know I'm not very good at coding and stuff. Anyways I made a div (the scrolling box thing) and that's where all my text is. And i used the absolute positioning thing too so i could put it anywhere i wanted on the page. So i positioned it so that it would go where the blue box thing is on my pig layout.
Code:
<div style="overflow: auto; position: absolute; left: 290px; top: 420px; height:148px; width: 260px; border: none;">
Text here
</div>
but when you resize the page, the whole box moves around so it's not where i wanted it to be anymore..
On this website I think she used the absolute position thing too. but when you resize the page it stays where it is.
im really confused, if anyone could help... it would be great