Shadow Spy Posted December 3, 2006 Share Posted December 3, 2006 Okay, I'm desgning a new lookup and this is what I have so far. http://www.neopets.com/randomfriend.phtml?user=chicobo92 I was wondering how do you make the background faded in the tables so you can see the text? Link to comment Share on other sites More sharing options...
Izzy ♥ Posted December 4, 2006 Share Posted December 4, 2006 The code for this is something like this: <style>p table{width:598;border:3px double black;background:white;filter:alpha(opacity=80)}</style> You change the "black" to whichever colour you want your border to be. The "3px double" can be changed too so you can have dashed, single, etc borders. 3px is the width. You can change the number in "opacity=80" too - lower if you want your background to show through more, higher to show through less. I think that's all, good luck with the rest of your look-up! Link to comment Share on other sites More sharing options...
lynnj Posted January 15, 2007 Share Posted January 15, 2007 I was going to say that lol! Good luck! Link to comment Share on other sites More sharing options...
cloudedsunny Posted January 16, 2007 Share Posted January 16, 2007 I like it! Wish I could be bothered making my own, it all seems like so much time! Link to comment Share on other sites More sharing options...
Recommended Posts