Sharky ChatArea.com Owner

| Sticky Row Options posted on: 7/19/2003 9:46:22 PM How can I make certain sticky's stand out.
The sticky rows have numbered class rows starting with 0 and going up by one for every row (sticky0, sticky1, sticky2).
To change the way these rows look you will need to add a style tag to your forum header like the example below. This example will show you how to change the background color of the row.
<style type="text/css"> <!-- tr.sticky0 { background-color: #000000; } --> </style>
*** NOTE *** There is one problem with this. If you do not close your stickys to prevent people from replying to them, and you have more than one sticky. Then they can get out of order. Which means the colors can get out of order of how you wanted it. To get around this, then you should close all stickys. |