PDA

View Full Version : HTML help



Rye
07-04-2003, 11:24 PM
I just made a layout for a site I'm gonna make... Whats the code for text boxes? I want the text box to go over the light area. ^.^

Pancaek
07-05-2003, 05:50 AM
I think it's something like this:

&lt;div style=":bou::bou::bou::bou::bou::bou::bou::bou::bou::bou: absolute; top: <i>(# of pixels from top of screen)</i>px; left: <i>(# of pixels from left of screen)</i>px; width: <i>(# of pixels wide)</i>px; height: <i>(# of pixels high)</i>px;"&gt;
<b>(put everything you want in here)</b>
&lt;/div&gt;

If it doesn't scroll, then I don't know what to do. I haven't used divs like that for a while, so I've forgotten how to make it scroll.

Rye
07-05-2003, 01:10 PM
Thanks ^.^ I'm gonna g try it now :D