img.blur { filter: url(#blurFilter); -webkit-filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); -ms-filter: blur(3px); filter: blur(3px); filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); } /* Alignment just for presentation*/ html, body{ width: 100%; height: 100%; display: table; } .imagelist { list-style: none; display: table; > li { display: table-row; > * { display: table-cell; vertical-align: top; text-align: left; padding: 10px; } } } .imageContainer { display: table-cell; width: 100%; text-align: center; vertical-align: middle; height: 100%; }