|
|
Author: * Bithiah Nebet -
0 Posts
on this thread out of
48 Posts
sitewide.
Date: May 4, 2004 - 01:40
Want to change the background of the tables that grab the sample text from your journals? I posted a partial solution to this problem days ago, but it has some limitations.
...
OK, the partial solution was just plain dumb. I was trying to count my fingers using the Pythagorean Theorem, when I could just do this:
<style type="text/css">
td * div * div { background-image: url("yourbackground.gif");
background-color: colorgoeshere; }
</style>
CSSly speaking, it isn't too elegant, but who cares? The code is IE and NN friendly, and it should work if you have more than one journal, too.
Would anybody with multiple journal disorder care to test it?
|
|