Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I have a jQuery plugin (jcarousel) that creates a rotating carousel of pictures. Each of these pictures was originally designed to have a hyperlink button carrying the user to box office site. The buttons are images with text in them.

I have altered the button image to a blank canvas in which I can change the text based on the event. I need to:

1) Adjust the background images (which are either cropping or masking) so they resize/display correctly. I would like to move the images to the html file so I can make easy changes without navigating the css each change.

2) Adjust the button to resize based on the text in the hyperlink.

3) Adjust the text in the button to display centered horizontally and vertically in the button, wrapping text if the button exceeds a certain size.

I know this is a lot in one question, so please feel free to answer any part of the question, or maybe comment on changing the way I am handling these tasks.

Rather than paste code here, the files are located at http://www.nightaliveent.com/builds/testing/ with the actual page named "testpage.html".

share|improve this question

closed as off topic by John Conde Jul 26 '12 at 20:17

Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.