gehuangyi20 / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Problem with getting my Images to repeat??? #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I am trying to optimize for IE6. My website is secure and not open to
the public at the moment.

2. I use png files everywhere, I wnat to use this handy tool. I just dont
understand why my background images dont repeat.

3.

What is the expected output? What do you see instead?
THe content window and Header have images that repeat over the whole
background and produce a nice transparent black layer that wraps the content. 

What version of the product are you using? On what operating system?
I am using dreamweaver to code my css/html and using wordpress as a CMS and
testing the compatibility  with IE TESTER.

Please provide any additional information below.
It weird cause i see the images span the area i want then that script takes
it and renders the alpha then it wont repeat it. 

:P its buggin me out....

Original issue reported on code.google.com by JRY...@gmail.com on 21 Aug 2008 at 6:56

GoogleCodeExporter commented 9 years ago
Same issue here... all my css list navigation menus with repeat backgrounds 
will not
repeat but the transparency is fine...

looking into using the following fix for this
http://www.dillerdesign.com/experiment/DD_belatedPNG/ ... 

Original comment by gallupp...@yahoo.com on 6 Jun 2009 at 9:54

GoogleCodeExporter commented 9 years ago
PNG
The script only fixes images named: *-trans.png

Unfortunately, the transparent background image cannot be tiled (repeated) using
background-repeat. Nor can it be positioned using background-position. 

Original comment by xavier.m...@gmail.com on 11 Jun 2009 at 8:45

GoogleCodeExporter commented 9 years ago
Just to repeat the last comment:

> Unfortunately, the transparent background image cannot be tiled (repeated) 
using
background-repeat. Nor can it be positioned using background-position. 

There is no known fix for this without altering the content of the document.

Original comment by dean.edw...@gmail.com on 9 Feb 2010 at 12:29