View Full Version : ^__^;; I need help again... sowwies.


YourLucidEnigma
03-23-2003, 02:16 AM
I seen in Lissa's CSS tutorial that you can position images exactly. And I've looked all over her site to see if you could exactly position text or links. I don't know if I looked over it or if you just can't do it at all, but I couldn't find it. Please help! THANX A BUNCH ^_^ and thanks again to Starlet. You really helped a lot and I appreciate it.

Alcy
03-23-2003, 02:29 AM
Positioning text is almost the same as positioning images :)

<div style="position:absolute; top:#; left:#;">
TEXT HERE.
</div>

Just change the #s

selphie
03-23-2003, 03:13 AM
And to make it scroll:

<div style="position:absolute; top:#; left:#;">
<div id="NAME" style="width:#; height:#; overflow:auto;">
</div>
</div>