Kwama King

This message was updated on 11/8/2003 2:30:35 PM by Kwama King
|
Transparent ChatArea Table Backgrounds
replied on: 11/8/2003 2:27:34 PM
ive had a lot of people want this, but its not an option, so i was messing around and figured out its quite easy to do,
you see, you use CSS... now, this will be different for all forums, so your gonna have to be doing some source viewing.. but, it works.
<style type="text/css"> <!-- .tbRow2 { background: transparent; } .tbRow3 { background: transparent; } .tbRow4 { background: transparent; } .tbRow5 { background: transparent; } .tbRow6 { background: transparent; } --> </style>
now, all you need to do, is alter that, and add onto it, for every table row, like say you have like, 20 rows that you want to be transparent, just keep adding all the way up to .tbRow20.. just keep that code in order and put it in your Header of your forum, and it will make the backgrounds transparent.
also, for the title bars, you have to skip a number if you dont want those to be transparent.
since this is CSS you can also do other things with it, so be creative with your tables! 
if there is an easier way, there might be, then you can figure that out, but this is how i did it.
enjoy..
-KK
|