|
Post by tunescool on Jun 29, 2010 5:15:32 GMT -8
the relocation wasnt working before, it is now, maybe one of my table problems. but the bg in the infocenter was working, you did it, but its not working now. i dont have events now but i want to get it worked out. i have so many different threads i cant find it, i ave an event for today you can see
|
|
|
Post by Wormopolis on Jun 29, 2010 9:37:49 GMT -8
change
if (tds.className=='catbg' && tds.innerHTML.match(/(forum statistics|today's birthdays|users online|active users|todays events)/i)) {
to
if (tds.className=='catbg' && tds.innerHTML.match(/(forum statistics|today's birthdays|users online|active users|events this month)/i)) {
|
|
|
Post by tunescool on Jun 29, 2010 12:22:34 GMT -8
that did it, is there a way to get rid of the line under forum statistics in the relocation?
|
|
|
Post by Wormopolis on Jun 29, 2010 15:32:50 GMT -8
its from the table having cellspacing. if you get rid of that line, you get rid of the line above it, and between the boxes with lists of names as well.
You have a cell with style="border-top:#000000 1px solid;"
in it.
|
|
|
Post by tunescool on Jun 29, 2010 20:04:23 GMT -8
thats not near my tables at the top is it?
|
|
|
Post by Wormopolis on Jun 29, 2010 23:53:02 GMT -8
its the cell you have the events being relocated to.
|
|
|
Post by tunescool on Jun 30, 2010 3:20:26 GMT -8
i was just looking at the tables, i didnt wanna screw with what you made. thanks dude
|
|
|
Post by Wormopolis on Jul 1, 2010 22:30:21 GMT -8
its fine if you want to remove that border. its what is making that line appear. delete the border part and see hwo it looks.
|
|
|
Post by tunescool on Jul 1, 2010 23:38:21 GMT -8
i did that already, it got rid of it
|
|
|
Post by Wormopolis on Jul 1, 2010 23:42:06 GMT -8
excellent.
|
|