[Pro] Repeating non-HTML .gif image

Is there a way to vertically tile a .gif image without using HTML boxes (running under HTML 3.2)?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

All background images are tiled unless told otherwise, and since there are no such attributes in HTML 3.2, they always tile, in both dimensions. The only valid way to control tiling in HTML 3.2 is through image size. Make your tiling image wide enough, and it will appear to only tile vertically.

Walter

On Jul 25, 2012, at 10:10 AM, Robert wrote:

Is there a way to vertically tile a .gif image without using HTML boxes (running under HTML 3.2)?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ah, the problem is that I’m not talking about background images, just a graphic that I want to have grow vertically as I need it.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You can’t do that, but if you have a graphic that ends in a solid color, you can combine background color on the parent element with color of the graphic and simulate it. I remember doing that back in the late 90s when HTML3.2 was all we had, and it was very fiddly, but it did work.

http://web.archive.org/web/20070807202953/http://vines.walterdavisstudio.com/group/index.shtml

The little borders on the right sidebar are using that technique. The site is long-dead, but some of it is still around to be looked at.

Walter

On Jul 25, 2012, at 12:30 PM, Robert wrote:

Ah, the problem is that I’m not talking about background images, just a graphic that I want to have grow vertically as I need it.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options