Category Archives: Designer

Solve the Delay in Mouse Over Effect for button

When using mouse over we use two images for the mose over effect for writing css. We observed a delay Images used are given below Normal state:- Over state:- See below for normal sprite methos shop-now-btn { background: url(“../images/btn-shopnow.png”) no-repeat … Continue reading

Posted in Designer | Leave a comment

Select Box Issue in Updated Firefox

Before: After: First we need to surround our select box element with a div container: <div> <select> <option>Here is the first option</option> <option>The second option</option> </select> </div> Next we need to add CSS to make sure that the elements of … Continue reading

Posted in Designer | Leave a comment