Mon, 2010-07-19 10:43
Hi all,
I have a div that is being used for a navigation menu and has a percentage width and grows / shrinks with the browser window, in the div I have 2 images ( at top & bottom) with 100% width applied to them so they grow and shink with the div.
in between these these images Im using css to display a background image which is repeated on the Y axis. I cant get this image to adjust with the div like everything else does. I came across the background-size property for css 3, but this isn't supported in all browsers yet.
anyone know I can do this?
Thanks.