sparks edx
08-10-2006, 09:40 PM
What I'm basically aiming for is to hide my whole entire user lookup with a div element block, and then use another div element with a scroll as a textarea. But what's happening is that the div element block isn't hiding the images, text, or drop-down menu.
I'm pretty new at this, so I don't know exactly if this can be done to a neopet user lookup, or what I'm even doing wrong at this point. The only information I know about div elements is what I've learned in the past hour on this site. The codes I'm using are also from here.
If this helps, heres the code so far.
<div id=layer1 style="position:absolute; top:0; left:0; width:1261; height:920; z-index:; padding:5px; border: #000000 2px solid; background-color:#000000; background-image:url(yourfilename.gif); layer-background-image:url(yourfilename.gif);">
<div style="position:absolute; left:100px; top:100px; width:100px; height:100px; background-color:#ffffff; overflow:auto;">
Your text and images would go here
</div>
I'm pretty new at this, so I don't know exactly if this can be done to a neopet user lookup, or what I'm even doing wrong at this point. The only information I know about div elements is what I've learned in the past hour on this site. The codes I'm using are also from here.
If this helps, heres the code so far.
<div id=layer1 style="position:absolute; top:0; left:0; width:1261; height:920; z-index:; padding:5px; border: #000000 2px solid; background-color:#000000; background-image:url(yourfilename.gif); layer-background-image:url(yourfilename.gif);">
<div style="position:absolute; left:100px; top:100px; width:100px; height:100px; background-color:#ffffff; overflow:auto;">
Your text and images would go here
</div>