English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I would like to repeat an element, a flash element, both horizontally and vertically, beginning and ending at limits specified by me. It seems like the only way to repeat an element is to make it the background, which is only feasible for images, not flash, as far as I know. Does anyone know how to do this?

2007-08-14 07:04:01 · 1 answers · asked by tom h 3 in Computers & Internet Programming & Design

1 answers

Hmmm...I don't think CSS has a mechanism for that...You could set up a div with a set height and width, then let yer app do its own tiling appropriately.

I tend to go the background-image for a sized div route and use background-position: horizontalsomething verticalsomething; ...and set the repeat-x or repeat-y as needed (if needed, and so on...)

You could even set up a div with a link in it, and set up a background-image for that , que no?

2007-08-14 07:32:57 · answer #1 · answered by fjpoblam 7 · 0 0

fedest.com, questions and answers