views:

35

answers:

1
A: 
Jon Harding
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
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
Does the image have to be the same height as the input?
badnaam
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