Reputation: 5770
In our html we have:
<div id="error2"></div>
This displays dynamic error message.
In the css I have:
#error2 {
background:url(../images/cross.png) left center no-repeat;
color: #ff2217;
font-size:16px;
font-weight:bold;
position:absolute;
top:175px;
left:32px;
}
What I get is:
What I want is:
Upvotes: 3
Views: 3796