I have a div with this class :
.news{
width:710px;
float:left;
border-bottom:1px #000000 solid;
font-weight:bold;
display:none;
}
And I'd like with some jQuery methods remove that display:none; (so the div will showed) and than add it again (so the div will shadow).
How can I do it? Cheers