[jQuery] how do i use display: table-row; instrad of display: block; with the show() effect on table rows?
<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><div style="text-align: left;">Hey,
well the title really says it all..
i`m trying to add/delete table rows with jquery and that`s working.. the bad thing is that jquery makes the rows that i do with the show() effect (this line: $(newObject).show("slow");) with display: block; and that distroys the way the table should look. if i could just set it to table-row just for the ones where that`s needed..
and that`s the question. how do i make it so that when the show() effect is done on divs it`s using display: block; and when it`d don`t on table elements it should be using display: table-row; perhaps a syntax change for the effects? adding this option..?
Any help would be gread.
Thanx in favor.
</div><br /><hr />Probeer Live.com: je eigen persoonlijke opstartpagina met alleen de dingen die jij belangrijk vindt op één plek. <a href='http://www.live.com/getstarted' target='_new'>binnen één omgeving.</a></body>
</html>_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/