View Full Version : Userlookup Help Please


isiklepheary
12-28-2005, 01:53 AM
I used to know but forgot. On some userlookup there is a box around the stats. Is that a div element if not what is it. If it is a div element how you get it to go around your stats?

SSPrincess
12-30-2005, 09:15 PM
First, it's not a div, it's a table. And second, this is the code to put a box around your stats:
<style type="text/css">
p table{width:530;border:1px solid white;}
b.tabledesc {border-right: white 1px solid; border-top: white 1px solid;
filter: alpha(opacity=90); border-left: white 1px solid; width: 530px; border-bottom: white 1px solid;}
i.return {width: 525px}
i.small-return {width: 220px}
b.leftcontent {left: 10px; width: 225px; position: absolute}
b.rightcontent {right: 25px; width: 220px; position: absolute}
</style>

Hope this helps. Have a nice day! =)