PDA

View Full Version : Banner Removed from Windows Explorer


Starbuck
Jul-18-2008, 07:52 AM
I can't figure out why my banner displays fine on my Mac but refuses to load on windows machines. I'm a total newbie. It also will load on a windows machine if I switch to "owner" view, but refuses under "visitor"??? I've tried with different image types (.jpg, .gif) to no avail. Here is my current srcipt (I've tried both with and without the last two lines with no change):

#my_banner {
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://www.duvallestudios.smugmug.com/photos/333890339_ya5BJ-O.jpg) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader(enabled=true,sizingmethod=image,src='http ://www.duvallestudios.smugmug.com/photos/333890339_ya5BJ-O.jpg');
}

Any suggestions appreciated. Thanks. :scratch

www.duvallestudios.com

Allen
Jul-18-2008, 08:44 AM
I can't figure out why my banner displays fine on my Mac but refuses to load on windows machines. I'm a total newbie. It also will load on a windows machine if I switch to "owner" view, but refuses under "visitor"??? I've tried with different image types (.jpg, .gif) to no avail. Here is my current srcipt (I've tried both with and without the last two lines with no change):

#my_banner {
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://www.duvallestudios.smugmug.com/photos/333890339_ya5BJ-O.jpg) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader(enabled=true,sizingmethod=image,src='http ://www.duvallestudios.smugmug.com/photos/333890339_ya5BJ-O.jpg');
}

Any suggestions appreciated. Thanks. :scratch

www.duvallestudios.com (http://www.duvallestudios.com)
I clicked the photo link and no photo shows. Make sure external links are on
in its gallery and it's not checked "hide".

btw, you don't need the filter for IE if its a jpg, only pngs.

_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader(enabled=true,sizingmethod=image,src='http ://www.duvallestudios.smugmug.com/photos/333890339_ya5BJ-O.jpg');

Starbuck
Jul-18-2008, 08:50 AM
Thank you, I belive that did it! I'm such a newbie.


I clicked the photo link and no photo shows. Make sure external links are on
in its gallery and it's not checked "hide".

btw, you don't need the filter for IE if its a jpg, only pngs.

_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader(enabled=true,sizingmethod=image,src='http ://www.duvallestudios.smugmug.com/photos/333890339_ya5BJ-O.jpg');