View Full Version : I.E works perfectly Firefox does not. Help Please!
Zwingli76
Nov-09-2008, 09:39 AM
Hi Folks,
I've been messing around with smugmug for a while and getting more comfortable with the customizing. I'm loving it. One thing I have not been able to fix is the following.
My homepage banner shows up nicely in I.E. 7 but I loose the header completely in Firefox and the navigation menu on the right o my screen moves all the way up. Has anyone else experienced this? Any fixes?.
Thanks,
Paul
http://www.myartfactory.com
Allen
Nov-09-2008, 11:42 AM
Hi Folks,
I've been messing around with smugmug for a while and getting more comfortable with the customizing. I'm loving it. One thing I have not been able to fix is the following.
My homepage banner shows up nicely in I.E. 7 but I loose the header completely in Firefox and the navigation menu on the right o my screen moves all the way up. Has anyone else experienced this? Any fixes?.
Thanks,
Paul
http://www.myartfactory.com
Remove this html out of your CSS.
<div id="bioText">Blackmon Photography, Paul Blackmon Portraits, Engagements, Senior Pictures, Ripon, California pictures, wedding, shoot, printing</div>
********>
Rest of slideshow code.
</********
Why are you only allowing it to be 1x1? Should be actually photo size. Also
turn external links on in it's gallery.
.smuglogo {
width: 1px !important;
height: 1px !important;
...
Zwingli76
Nov-09-2008, 12:14 PM
Thanks Allen for your quick response. I appreciate it.
I followed your instructions and the navigation bar is now in the right place. However, my logo/banner in firefox is still not visible. It does show the mouseover where the banner is supposed to show. Any ideas?
Thanks again,
Paul
http://www.myartfactory.com
Allen
Nov-09-2008, 12:48 PM
Thanks Allen for your quick response. I appreciate it.
I followed your instructions and the navigation bar is now in the right place. However, my logo/banner in firefox is still not visible. It does show the mouseover where the banner is supposed to show. Any ideas?
Thanks again,
Paul
http://www.myartfactory.com
Go to the gallery that your banner photo is in and make sure external links are checked yes.
Zwingli76
Nov-09-2008, 03:30 PM
Gallery was set to show (yes) external links. Any other suggestions?
Thanks,
Paul
http://www.myartfactory.com
Allen
Nov-09-2008, 03:42 PM
Gallery was set to show (yes) external links. Any other suggestions?
Thanks,
Paul
http://www.myartfactory.com
You didnt' have the correct photo in this.
.smuglogo[class] {
background-image: url(/photos/399635107_DM8Z6-O.png) !important;
}
Also increase the width so the whole thing shows.
.smuglogo {
width: 480px !important;
height: 100px !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true,
sizingMethod=image src='http://www.smugmug.com/photos/399635107_DM8Z6-O.png') !important;
}
Zwingli76
Nov-09-2008, 04:39 PM
Allen, You're my hero. In the Smuglogo [class], the banner was indeed linked to the incorrect poto . It seems that I.E. 7 is slightly more forgiving than Firefox.
Thank you very much for your speedy responses.
Paul
http://www.myartfactory.com
Allen
Nov-09-2008, 04:55 PM
Allen, You're my hero. In the Smuglogo [class], the banner was indeed linked to the incorrect poto . It seems that I.E. 7 is slightly more forgiving than Firefox.
Thank you very much for your speedy responses.
Paul
http://www.myartfactory.com
There are two Smuglogo rules in there, the first for IE and the second for
others browsers that don't need the png filter hack.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.