Warcat14
11-02-07, 07:32
Hey all.
I've been building up a website for some times now, trying to script everything myself. Now I've stumbled upon something I can't fix, it's the PNG support problem.
I've tried about 8 different fixes to make it transparrent, 7 of them work but the problem I get with all of them is that I can't align the background image. It just gets stuck in the top left corner and no css or align functions work.
Preview (http://evior.net/Evior.htm)
I'm trying the iepngfix.htc (http://evior.net/iepngfix.htc) at the moment, this is the main css style:
img, #sideart {
background-image:url(images/sideart.png); background-position:center; background-repeat:no-repeat;
behavior: url(iepngfix.htc);
}
Too bad that the background-position doesn't function anymore
<table width="100%" border="0" cellspacing="0" cellpadding="0" id='sideart' align="center">
this is where it's integraded, within the second table, align doesn't work either.
I'm a bit tired of trying so I hope that someone can find anything to fix this.
I've been building up a website for some times now, trying to script everything myself. Now I've stumbled upon something I can't fix, it's the PNG support problem.
I've tried about 8 different fixes to make it transparrent, 7 of them work but the problem I get with all of them is that I can't align the background image. It just gets stuck in the top left corner and no css or align functions work.
Preview (http://evior.net/Evior.htm)
I'm trying the iepngfix.htc (http://evior.net/iepngfix.htc) at the moment, this is the main css style:
img, #sideart {
background-image:url(images/sideart.png); background-position:center; background-repeat:no-repeat;
behavior: url(iepngfix.htc);
}
Too bad that the background-position doesn't function anymore
<table width="100%" border="0" cellspacing="0" cellpadding="0" id='sideart' align="center">
this is where it's integraded, within the second table, align doesn't work either.
I'm a bit tired of trying so I hope that someone can find anything to fix this.