View Full Version : IMG on Mozilla but not in IE :-(
Weltensammler
Oct-28-2007, 05:44 AM
Hey all,
I need your help one more time... I have a picture on my start page where other smugmug users have an slideshow.
I had an slideshow too but I would like to get an single picture on the homepage, it works great in mozilla but not in the IE :-(
I hope someone had the answer and I hope one standart is near :-)
Greats,
Daniel
Allen
Oct-28-2007, 07:45 AM
Hey all,
I need your help one more time... I have a picture on my start page where other smugmug users have an slideshow.
I had an slideshow too but I would like to get an single picture on the homepage, it works great in mozilla but not in the IE :-(
I hope someone had the answer and I hope one standart is near :-)
Greats,
Daniel
IE needs a little hack to see it.
In your html change this
<!-- Bild auf der Startseite -->
<div id="Startseite">
<img src="http://weltensammler.smugmug.com/photos/213882755-O.png">
</div>
to this
<!-- Bild auf der Startseite -->
<div id="Startseite"></div>
In your CSS change this
.homepage #Startseite {
display: block;
}
to this
.homepage #Startseite {
display: block;
width: 850px;
height: 540px;
background: url(/photos/213882755-O.png) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingmethod=image, src='/photos/213882755-O.png');
}
Weltensammler
Oct-28-2007, 03:07 PM
Hi Allen,
thanks for your fast answer, you are the greatest!!! But I found the mistake! I am soooo silly, I forgot one "}" grr! The lovly standart :deal ;-)
But I had an another question, why I have the URL "weltensammler.smugmug.com" and not "weltensammler.net" I ordered... I have a frame changing on my domain but it doesn´t work... do you know why?
Greats,
Daniel
Allen
Oct-28-2007, 07:07 PM
Hi Allen,
thanks for your fast answer, you are the greatest!!! But I found the mistake! I am soooo silly, I forgot one "}" grr! The lovly standart :deal ;-)
But I had an another question, why I have the URL "weltensammler.smugmug.com" and not "weltensammler.net" I ordered... I have a frame changing on my domain but it doesn´t work... do you know why?
Greats,
Daniel
Change to two that you have linking to http://weltensammler.smugmug.com
to relative links and you shouldn't have the problem.
<div id="navcontainer">
<ul>
<li><a href="/galleries" class="nav">Galerien |</a></li>
<li><a href="http://weltensammler.smugmug.com/gallery/3603752" class="nav">Publikation |</a></li>
<li><a href="http://maps.smugmug.com/?feedType=geoUser&Data=Weltensammler" class="nav">Landkarte |</a></li>
<li><a href="http://weltensammler.smugmug.com/gallery/3505741/1/204735770/Small" class="nav">Gästebuch |</a></li>
<li><a href="mailto:info@weltensammler.net" class="nav">Kontakt</a></li>
</ul></div>
like this
<div id="navcontainer">
<ul>
<li><a href="/galleries" class="nav">Galerien |</a></li>
<li><a href="/gallery/3603752" class="nav">Publikation |</a></li>
<li><a href="http://maps.smugmug.com/?feedType=geoUser&Data=Weltensammler" class="nav">Landkarte |</a></li>
<li><a href="/gallery/3505741/1/204735770/Small" class="nav">Gästebuch |</a></li>
<li><a href="mailto:info@weltensammler.net" class="nav">Kontakt</a></li>
</ul></div>
Weltensammler
Oct-30-2007, 09:25 AM
Change to two that you have linking to http://weltensammler.smugmug.com
to relative links and you shouldn't have the problem.
<div id="navcontainer">
<ul>
<li><a href="/galleries" class="nav">Galerien |</a></li>
<li><a href="http://weltensammler.smugmug.com/gallery/3603752" class="nav">Publikation |</a></li>
<li><a href="http://maps.smugmug.com/?feedType=geoUser&Data=Weltensammler" class="nav">Landkarte |</a></li>
<li><a href="http://weltensammler.smugmug.com/gallery/3505741/1/204735770/Small" class="nav">Gästebuch |</a></li>
<li><a href="mailto:info@weltensammler.net" class="nav">Kontakt</a></li>
</ul></div>
like this
<div id="navcontainer">
<ul>
<li><a href="/galleries" class="nav">Galerien |</a></li>
<li><a href="/gallery/3603752" class="nav">Publikation |</a></li>
<li><a href="http://maps.smugmug.com/?feedType=geoUser&Data=Weltensammler" class="nav">Landkarte |</a></li>
<li><a href="/gallery/3505741/1/204735770/Small" class="nav">Gästebuch |</a></li>
<li><a href="mailto:info@weltensammler.net" class="nav">Kontakt</a></li>
</ul></div>
Hi allen,
i change the bold but the same problem... it shows for 1 sec. weltensammler.net and than weltensammler.smugmug.com :-(
Allen
Oct-30-2007, 09:32 AM
Hi allen,
i change the bold but the same problem... it shows for 1 sec. weltensammler.net and than weltensammler.smugmug.com :-(
I suspect it has something to do with how you have your domain set up.
Clicking the .net link redirects to you smugmug nichname.
Weltensammler
Oct-30-2007, 09:41 AM
I suspect it has something to do with how you have your domain set up.
Clicking the .net link redirects to you smugmug nichname.
I think I doesnt understand what you mean :-(
Weltensammler
Oct-30-2007, 10:48 AM
I have a frame dedirection to this url "http://weltensammler.smugmug.com/"
I am ordered my domain by 1und1.de.
and as direction title i wrote: www.weltensammler.net
I have the option to switch to http redirection but i need frame?!
I hope you find the problem :-(
rainforest1155
Oct-30-2007, 12:30 PM
The problem is that it won't work with any of the default redirection options that 1&1 offers. Redirection does exactly what the name says - it guides a visitor to a new address, but the visitor won't see your domain anymore. That's why we discourage using any forms of redirecting. Instead of that we suggest that you link your domain using a CNAME record that points to www.smugmug.com
Our system will then take care that your visitors get the proper site displayed. The process is described on our custom domain help page: http://www.smugmug.com/help/professional-accounts
Looking at th 1&1 help sections it appears that it might not be possible to set a CNAME without contacting their support. To make sure that this really isn't possible, it might be best if you would contact our help desk directly (help@smugmug.com). Since the interface of 1&1 might be in German only, put ATTN: Sebastian in the subject and I'll take a look at your issue, but allow me 24 hours to get back to you as I'm currently on vacation and not working on the desk
Otherwise, just contact the 1&1 support and point them to our domain help page. They would need to set your domain host www to point to www.smugmug.com using a CNAME-record.
All the best,
Sebastian
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.