Ha ha, after 8 hours trying, finally, I got the solution.
Post the solution if anyone need it.
The solution is:
1. You must set the "transparent" option.
2. You can't have "padding" attribution in CSS setting of the
sfNiftyPlugin div.
For example:
In templates/listSuccess.php
<?php echo
javascript_tag( nifty_round_elements( "div#classbox","transparent") ) ?
<div id="classbox">
<div class="content">
......
</div>
</div>
In web/css.css
#classbox{
margin: 0.5em;
margin-right: 0;
background: #E6E6E6;
}
#classbox .content{
margin: 0.5em;
}
Hope the post can save somebody's time.
Cipher Chien
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---