From: Kevin <ke...@dr...> - 2006-08-08 22:04:42
|
> For those keeping score at home I have actually begun implementing the > tweaks to the interface, and I've got to say that it's soooo exciting > seeing things take shape. (check out the bug list, please start adding > things as well so that I don't forget anything). > > However I need some help. I'm trying to get the feeds.php to follow the > different coloured backgrounds, however they're in a table and the way > this was done in panel.php was through the use of php rather than a lis= t > with odd and even elements. > > Could someone have a look into that and send it through to me so that I > can continue with my hacking :). I looked but need a little more to understand what you want to do. The php code assigns the class=3D"even-row" to all even rows (<tr> tag) in th= e table. The odd rows have no class assigned and just use the default tr style. Does an "odd-row" class need to be explicitly assigned to odd rows? --=20 Kevin |