Css padding and margin shorthands
July 3, 2007
#theundisputeddiv {
margin-top: 10px;
margin-right: 40px;
margin-bottom: 10px;
margin-left: 60px;
}
shorthand for this is
#theundisputeddiv {
margin: 10px 40px 10px 60px;
}
Entry Filed under: css. .
1 Comment Add your own
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed



1.
Ravi | July 11, 2007 at 6:09 pm
As explained in the post: http://sureshjain.wordpress.com/2007/04/17/php-export-database-schema-as-xml/
Cant the same be done in Oracle? I have tried some commands like the xmlelement, but havent had any tactical success. Need some advice urgently. We need to export a database into XML schema.
schastlivtsev@gmail.com
Ravi