I need help!

Feb 14, 2005 17:27

alright..i am not sure if anyone can/will help me. I need to know how to make my site have a text box like this one does...

Read more... )

Leave a comment

Comments 5

cynikiss February 15 2005, 01:48:21 UTC
I would imagine it's done using inline frames. The tags look something like this:

< iframe src="target.html" width="xxx" height="xxx" name="frame" >< /iframe >

Reply

splendy February 15 2005, 03:12:30 UTC
Either that, or an overflowing div layer. I don't remember the exact code for it, but I think that might be what you're looking for. It's kind of like an invisible frame overtop the background.

Reply

cynikiss February 15 2005, 20:53:08 UTC
Overflowing div layers would look like this:

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

Reply


maniac_13 August 6 2005, 09:23:43 UTC
I have made entire sites out of divs, they've never let me down. They don't have to be transparent either. Iframes can be inside them too if needed..

Reply


layout_003 November 27 2005, 00:42:48 UTC
GLOBAL_HEAD<=

<=GLOBAL_HEAD

Reply


Leave a comment

Up