With my Xanga I have got this layout (http://www.xanga.com/kier1989). And I want the same layout with my site, I have got rid of the text that says profile ect. but I cant get a text box where I want it (The same place it is in my Xanga). I sort of got it there but I want it transpartent <Sp?>.
Any ideas?
luvhartz
09-18-2005, 12:27 PM
cant you swap the textbox for a DIV? you can code it so it scrolls and they are automatically transparent?
EDIT: BTW i am absolutly LOVING that layout, you have great taste
cant you swap the textbox for a DIV? you can code it so it scrolls and they are automatically transparent?
EDIT: BTW i am absolutly LOVING that layout, you have great taste
What is the code for DIV?
luvhartz
09-18-2005, 12:52 PM
<div style="overflow:auto; width:numberpx; height:numberpx; position: absolute; left:numberpx; top:numberpx;">CONTENT HERE</div>
That wont give you a border, if you want a border then you add this to your style bit you can change the width and colour:
border: #000000 1px solid;
(dont forget the space before that if it follows a ; )
Anything else?
Kerry
Thanks for that, one more thing how do you make it have scroll bars so it stays in that space?
luvhartz
09-18-2005, 01:30 PM
sorry i dont understand what your asking me?
I want it like a text area so it does not take up much space, but you can scroll down. Does that make any sence?
luvhartz
09-18-2005, 01:56 PM
i think i get what you mean..
Where it says position: absolute; top: numberpx
you just have to make the number big enough so it the main page will automatically scroll down to view the rest of it, also make sure you make the height of the div big enough.
If the Div is placed so that it is too far down the page to see the page around it will automatically scroll anyway.
Hope that amkes sence
Kerry
Thanks, for helping me with that, it works now.