Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am doing one project. In that I have used jqgrid for grid view. in that jqgrid navigation bar,buttons are there like find, reload,previous page, next page, all are working. but the icons are not visible. I have added text instead of icon for find and reload buttons. but for previous page and next page buttons I don know how to add text or how to make the icons visible.. can any plz help me..

thanks in advance..
Posted
Updated 13-Aug-13 9:58am
v2

1 solution

Debug the source view. Most likely your paths to the images are invalid. Are you using CSS for the images? Try pulling them directly into your page first and get them to work. Then move them back to the CSS once you resolve the issue. That can make it a little easier to debug path issues.

Also, are you using a copied CSS from a jQuery sample? If so, coding the outside the CSS should help you id the issue.

99% of issues like this are due to the path being wrong. Paste your code if you can. Maybe others can help you see the issue.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900