View Full Version : Userlook up text boxes aren't working!


Sarah_000
04-27-2004, 01:10 AM
I use this code

i></i><style type="text/css">

p table {width:530;border:1px solid #660099;background:#FFFFFF;}
b.sotableup {width:530;border:1px solid #FFFFFF;background:#FFFFFF;}
i.return{width:510}
</style>
<b style="overflow:auto; height: 80px; width=530px;" class="sotableup">
<i class="return"> </i>
<b style=color:000000>
Text
</b> <i class="return"> </i>
</b></b>
<b style=position:absolute;l eft:10;top:2;ptsize:3pt;></b>

But the top place where I have my info doesn't have a box around it... The URL is http://www.neopets.com/randomfriend...er=jess_1234541

Sarah_000
04-27-2004, 03:19 AM
Nevermind I got it to work under my other name... But I have another question can you make the boxes kinda see thru?

salomeyasobko
04-27-2004, 05:20 AM
add this to the style part:

filter: alpha(opacity=##); background-color: #FFFFFF;

edit the bold parts with the percentage of opacity and the color :)