|
Posted by Erwin Moller on October 1, 2008, 7:19 am
Please log in for more thread options
Hendrik Maryns schreef:
> Hi,
>
> I’ve read Jukka’s page about iframes and generally noted the advice not
> to use it, so I am looking for a proper way to handle this:
>
> http://www.weltladen-tuebingen.de/index_kontakt.html
>
> you know, the Google insertion.
>
> I’ve already cleaned up the page to not use frames anymore, using SSI,
> but that is not suitable for the iframe. It is still bothering me, once
> that is properly done, I can replace the current website with a proper
> HTML strict version.
>
> Thanks for suggestions, H.
Hi,
I noticed that you use a src atrribute for the div.
AFAIK: That is illegal.
<div id="Layer13"><iframe width="425" height="500" frameborder="0"
scrolling="no" marginheight="0" marginwidth="0"
src="http://maps.google.de/maps?q=Lange+Gasse+64+T%C3%BCbingen&ie=UTF8&s=AARTsJqeAh_DIeSOTEyQPh1QRixsBIAIZA&ll=48.523085,9.055781&spn=0.007106,0.00912&z=16&iwloc=addr&output=embed"></iframe>
</div>
Maybe you can throw in an OBJECT tag?
http://www.w3.org/TR/REC-html40/struct/objects.html
Regards,
Erwin Moller
--
============================
Erwin Moller
Now dropping all postings from googlegroups.
Why? http://improve-usenet.org/ ============================
|