I want to create a dialog box to select a particular icon from a grid of icons .Like this:
I am using jQuery Impromptu dialogs for my other dialog usage .But I dont know how to make this thing .Please help I am new to this.
I want to create a dialog box to select a particular icon from a grid of icons .Like this:
I am using jQuery Impromptu dialogs for my other dialog usage .But I dont know how to make this thing .Please help I am new to this.
I guess you can just put a bunch of links in a container, and put an img inside it.
Then, with a tiny bit of CSS you're there:
Demo fiddle
If you like/need to, you can add some Javascript as well to handle the clicks.
Demo fiddle