
Iframe Não Carrega No Ie
#1
Posted 20/10/2009, 08:14
Estou iniciando em web design. Trabalho com Dreamweaver. No meu código tem um iframe que carrega no Firefox, no google, mas não aparece nem no IE nem no opera. Apesar dos outros iframes da página carregarem normalmene. Alguém pode me dizer o que está errado? o endereço do site é www.portalsafra.com.br.
#2
Posted 20/10/2009, 17:48
#3
Posted 21/10/2009, 06:16
Usando o Opera: não apareceu o iframe central. Mas os outros sim, como a sua enquete. Portanto não é problema do navegador, mas de seu código. Tente ver se todas as url estão corretas.
Cara, muito obrigado pela dica, mas não consegui achar nenhum erro no código. Tô enviando o arquivo index com o código e o css. Se alguém puder dar uma olhada e me dizer o que está errado. Desde já Valeu
Claudio Souza
Attached Files
#4
Posted 21/10/2009, 08:45
http://www.portalsaf...r/cms/index.php
No código há um erro de sintaxe. (Típico de editores WYSIWYG)
Na linha 1 você abriu head.
Na linha 93 você fechou head.
Na linha 94 você abriu body.
Na linha 189 você fechou body.
Certo, mas você tem umas coisas amais veja:
!Na linha 180 você abriu body novamente!
!Na linha 190 você fechou head novamente!
Isso sem falar na metatag e no CSS no meio do body, a falta da declaração DOCTYPE que você esqueceu de colocar a tag html e.
Confira o código:
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Noticias</title><style type="text/css">body { text-align:left; font: 80% arial,verdana,sans-serif; background-color: #CAFFCA; margin-left: 5px; margin-top: 5px; margin-right: 5px; margin-bottom: 5px;}h1,h2,h3 {color:#993300}h1 { font-size:24px; color: #000000;}h2 { font-size:20px; color: #000000;}<!-- inicio do menu --!>#menu1, #menu1 *{ margin:0; padding:0; }#menu1 { font: Verdana, Arial, Helvetica, sans-serif bold 0.8em; background-color:#69c; padding: 0 1px 1px; width: 10em; list-style:none; }#menu1 li { border-top: 1px solid #000000; }#menu1 li a { display:block; border: 1px solid #000000; margin-bottom:2px; text-decoration:none; padding: 0.25em 0.5em 0.25em 0.75em; border-left: 1em solid #0033FF; background-color:#99CCFF; }#menu1 li a:visited { color:#000066;}#menu1 a:hover { color:#0000FF; background-color:#FFFFFF; border-left: 1em solid #000066; }*html #menu1 li a {height:1%;}<!-- fim do menu --!>.morelink,.footer {text-align:right;font: 65% arial,verdana,sans-serif}.morelink {color:#993300}.footer {color:#000000}.byline {text-align:left;font: 100% arial,verdana,sans-serif;font-weight:bold;}body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}h1,h2,h3,h4,h5,h6 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}h3 { font-size: 14px; color: #000000;}h4 { font-size: 12px; color: #000000;}h5 { font-size: 10px; color: #000000;}h6 { font-size: 9px; color: #000000;}#tdborder { border: 3px double #000000;}</style></head><body><table border='0' height='100%' width='100%' cellspacing='0'><tr> <td bgcolor='#CAFFCA' colspan='2' height='10' width='100%'> </td></tr><tr> <td id="tdborder" height='100%' valign='top' bgcolor='#CAFFCA'><img src="../imagens/portal safra marca_transp.gif" width='100' height='98'><br /><br> <ul id="menu1"> <li><a href="index.php">Manchetes</a></li> <li><a href="page.php?page=Not�cias">Notícias</a></li> <li><a href="page.php?page=Cota��es">Cotações</a></li> <li><a href="page.php?page=Variedades">Variedades</a></li> <li><a href="search_form.php">Search</a></li> </ul> <td valign='top' width='100%'> <p> <h1>Noticias</h1><table border="0" width="600"><tr> <td> <h2>As ultimas noticias sobre agricultura no Brasil e no Mundo</h2> <p>Teste final de envio de materia com foto</p> <p align='right' class='morelink'> <a href='page.php?page=Agricolas'> Read more Agricolas ... </a> </p> </td> <td width='100'><img src="resize_image.php?image=images%2F12.jpg&max_width=80&max_height=60" /></td></tr><tr> <td> <h2>Os pre�os do dia no Mercado do Produtor</h2> <p>Basketball is bad for you</p> <p align='right' class='morelink'> <a href='page.php?page=Cotac�es'> Read more Cotac�es ... </a> </p> </td> <td width='100'><img src="resize_image.php?image=images%2F5.jpg&max_width=80&max_height=60" /></td></tr><tr> <td> <h2>As �ltimas not�cias sobre Agricultura</h2> <p>Agora � outro teste</p> <p align='right' class='morelink'> <a href='page.php?page=Noticias'> Read more Noticias ... </a> </p> </td> <td width='100'></td></tr><tr> <td> <h2>Outras not?cias de interesse da regi</h2> <p>Sun is shining, weather is sweet</p> <p align='right' class='morelink'> <a href='page.php?page=Variedades'> Read more Variedades ... </a> </p> </td> <td width='100'></td></tr></table><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </p> </td></tr><style type="text/css"><!--body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold;}body { background-color: #CAFFCA;}a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}--></style><body><tr> <td height='20' bgcolor='#CAFFCA'> </td> <td height='20' bgcolor='#CAFFCA' align='center'> <p class='footer'> </p> </td></tr></table></body></head>
Obs.: Moveremos este tópico para HTML, seção que se enquadra na dificuldade encontrada.
Dúvidas é só falar.

Fórum WMO - Administrador
#5
Posted 21/10/2009, 11:59
Olá, o problema não está no iframe. Está na página que é incorporada.
http://www.portalsaf...r/cms/index.php
No código há um erro de sintaxe. (Típico de editores WYSIWYG)
Na linha 1 você abriu head.
Na linha 93 você fechou head.
Na linha 94 você abriu body.
Na linha 189 você fechou body.
Certo, mas você tem umas coisas amais veja:
!Na linha 180 você abriu body novamente!
!Na linha 190 você fechou head novamente!
Isso sem falar na metatag e no CSS no meio do body, a falta da declaração DOCTYPE que você esqueceu de colocar a tag html e.
Confira o código:<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Noticias</title><style type="text/css">body { text-align:left; font: 80% arial,verdana,sans-serif; background-color: #CAFFCA; margin-left: 5px; margin-top: 5px; margin-right: 5px; margin-bottom: 5px;}h1,h2,h3 {color:#993300}h1 { font-size:24px; color: #000000;}h2 { font-size:20px; color: #000000;}<!-- inicio do menu --!>#menu1, #menu1 *{ margin:0; padding:0; }#menu1 { font: Verdana, Arial, Helvetica, sans-serif bold 0.8em; background-color:#69c; padding: 0 1px 1px; width: 10em; list-style:none; }#menu1 li { border-top: 1px solid #000000; }#menu1 li a { display:block; border: 1px solid #000000; margin-bottom:2px; text-decoration:none; padding: 0.25em 0.5em 0.25em 0.75em; border-left: 1em solid #0033FF; background-color:#99CCFF; }#menu1 li a:visited { color:#000066;}#menu1 a:hover { color:#0000FF; background-color:#FFFFFF; border-left: 1em solid #000066; }*html #menu1 li a {height:1%;}<!-- fim do menu --!>.morelink,.footer {text-align:right;font: 65% arial,verdana,sans-serif}.morelink {color:#993300}.footer {color:#000000}.byline {text-align:left;font: 100% arial,verdana,sans-serif;font-weight:bold;}body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}h1,h2,h3,h4,h5,h6 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}h3 { font-size: 14px; color: #000000;}h4 { font-size: 12px; color: #000000;}h5 { font-size: 10px; color: #000000;}h6 { font-size: 9px; color: #000000;}#tdborder { border: 3px double #000000;}</style></head><body><table border='0' height='100%' width='100%' cellspacing='0'><tr> <td bgcolor='#CAFFCA' colspan='2' height='10' width='100%'> </td></tr><tr> <td id="tdborder" height='100%' valign='top' bgcolor='#CAFFCA'><img src="../imagens/portal safra marca_transp.gif" width='100' height='98'><br /><br> <ul id="menu1"> <li><a href="index.php">Manchetes</a></li> <li><a href="page.php?page=Not�cias">Notícias</a></li> <li><a href="page.php?page=Cota��es">Cotações</a></li> <li><a href="page.php?page=Variedades">Variedades</a></li> <li><a href="search_form.php">Search</a></li> </ul> <td valign='top' width='100%'> <p> <h1>Noticias</h1><table border="0" width="600"><tr> <td> <h2>As ultimas noticias sobre agricultura no Brasil e no Mundo</h2> <p>Teste final de envio de materia com foto</p> <p align='right' class='morelink'> <a href='page.php?page=Agricolas'> Read more Agricolas ... </a> </p> </td> <td width='100'><img src="resize_image.php?image=images%2F12.jpg&max_width=80&max_height=60" /></td></tr><tr> <td> <h2>Os pre�os do dia no Mercado do Produtor</h2> <p>Basketball is bad for you</p> <p align='right' class='morelink'> <a href='page.php?page=Cotac�es'> Read more Cotac�es ... </a> </p> </td> <td width='100'><img src="resize_image.php?image=images%2F5.jpg&max_width=80&max_height=60" /></td></tr><tr> <td> <h2>As �ltimas not�cias sobre Agricultura</h2> <p>Agora � outro teste</p> <p align='right' class='morelink'> <a href='page.php?page=Noticias'> Read more Noticias ... </a> </p> </td> <td width='100'></td></tr><tr> <td> <h2>Outras not?cias de interesse da regi</h2> <p>Sun is shining, weather is sweet</p> <p align='right' class='morelink'> <a href='page.php?page=Variedades'> Read more Variedades ... </a> </p> </td> <td width='100'></td></tr></table><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </p> </td></tr><style type="text/css"><!--body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold;}body { background-color: #CAFFCA;}a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}--></style><body><tr> <td height='20' bgcolor='#CAFFCA'> </td> <td height='20' bgcolor='#CAFFCA' align='center'> <p class='footer'> </p> </td></tr></table></body></head>
Obs.: Moveremos este tópico para HTML, seção que se enquadra na dificuldade encontrada.
Dúvidas é só falar.
Valeu Cara,
arrumei o código tirei umas coisas que não tava mais usando organizei o estilo em arquivo anexo e passou a funcionar, inclua-se ai as declarações DOCTYPE.
Valeu mesmo!!!
Resolvido
#6
Posted 20/09/2017, 21:18
Viagra Rezeptfrei Versandapotheken Levitra 20mg Orodispersible Viagra Krankenkasse Schweiz
Baclofene Decontractant Musculaire <a href=http://cialtobuy.com>viagra cialis</a> Levitra Generique 10mg
Need Fluoxetine Mastercard Accepted Medication Free Shipping cialis Cialis En Pharmacie
Can I Purchase Doryx No Doctors Consult
Acheter Cialis Internet Est <a href=http://cialtobuy.com>online pharmacy</a> Women Cialis Reviews
Cheapeast Isotretinoin cialis buy online Buy Generic Cialis Fast Free Shipment
Canada Alli Diet Pills Compra De Propecia
Viagra Equivalent Naturel <a href=http://cialtobuy.com>viagra cialis</a> Priligy Dapoxetine Hydrochloride
#8
Posted 07/10/2017, 07:22
Amoxicillin No Side Effects Cialis Est Il Efficace cialis online Achats Levitra Pas Cher
Priligy Lloyds levitra from canada Amoxicillin Low Cost
#9
Posted 25/10/2017, 05:08
Cialis 5 Mg Price levitra Achat Lioresal 25mg What Is Cephalexin Prescribed To Treat
Vmax Viagra Brand Amoxil Online Propecia Contraindicaciones viagra Best Price For Propecia Cialis 20 Pilules
#10
Posted 25/10/2017, 05:29



Discounts! best beauty buys

Products which fall under this return policy can be returned domestically, as long as they are unused and in the original packaging. No questions asked!
If a product that falls under this guarantee is found to be counterfeit, you will get a full refund (shipping costs included).

READ MORE
Viktor Frankenshtejn
2 Pcs Wall Thickening Mute Door Fenders Golf Modelling Rubber Fender The Handle Door Lock Protective Pad Protection Wall Stick ( 1.23 $)
Quilted Mini Shoulder Bag ( 160.00 $)
PROMOTION Potted Insectivorous Plant Seeds Dionaea Muscipula Giant Clip Venus Flytrap Seeds 100pcs ( 0.45 $)
7a peruvian virgin hair body wave 4 bundles peruvian body wave virgin hair best body peruvian hair bundles human hair extensions ( 50.00 $)
New arrival rhinestone crystal wedding shoes satin bridal shoes pointed toe high heel gorgeous party prom shoes bridesmaid shoe ( 133.56 $)
Needlework,Cross stitch,Sets For Embroidery kits, DIY DMC family of bears picture Patterns Counted Cross-Stitching,Christmas art ( 9.49 $)
Cobbler legend brand designer 2016 new women s crossbody bag female handbags vintage shoulder bags ladies ( 77.40 $)
K9 1.3 inch Round Face Android 4.4 3G Smartwatch Phone MTK6572 Dual Core 4GB ROM GPS Heart Rate Monitor WiFi 119.99$
Obnazhyonnaya shpora
Man's casual messenger travel bag business office laptop bags for man 2015 leather briefcases men maletin hombre cartable homme ( 49.50 $)
hot sale 1pcs medical grade silicone menstrual cup for women feminine hygine product health care anner cup ( 1.99 $)
Teaching children the signs of human trafficking
Teoriya bolshogo vzriva (teleserial)
Modish turn-down collar hit color stripes print long sleeve men's shirt ( 12.76 $)

#11
Posted 05/11/2017, 02:32
Drug Interaction Dogs Cephalexin Diphenhydramine Viagra From India Cheap Lactam Ring Amoxicillin canadian generic levitra discount programs for accutane
Mwtformin For Wwight Loss In Canada Prix Cialis Pharmacie Quebec cialis Achat De Kamagra Au Canada
#12
Posted 05/11/2017, 02:45
#13
Posted 27/11/2017, 10:13
Buy The Bluepill cialis price Tadalista Canada No Perscription
#14
Posted 10/02/2023, 20:18
Dalfampridine is a potassium channel blocker used for the improvement of motor function in patients with multiple sclerosis MS pills like viagra over the counter
drugs to avoid while taking tamoxifen You might need surgery to remove your breast tissue if you have breast cancer or have a high risk of getting breast cancer
#15
Posted 12/02/2023, 08:19
glaxomed zithromax buy Multiple investigators were unable to identify any significant differences in the need for open reduction 2 13, rates of pin tract infection 1 4, iatrogenic nerve injury 2 4, vascular injury recognized after surgery 2, or compartment syndrome leading to Volkmann ischemic contracture 0 when comparing patients with closed, well perfused, displaced supracondylar humerus fractures treated 8 to 12 hours following the initial injury with those treated more than 8 to 12 hours after injury
buying cialis online safely HjФrt och KФrlsjukdomar 119
1 user(s) are reading this topic
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)