Skip to content

Instantly share code, notes, and snippets.

@mipmip
Created July 11, 2013 12:15
Show Gist options
  • Select an option

  • Save mipmip/5974937 to your computer and use it in GitHub Desktop.

Select an option

Save mipmip/5974937 to your computer and use it in GitHub Desktop.
vertical-align-fix.css for IE6
/* works for IE 6 en IE 7 */
.lwcomlistitemimgshadow img
{
margin-top:expression(((this.parentNode.parentNode.clientHeight-this.clientHeight)/2) +"px");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment