Jon Harding
2010-10-06 18:11:07
A:
No good at images, that's why I was hoping I could use the jquery graphic somehow :). Anyway to swing this within the standard jqueryui? Also, rather not create other images for extra download (even if I was capable!)
badnaam
2010-10-06 18:16:43
Sure you could do it all with CSS, you just have to be creative with your CSS. Facebook is using an image sprite for theirs "http://static.ak.fbcdn.net/rsrc.php/zC/r/pluchFZRq3G.png" and then CSS to create the borders.
Jon Harding
2010-10-06 18:19:48
Does the image have to be the same height as the input?
badnaam
2010-10-06 18:32:04
technically no the image could be a background and you could position it so that it looks like it lines up, but if you aren't that familiar with using images/backgrounds that would be the easiest route.
Jon Harding
2010-10-06 18:38:57