Iframe-tag causes global content block (div) to disappear

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
westwest
New Member
New Member
Posts: 5
Joined: Thu Jan 27, 2011 2:03 pm

Iframe-tag causes global content block (div) to disappear

Post by westwest »

Hi everybody!
I have run into this strange problem....i`m developing a site (hbgvaccinationsbyra.se) and whenever im turning off the WSYG-editor for a page to insert a iframe-tag the global content block, that is loaded in the same template, disappears.

The actual page is http://www.hbgvaccinationsbyra.se/index ... r-o-Resmal and the div-tag is named 'nyheter' (you can see it clearly in the source code).

Any thoughts?

Kind Regards Eric
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Iframe-tag causes global content block (div) to disappea

Post by Dr.CSS »

You are missing the > from the end of your frame so it kills everything below that, you need to clean up your html, the menu has 2 ul and you metadata tags are missing the / at the end...

<__iframe src="http://www.resemedicin.se/Vaccinationsg ... gsvacc2011" width="450px" height="300px" frameborder="0" see no >
</div>


<ul id="svmenu">

<ul class="clearfix">

<meta name="keywords" content="tbe,vaccinationer,svininfluensan,vaccination uppsala,hälsoråd,resevaccin,vaccinationsbyrå, helsingborgs vaccinationsbyrå,vaccinsmottagningar"> should be mottagningar" />
westwest
New Member
New Member
Posts: 5
Joined: Thu Jan 27, 2011 2:03 pm

Re: Iframe-tag causes global content block (div) to disappea

Post by westwest »

Thank you very much, I appreciate your help. I´ll have a look at this right away.

Kind Regards Eric
Post Reply

Return to “Layout and Design (CSS & HTML)”