is there any way to fade in a table row?
I have a php script that ads rows one per second.
I wanted to know if there was css that would force the <tr> to fade in?
Anyone have an idea?
Thanks you guys.
is there any way to fade in a table row?
I have a php script that ads rows one per second.
I wanted to know if there was css that would force the <tr> to fade in?
Anyone have an idea?
Thanks you guys.
I wanted to know if there was css that would force the <tr> to fade in?
Hi,
CSS is not capable of fading anything in. That would fall under “behavior” and it would be a scripting job.
fair enough and thanks for the reply.
thought i remembered some old dhtml or something back in the day, guess that would be javascript or similar.
Thanks again so much.
Jquery provides nice tools for this (and it is a library so the code is very simplified)