I have tried using version 4 and version 5 of the script, but both behave in the same manner. Any help would be appreciated.
Thanks,
JT
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 202.137.--.--
Posted:
Probably a bug on your computer or something! Have you tried it on another computer, or with updated graphics drivers on your one? If it can't be resolved, perhaps consider switching to PNG8 or GIFs.
- Angus.
3) JTGroup: Guests IP: 71.233.--.--
Posted:
Yeah, it's happening on multiple computers (mine with XP Pro and IE6, and another with Windows 2000 and IE6). That made me think it was something to do with my implementation of the utility, but it's pretty idiot proof, so I don't see where I could have gone wrong.
I'll have to do some testing with PNG8 as opposed to PNG24 which I'm using now. Otherwise, I'll just have to create a whole new template that uses GIFs for older browsers. Ugh.
Thanks for your time. I'll post an update for others' future reference.
4) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 202.137.--.--
Posted:
Damn. Try a simpler layout and/or reducing the number of PNGs perhaps.
- Angus.
5) JTGroup: Guests IP: 71.233.--.--
Posted:
Yeah, I can only think it's related to the number of transparent images I am using; there are a lot of transparent drop shadow images layered over a gradient background.
So I looked into PNG8, but was limited by the fact that transparency can only be associated with one color in the palette by default in PhotoShop (basically no different than GIF). I downloaded the utility PNGNQ (see URL 1 below) to convert my PNG24's to PNG8's with the intent of preserving the transparency after reading various articles (see URL 2 below), but just couldn't get the quality I was after.
In order to er on the side of caution, I am going to use a server-side browser sniffer, and display a GIF based template with a solid color background if the version indicates it will not support transparent PNGs.
6) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 203.173.--.--
Posted:
Thanks for the links!
You could always use "conditional comments" to deliver one stylesheet to <= IE6 and another to more modern browsers, that's a clean and maintainable solution too.