Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Hacks and Modifications

Post Reply
 
Thread Tools
  #11  
Old 02-23-2007, 02:51 PM
owen-b Offline
pp veteran
 
Join Date: Aug 2006
Posts: 58
I'll look into the code and see if I can work out what you mean about opacity and alpha for disabling the effect in IE, and if it actually works for me, cheers!

A seperate problem - since implementing the code, the text on my page such as the image title at the top, and the footer stuff at the bottom, sometimes renders much thinner than it should, and sometimes it's fine. It seems to be a side-effect of this fader script. Any ideas?
Reply With Quote
  #12  
Old 02-23-2007, 03:17 PM
austriaka's Avatar
austriaka+ Offline
Team Pixelpost
 
Join Date: Nov 2006
Location: Germany
Posts: 1,175
Send a message via ICQ to austriaka Send a message via AIM to austriaka
perhaps the fading is "cascaded" into the other divs? Try to put them outside the div which fades

KArin
__________________
Uh!log Photoblog
My Addons
Reply With Quote
  #13  
Old 02-23-2007, 03:34 PM
owen-b Offline
pp veteran
 
Join Date: Aug 2006
Posts: 58
Hmm. They're all in either the header or the footer div. I guess they could be being affected because the template for Pixelpost doesn't have a specific 'image' div. It just sits in the body. Could that be why? Should I create a div fo the image area that's got no CSS formatting, so that it inherits the body formatting but serves to isolate the script call?
Reply With Quote
  #14  
Old 02-23-2007, 03:42 PM
austriaka's Avatar
austriaka+ Offline
Team Pixelpost
 
Join Date: Nov 2006
Location: Germany
Posts: 1,175
Send a message via ICQ to austriaka Send a message via AIM to austriaka
try it :-)
KArin
__________________
Uh!log Photoblog
My Addons
Reply With Quote
  #15  
Old 02-23-2007, 04:14 PM
owen-b Offline
pp veteran
 
Join Date: Aug 2006
Posts: 58
Took a couple of refreshes to propagate but seems to have worked!

I've commented out the line that serves IE with the fade code, so now IE users see no fade, but also no specks. Annoying, but that's the IE-users problem, not mine. All Firefox/Safari/etc users are still rewarded with a fade
Reply With Quote
  #16  
Old 02-24-2007, 08:39 PM
owen-b Offline
pp veteran
 
Join Date: Aug 2006
Posts: 58
Update - it's not worked at all. The script-caller and the photo is inside a div that literally contains no CSS information at all but the text top and bottom of my page is still being randomly affected.
Reply With Quote
  #17  
Old 03-05-2007, 07:12 PM
owen-b Offline
pp veteran
 
Join Date: Aug 2006
Posts: 58
I ended up disabling the effect in IE - but some people have been saying it's still showing up on their version of IE even without the fade effect in operation.

Any news on what causes the speckle?
Reply With Quote
  #18  
Old 03-05-2007, 07:21 PM
GeoS's Avatar
GeoS+ Offline
Team Pixelpost
 
Join Date: Apr 2005
Location: Warsaw, Poland
Posts: 3,613
Send a message via ICQ to GeoS Send a message via Skype™ to GeoS
Cache of IE? :P
__________________
photoblog | portfolio | addons | Donate
Reply With Quote
  #19  
Old 07-25-2007, 09:45 PM
joshunger Offline
forum loafer
 
Join Date: Jul 2007
Posts: 1
Looks like it might be related to setting a explicit width and height of the div tag that has the filter... so if you have -

Code:
<div style="width:100px;height:100px;filter:progid:DXImageTransf...
Try -

Code:
<div style="width:100px;height:100px">
<div style="filter:progid:DXImageTransf...
</div>

-josh
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 10:22 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs