Click to See Complete Forum and Search --> : expandable bg image with sides


mikmiky
July 27th, 2009, 03:43 PM
Hello there,

I am trying to figure out how I can have this image into my design.
I am using the css and javascript provided by "jqueryui".

Here is the html page: (http://www.eulconsult.eu/test.html)

You can see that the bg image is expandable but I'm loosing the sides obviously (have not used desired image as a result).
How can I easily tell the css to achieve this expandable image with the borders.
I have had a look at the sliding door technique but I can't figure out how to effectively adapt to the given css.
Any help MUCH appreciated. Have been on it for ages.

Sorry again, did not find an option to post links or edit post...
this image (http://www.eulconsult.eu/css/redmond/images/bg_image.gif)
"jqueryui" (http://jqueryui.com/demos/tabs/).

Thanks

PeejAvery
July 28th, 2009, 07:22 AM
You should be breaking this image into 3 parts: left side, middle, and right side. Then, make the middle section 1 pixel wide for the image, but use background-repeat on the CSS side.