tiling an html image that is not a css background-image

Domkear

New Member
I have been attempting to put a repeating background image on a website, with the basic CSS\[code\]background-image: url('url_here');background-attachment: fixed;background-repeat: repeat;\[/code\]however, id like to be able to change the size of the image im using on refresh, using javascript. CSS has the function\[code\]background-size: 300px;\[/code\]but unfortunately the COM style object doesnt - see here for what it can do for backgrounds. This leaves me with one option: using an HTML image that repeats itself, that i can then edit with the COM style object. So, boiled down, my question is: is there a way to repeat an HTML image that is NOT a background image? Any help is greatly appreciatted.
 
Back
Top