I don’t know if anyway uses myspace anymore, but I came across a pretty cool CSS trick the other day that I thought I’d post here.

In his post on hacking myspace layouts, Mike Davidson explains how to increase your friends count to the billions with the following CSS:

.redbtext:after { content: “ billion”;}

</b>

I decided to do something similar:

.redbtext:after {content: “997354”; }

</b>

Check out the result:

(Aside: I never was a big fan of Myspace–maybe because I was on Facebook first–but there it seems that now are lots of slicker alternatives (virb, vox, etc.). Anyone got suggestions for other cool social sites to check out?)