Author Topic: images in pager button not showing  (Read 5989 times)

mgwalm

  • Newbie
  • *
  • Posts: 6
    • View Profile
images in pager button not showing
« on: October 31, 2013, 02:28:04 pm »
why aren't the images in pager buttons not showing, eg, the following is the html output for one of them

<button title="First Page" type="button"></button>

no classes?

I have the images in a folder called images under the folder containing my css files.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: images in pager button not showing
« Reply #1 on: October 31, 2013, 02:45:13 pm »
Are you using bootstrap or some other library which conflicts with jQueryUI

you can see the resolution here:

https://github.com/paramquery/grid/issues/42

mgwalm

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: images in pager button not showing
« Reply #2 on: November 01, 2013, 01:56:09 am »
Yes, that solved it.

Thanks.