Skip to content

Instantly share code, notes, and snippets.

@lxneng
Created May 31, 2011 12:27
Show Gist options
  • Select an option

  • Save lxneng/1000424 to your computer and use it in GitHub Desktop.

Select an option

Save lxneng/1000424 to your computer and use it in GitHub Desktop.
div>img居中显示

div>img居中显示

html:

   <div class="bodyShape">
       <img src="${tools.static_url('media/images/SHAPE_'+user.body_shape+'_96_transparent.png')}"
alt="${user.body_shape}" />
   </div>

css:

.bodyShape img{ display:block; margin:0 auto 2px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment