Log in

View Full Version : CSS Alternating Tables


defi
07-19-2004, 10:00 PM
With Cascading Style Sheets everywhere in vb3, I'm going to discuss a cool little mod which will help bring a graphic heavy style to the full extent of "sweet" (haha).

description
Basically, this mod creates a left and top lighter or darker border in your alternating table colors (alt1 and alt2 css definitions).

screenshots
put in attachments at bottom.

modification instructions

Open up Styles & Templates > Style Manager > (choose style) > All Style Options

Now, scroll down to the First Alternating Color (alt1)

In the Extra CSS Attributes, put the following code in.

border-top: #FFFFFF 1px solid;
border-left: #FFFFFF 1px solid;

Now go down one to Second Alertnating Color (alt2)
In the Extra CSS Attributes, put the following code in.

border-top: #FFFFFF 1px solid;
border-left: #FFFFFF 1px solid;

you're now finished!



modification notes
depening on what background(s) you're using for the alternating colors, you may want to use a lighter version of the hex, or a darker version; Just expirement! :)

You may want to make sure you have an inner border set! Make sure it's a darker hex color then the hex you use for this mod!

I don't require any tags that state my work on this, but it'd be great to have feedback!

I'll offer and tips/support on this modification in this thread or pm.

Thank You!

Much Regards,

Jonathan

legendarysk8er
07-22-2004, 02:51 AM
Omgz Nice Hackz!

Creative210
07-22-2004, 07:39 AM
Nice CSS Mod. Thank you.

sphinx
07-22-2004, 02:21 PM
excellent m8 clicks install ;) note this will also work in the footer extra css too,a very useful m8 again thank you

imported_infernonet
07-22-2004, 08:16 PM
Nice hack will be usefull to many people. Good work!

Tony G
07-23-2004, 05:02 AM
This is a very nice effect - nice mod! :)

Sadie Frost
07-23-2004, 03:50 PM
Ah that looks great :) Thank you!