I have an MVC4 project which has the following structure:
/Content/css/sprites/topbar.css /Content/images/topbar.png
/Content/css/sprites/topbar.css
/Content/images/topbar.png
In the c
Try using:
.social ul li a.blog { background: url(@Url.Content("~/Content/img/houseIcon.png")) no-repeat left top; }
For using razor in CSS, see this http://www.codeproject.com/Articles/171695/Dynamic-CSS-using-Razor-Engine