View Full Version : dashed rainbow


spaztastic
04-29-2005, 11:39 PM
i think this is a css problem...
i currently have white dashes on my table borders for my myspace.com profile (i used css), but i want rainbow or at least multi-colors. does anyone know the code?

here's the code i have so far:
<style>
table, td, tr {background-color: transparent; border: 4px; padding:3;} table table {border: 4px;} table table table {border: 4px dashed;border-color: ffffff; background-color: transparent; ffffff; padding:2;} table table table table{border: 2px;}
</style>

Chris
04-29-2005, 11:44 PM
I don't think that that is possible.

spaztastic
04-29-2005, 11:49 PM
i've seen it before...
i just don't remember where =/

Chris
04-30-2005, 12:06 AM
Are you sure it wasn't an image?

spaztastic
04-30-2005, 01:46 AM
Are you sure it wasn't an image?


i don't know, but if it was...how do you suggest going about creating a border by using images?