.row.userInfo { position: relative; height: 45px; padding: 0 !important; overflow: hidden; color: #aaa; } .row.userInfo .userBackground { position: absolute; top: 0; left: 0; right: 0; height: 100%; overflow: hidden; background: #444; z-index: 1; } .row.userInfo .userBackground img { width: 100%; height: auto; margin-top: -40%; opacity: 0.35; filter: blur(5px); filter: Alpha(Opacity=35, Style=0), Blur(Add=true, Dirrection=0, Strength=20); } .row.userInfo .userForeground { position: absolute; top: 0; left: 0; right: 0; z-index: 5; } .row.userInfo .userForeground img.avatar { float: left; min-height: 32px; max-height: 32px; margin: 6px 15px; margin-right: 10px; } .row.userInfo .userForeground .username { float: left; margin: 12px 15px 12px 0; color: white; text-decoration: none; } .row.userInfo .userForeground .link { float: right; margin: 12px 15px 12px 0; color: white; text-decoration: none; }