Publicidade
|
|
Menu do Site MxStudio AJuDa Ae!!!
#1
Posted 01 October 2004 - 02:05 PM
Sei que ele cria um arquivo .js (que é javascript), mas gostaria de saber se é possivel fazer isso no FW Mx ou MX 2004.
Se tiverem outro programa que faça manda ae.
#2
Posted 01 October 2004 - 02:11 PM
No FW você pode apenas utilizar aqueles estilos de menu que o programa disponibiliza. Não sei se já existe alguma extensão que mude estes estilos.....
Vou procurar saber corretamente onde foi feito o menu e dpois posto aqui...
#3
Posted 01 October 2004 - 02:14 PM
#4
Posted 01 October 2004 - 02:32 PM
tudo que estiver dentro do (" ") o JS joga na tela, para entender o funcionamento do menu, as opções de configuração etc. etc, tive que pegar o JS, e o conteúdo da string quebrar em varias linhas, identar as tags e concatenar no final.
Resumindo o Js do menu do MX tem 2174 linhas e a origem do código e do
#6
Posted 01 October 2004 - 03:14 PM
#7
Posted 01 October 2004 - 03:44 PM
Porém, tem como sobrepor um banner em flash com esse menuzinho q aparece...
pois preciso criar um menu igual a este do Mx Studio em cima de um banner flash. ai qdo eu rodo a pagina o menu aparece atras do banner.
#8
Posted 01 October 2004 - 03:53 PM
Eu so testei o menu com combobox.... e funcionou legal.
#9
Posted 01 October 2004 - 03:58 PM
O mercado hoje está tentendo a cara que desenhe e que códifique!!!!! sempre fico em busca de novas oportunidades de emprego, e raro encontrar uma vaga que o cara so queira o webdesign!!!!! O Webdesign de hoje tem que saber pelo menos uma linguagem dinamica (ASP Php Java etc...), fazer validações de regra de negocios (Java Script), Banco de Dados (Access, MySql etc..), lavar, cozinhar, passar e levar o cachorro para passear!!!!!!
#11
Posted 01 October 2004 - 04:15 PM
Porém, tem como sobrepor um banner em flash com esse menuzinho q aparece...
pois preciso criar um menu igual a este do Mx Studio em cima de um banner flash. ai qdo eu rodo a pagina o menu aparece atras do banner.

DMB DHTML ENGINE e o DHTML MENU BUILDER....... e um software que gera o menu...
#12
Posted 01 October 2004 - 04:16 PM
#13
Posted 01 October 2004 - 04:30 PM
Se liga na missão esse trecho e so o que joga o menu na tela, antes disso tem mais 2mil linhas de código..
with(document) {
open();
// INICIO DE CONFIGURAÇÃO PADRAO DO MENU
write("<div id=dmbTBBack1 style=\"position:absolute; overflow:hidden; z-index:998; "+
" visibility:hidden; width:740px; height:22px; "+
" background-color: #D9E4F0; border: 0px solid #D9E4F0;\"> "+
"</div> "+
"<div id=dmbTB1 style=\"position:absolute; z-index:999; visibility:hidden; width:740px; height:22px;\"> "+
// CONTRUINDO OS MENUS
// MENU ------------------------------- HOME -------------------------------------------------------------------------------
"<div nowrap id=N1001 style=\"position: absolute; white-space: nowrap; top:0px; left:0px; width:74px; height:22px;background-image:url(_images/abac.jpg);"+
"font-family: Tahoma; font-size: 11px; font-weight: bold; font-style: normal; text-decoration: none; color: #003366; "+
"background-color: #D9E4F0;\" "+
"OnMouseOver=\"hsHoverSel(0,this);status=\'Pagina Inicial\';\" "+
"OnClick=\"cFrame.execURL(\'index.jsp', \'_self\');\"> "+
"<span style=\"position:absolute; top: 2px; left: 2px; width: 74px; height: 22px;\"> "+
"<div style=\"position:absolute; top:2px; width:74px; left:2px;\" align=left>Home</div> "+
"</span> "+
"</div> "+
"<div nowrap id=O1001 style=\"position: absolute; white-space: nowrap; visibility: hidden; top:0px; left:0px; width:74px; height:22px; background-image:url(_images/abav.jpg);"+
"font-family: Tahoma; font-size: 11px; font-weight: bold; font-style: normal; text-decoration: none; color: #003366; cursor: pointer;\" "+
// Chama menu filho
"OnMouseOver=\"status=\'Pagina Inicial\';\" "+
"OnClick=\"cFrame.execURL(\'index.php', \'_self\');\"> "+
"<span style=\"position:absolute; top: 2px; left: 2px; width: 74px; height: 22px;\"> "+
"<div style=\"position:absolute; top:2px; width:74px; left:2px;\" align=left>asda</div> "+
"</span>"+
"</div>"+
// MENU ------------------------------- CONTEUDO --------------------------------------------------------------
"<div nowrap id=N1002 style=\"position: absolute; white-space: nowrap; top:0px; left:74px; width:74px; height:22px;background-image:url(_images/abac.jpg);"+
"font-family: Tahoma; font-size: 11px; font-weight: bold; font-style: normal; text-decoration: none; color: #003366; "+
"background-color: #D9E4F0;\" "+
"OnMouseOver=\"hsHoverSel(0,this);cFrame.ShowMenu(\'Emissões para Notificação\',2,0,false,\'\',-1);status=\'Ficha de Notificação\';\" "+
"OnClick=\"cFrame.execURL(\'#', \'_self\');\"> "+
"<span style=\"position:absolute; top: 2px; left: 2px; width: 74px; height:22px;\"> "+
"<div style=\"position:absolute; top:2px; width:74px; left:2px;\" align=left>Conteúdo</div> "+
"</span> "+
"</div> "+
"<div nowrap id=O1002 style=\"position: absolute; white-space: nowrap; visibility: hidden; top:0px; left:74px; width:74px; height:22px; background-image:url(_images/abav.jpg);"+
"font-family: Tahoma; font-size: 11px; font-weight: bold; font-style: normal; text-decoration: none; color: #003366; cursor: pointer;\" "+
// Chama menu filho
"OnMouseOver=\"cFrame.ShowMenu(\'FichaNotificacao\',2,0,false,\'\',-1);status=\'Ficha de Notificação\';\" "+
"OnClick=\"cFrame.execURL(\'#', \'_self\');\"> "+
"<span style=\"position:absolute; top:2px; left:2px; width: 74px; height: 22px;\"> "+
"<div style=\"position:absolute; top:2px; width:74px; left:2px;\" align=left></div> "+
"</span> "+
"</div> "+
// MENU ------------------------------- FORUM -------------------------------------------------------------------------------
"<div nowrap id=N1003 style=\"position: absolute; white-space: nowrap; top:0px; left:148px; width:74px; height:22px;background-image:url(_images/abac.jpg);"+
"font-family: Tahoma; font-size: 11px; font-weight: bold; font-style: normal; text-decoration: none; color: #003366; "+
"background-color: #D9E4F0;\" "+
"OnMouseOver=\"hsHoverSel(0,this);status=\'Pagina Inicial\';\" "+
"OnClick=\"cFrame.execURL(\'http://forum.mxstudio.com.br', \'_self\');\"> "+
"<span style=\"position:absolute; top:2px; left: 2px; width: 74px; height: 22px;\"> "+
"<div style=\"position:absolute; top:2px; width:74px; left:2px;\" align=left>Fórum</div> "+
"</span> "+
"</div> "+
"<div nowrap id=O1003 style=\"position: absolute; white-space: nowrap; visibility: hidden; top:0px; left:148px; width:74px; height:22px; background-image:url(_images/abav.jpg);"+
"font-family: Tahoma; font-size: 11px; font-weight: bold; font-style: normal; text-decoration: none; color: #003366; cursor: pointer;\" "+
// Chama menu filho
"OnMouseOver=\"status=\'Pagina Inicial\';\" "+
"OnClick=\"cFrame.execURL(\'http://forum.mxstudio.com.br', \'_self\');\"> "+
"<span style=\"position:absolute; top:2px; left: 2px; width: 74px; height: 22px;\"> "+
"<div style=\"position:absolute; top:2px; width:74px; left:2px;\" align=left>asda</div> "+
"</span>"+
"</div>"+
// MENU ------------------------------- PUBLICIDADE --------------------------------------------------------------
"<div nowrap id=N1004 style=\"position: absolute; white-space: nowrap; top:0px; left:222px; width:74px; height:22px;background-image:url(_images/abac.jpg);"+
"font-family: Tahoma; font-size: 11px; font-weight: bold; font-style: normal; text-decoration: none; color: #003366; "+
"background-color: #D9E4F0;\" "+
"OnMouseOver=\"hsHoverSel(0,this);cFrame.ShowMenu(\'Publicidade\',2,0,false,\'\',-1);status=\'Publicidade\';\" "+
"OnClick=\"cFrame.execURL(\'publicidade.php', \'_self\');\"> "+
"<span style=\"position:absolute; top:2px; left:2px; width: 74px; height:22px;\"> "+
"<div style=\"position:absolute; top:2px; width:74px; left:2px;\" align=left>Publicidade</div> "+
"</span> "+
"</div> "+
"<div nowrap id=O1004 style=\"position: absolute; white-space: nowrap; visibility: hidden; top:0px; left:222px; width:74px; height:22px; background-image:url(_images/abav.jpg);"+
"font-family: Tahoma; font-size: 11px; font-weight: bold; font-style: normal; text-decoration: none; color: #003366; cursor: pointer;\" "+
// Chama menu filho
"OnMouseOver=\"cFrame.ShowMenu(\'publicidade\',2,0,false,\'\',-1);status=\'Publicidade\';\" "+
"OnClick=\"cFrame.execURL(\'publicidade.php', \'_self\');\"> "+
"<span style=\"position:absolute; top:2px; left:2px; width: 74px; height: 22px;\"> "+
"<div style=\"position:absolute; top:2px; width:74px; left:2px;\" align=left></div> "+
"</span> "+
"</div> "+
// MENU ------------------------------- PDIVERSOS --------------------------------------------------------------
"<div nowrap id=N1005 style=\"position: absolute; white-space: nowrap; top:0px; left:296px; width:74px; height:22px;background-image:url(_images/abac.jpg);"+
"font-family: Tahoma; font-size: 11px; font-weight: bold; font-style: normal; text-decoration: none; color: #003366; "+
"background-color: #D9E4F0;\" "+
"OnMouseOver=\"hsHoverSel(0,this);cFrame.ShowMenu(\'Publicidade\',2,0,false,\'\',-1);status=\'Diversos\';\" "+
"OnClick=\"cFrame.execURL(\'#', \'_self\');\"> "+
"<span style=\"position:absolute; top:2px; left:2px; width: 74px; height:22px;\"> "+
"<div style=\"position:absolute; top:2px; width:74px; left:2px;\" align=left>Diversos</div> "+
"</span> "+
"</div> "+
"<div nowrap id=O1005 style=\"position: absolute; white-space: nowrap; visibility: hidden; top:0px; left:296px; width:74px; height:22px; background-image:url(_images/abav.jpg);"+
"font-family: Tahoma; font-size: 11px; font-weight: bold; font-style: normal; text-decoration: none; color: #003366; cursor: pointer;\" "+
// Chama menu filho
"OnMouseOver=\"cFrame.ShowMenu(\'diversos\',2,0,false,\'\',-1);status=\'Diversos\';\" "+
"OnClick=\"cFrame.execURL(\'#', \'_self\');\"> "+
"<span style=\"position:absolute; top:2px; left:2px; width: 74px; height: 22px;\"> "+
"<div style=\"position:absolute; top:2px; width:74px; left:2px;\" align=left></div> "+
"</span> "+
"</div> "+
// MENU ------------------------------- quem faz-------------------------------------------------------------------------------
"<div nowrap id=N1006 style=\"position: absolute; white-space: nowrap; top:0px; left:370px; width:74px; height:22px;background-image:url(_images/abac.jpg);"+
"font-family: Tahoma; font-size: 11px; font-weight: bold; font-style: normal; text-decoration: none; color: #003366; "+
"background-color: #D9E4F0;\" "+
"OnMouseOver=\"hsHoverSel(0,this);status=\'Pagina Inicial\';\" "+
"OnClick=\"cFrame.execURL(\'expediente.php', \'_self\');\"> "+
"<span style=\"position:absolute; top: 2px; left: 2px; width: 74px; height: 22px;\"> "+
"<div style=\"position:absolute; top:2px; width:74px; left:2px;\" align=left>Quem faz?</div> "+
"</span> "+
"</div> "+
"<div nowrap id=O1006 style=\"position: absolute; white-space: nowrap; visibility: hidden; top:0px; left:370px; width:74px; height:22px; background-image:url(_images/abav.jpg);"+
"font-family: Tahoma; font-size: 11px; font-weight: bold; font-style: normal; text-decoration: none; color: #003366; cursor: pointer;\" "+
// Chama menu filho
"OnMouseOver=\"status=\'Pagina Inicial\';\" "+
"OnClick=\"cFrame.execURL(\'expediente.php', \'_self\');\"> "+
"<span style=\"position:absolute; top: 2px; left: 2px; width: 74px; height: 22px;\"> "+
"<div style=\"position:absolute; top:2px; width:74px; left:2px;\" align=left></div> "+
"</span>"+
"</div>"+
// MENU ------------------------------- Contato-------------------------------------------------------------------------------
"<div nowrap id=N1007 style=\"position: absolute; white-space: nowrap; top:0px; left:444px; width:74px; height:22px;background-image:url(_images/abac.jpg);"+
"font-family: Tahoma; font-size: 11px; font-weight: bold; font-style: normal; text-decoration: none; color: #003366; "+
"background-color: #D9E4F0;\" "+
"OnMouseOver=\"hsHoverSel(0,this);status=\'Pagina Inicial\';\" "+
"OnClick=\"cFrame.execURL(\'fale_conosco.php', \'_self\');\"> "+
"<span style=\"position:absolute; top: 2px; left: 2px; width: 74px; height: 22px;\"> "+
"<div style=\"position:absolute; top:2px; width:74px; left:2px;\" align=left>Contato</div> "+
"</span> "+
"</div> "+
"<div nowrap id=O1007 style=\"position: absolute; white-space: nowrap; visibility: hidden; top:0px; left:444px; width:74px; height:22px; background-image:url(_images/abav.jpg);"+
"font-family: Tahoma; font-size: 11px; font-weight: bold; font-style: normal; text-decoration: none; color: #003366; cursor: pointer;\" "+
// Chama menu filho
"OnMouseOver=\"status=\'Pagina Inicial\';\" "+
"OnClick=\"cFrame.execURL(\'fale_conosco.php', \'_self\');\"> "+
"<span style=\"position:absolute; top: 2px; left: 2px; width: 74px; height: 22px;\"> "+
"<div style=\"position:absolute; top:2px; width:74px; left:2px;\" align=left></div> "+
"</span>"+
"</div>"+
"</div>");
close();
}
function _purl(u){return u;}function _fip(img){return img.src;}
if(IE)
with(document) {
open();
write(" "+
// SUBMENU -------------------------- CONTEUDO
"<div id=\"FichaNotificacao\" style=\"position: absolute; top:0px; left:0px; width:74px; height:127px; visibility: hidden;\"> "+
"<div id=\"FichaNotificacaofrmt\" style=\"position: absolute; top:0px; left:0px; width:74px; height:127px; "+
"background-color:#C3E355; border-top-width: 0px; border-right-width: 1px;border-bottom-width: 1px; border-left-width: 1px;border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #93999A; border-right-color: #93999A; border-bottom-color: #93999A; border-left-color: #93999A;\"> "+
// DREAMWEAVER
"<div nowrap style=\"position: absolute; white-space: nowrap; top: 2px; left:0px; width: 100px; height: 22px; "+
"font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366;;\" id=N8 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Dreamweaver MX\';\"> "+
"<span style=\"position:absolute; top: 2px; left:0px; width: 20px; height:14px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left>Dreamweaver</div> "+
"</span>"+
"</div> "+
"<div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 2px; left:0px; width:71px; "+
"height: 22px; font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366; border: 1px solid #000000; background-color: #FFFFFF; cursor: pointer;\" "+
"id=O8 OnClick=\"cFrame.execURL(\'views.tutorial.php?act=cat&cid=1', \'_self\');\">"+
"<span style=\"position:absolute; top: 2px; left:0px; width: 20px; height:14px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left></div> "+
"</span>"+
"</div> "+
// FIREWORKS
"<div nowrap style=\"position: absolute; white-space: nowrap; top: 22px; left:0px; width: 120px; height: 22px; "+
"font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366;;\" id=N9 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Fireworks MX\';\"> "+
"<span style=\"position:absolute; top: 2px; left:0px; width: 20px; height:14px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left>Fireworks</div> "+
"</span>"+
"</div> "+
"<div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 22px; left:0px; width:71px; "+
"height: 22px; font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366; border: 1px solid #000000; background-color: #FFFFFF; cursor: pointer;\" "+
"id=O9 OnClick=\"cFrame.execURL(\'views.tutorial.php?act=cat&cid=2', \'_self\');\">"+
"<span style=\"position:absolute; top: 2px; left:0px; width: 20px; height:14px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left></div> "+
"</span>"+
"</div> "+
// COLDFUSION
"<div nowrap style=\"position: absolute; white-space: nowrap; top: 42px; left:0px; width: 136px; height: 22px; "+
"font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366;;\" id=N40 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'ColdFusion MX\';\">"+
"<span style=\"position:absolute; top: 2px; left:0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left>ColdFusion</div>"+
"</span>"+
"</div>"+
"<div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 42px; left:0px; width:71px; height: "+
"22px; font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366; border: 1px solid #000000; background-color: #FFFFFF; cursor: pointer;\" "+
"id=O40 OnClick=\"cFrame.execURL(\'views.tutorial.php?act=cat&cid=7', \'_self\');\">"+
"<span style=\"position:absolute; top: 2px; left:0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:3px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left></div>"+
"</span>"+
"</div>"+
// FLASH
"<div nowrap style=\"position: absolute; white-space: nowrap; top: 62px; left:0px; width: 136px; height: 22px; "+
"font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366;;\" id=N41 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Flash MX\';\">"+
"<span style=\"position:absolute; top: 2px; left: 0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left>Flash</div>"+
"</span>"+
"</div>"+
"<div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 62px; left:0px; width:71px; height: "+
"22px; font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366; border: 1px solid #000000; background-color: #FFFFFF; cursor: pointer;\" "+
"id=O41 OnClick=\"cFrame.execURL(\'views.tutorial.php?act=cat&cid=3', \'_self\');\">"+
"<span style=\"position:absolute; top: 2px; left:0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left></div>"+
"</span>"+
"</div>"+
// FREEHAND
"<div nowrap style=\"position: absolute; white-space: nowrap; top: 82px; left:0px; width: 136px; height: 22px; "+
"font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366;;\" id=N42 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Freehand MX\';\">"+
"<span style=\"position:absolute; top: 2px; left: 0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left>Freehand</div>"+
"</span>"+
"</div>"+
"<div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 82px; left:0px; width:71px; height: "+
"22px; font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366; border: 1px solid #000000; background-color: #FFFFFF; cursor: pointer;\" "+
"id=O42 OnClick=\"cFrame.execURL(\'views.tutorial.php?act=cat&cid=5', \'_self\');\">"+
"<span style=\"position:absolute; top: 2px; left:0px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left></div>"+
"</span>"+
"</div>"+
// DIRECTOR
"<div nowrap style=\"position: absolute; white-space: nowrap; top: 102px; left:0px; width: 136px; height: 22px; "+
"font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366;;\" id=N43 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Director MX\';\">"+
"<span style=\"position:absolute; top: 2px; left: 0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left>Director</div>"+
"</span>"+
"</div>"+
"<div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden;"+
"top:102px; left:0px; width:71px; height:22px; font-family: Tahoma; font-size: 11px;"+
"font-weight: normal; font-style: normal;"+
"text-decoration: none; color: #003366; border: 1px solid #000000; background-color: #FFFFFF; cursor: pointer;\" "+
"id=O43 OnClick=\"cFrame.execURL(\'views.tutorial.php?act=cat&cid=8', \'_self\');\">"+
"<span style=\"position:absolute; top: 2px; left:0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left></div>"+
"</span>"+
"</div>"+
"</div> "+
"</div>"+
// SUBMENU ------------------------- PUBLICIDADE
"<div id=\"publicidade\" style=\"position: absolute; top:0px; left:0px; width:74px; height:67px; visibility: hidden;\"> "+
"<div id=\"publicidadefrmt\" style=\"position: absolute; top:0px; left:0px; width:74px; height:67px; "+
"background-color:#C3E355; border-top-width: 0px; border-right-width: 1px;border-bottom-width: 1px; border-left-width: 1px;border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #93999A; border-right-color: #93999A; border-bottom-color: #93999A; border-left-color: #93999A;\"> "+
// COLABORE
"<div nowrap style=\"position: absolute; white-space: nowrap; top:2px; left:0px; width:136px; height: 22px; "+
"font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366;;\" id=N44 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Colabore\';\">"+
"<span style=\"position:absolute; top: 2px; left: 0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left>Colabore</div>"+
"</span>"+
"</div>"+
"<div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden;"+
"top:2px; left:0px; width:71px; height:22px; font-family: Tahoma; font-size: 11px;"+
"font-weight: normal; font-style: normal;"+
"text-decoration: none; color: #003366; border: 1px solid #000000; background-color: #FFFFFF; cursor: pointer;\" "+
"id=O44 OnClick=\"cFrame.execURL(\'colabore.php', \'_self\');\">"+
"<span style=\"position:absolute; top: 2px; left:0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left></div>"+
"</span>"+
"</div>"+
// PARCERIAS
"<div nowrap style=\"position: absolute; white-space: nowrap; top:22px; left:0px; width:136px; height: 22px; "+
"font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366;;\" id=N45 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Parceria\';\">"+
"<span style=\"position:absolute; top: 2px; left: 0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left>Parceria</div>"+
"</span>"+
"</div>"+
"<div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden;"+
"top:22px; left:0px; width:71px; height:22px; font-family: Tahoma; font-size: 11px;"+
"font-weight: normal; font-style: normal;"+
"text-decoration: none; color: #003366; border: 1px solid #000000; background-color: #FFFFFF; cursor: pointer;\" "+
"id=O45 OnClick=\"cFrame.execURL(\'parceria.php', \'_self\');\">"+
"<span style=\"position:absolute; top: 2px; left:0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left></div>"+
"</span>"+
"</div>"+
// PROMOÇÕES
"<div nowrap style=\"position: absolute; white-space: nowrap; top:42px; left:0px; width:136px; height: 22px; "+
"font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366;;\" id=N46 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Promoções \';\">"+
"<span style=\"position:absolute; top: 2px; left: 0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left>Promoções</div>"+
"</span>"+
"</div>"+
"<div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden;"+
"top:42px; left:0px; width:71px; height:22px; font-family: Tahoma; font-size: 11px;"+
"font-weight: normal; font-style: normal;"+
"text-decoration: none; color: #003366; border: 1px solid #000000; background-color: #FFFFFF; cursor: pointer;\" "+
"id=O46 OnClick=\"cFrame.execURL(\'promocao.php', \'_self\');\">"+
"<span style=\"position:absolute; top: 2px; left:0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left></div>"+
"</span>"+
"</div>"+
"</div> "+
"</div> "+
// SUBMENU ------------------------- DIVERSOS
"<div id=\"diversos\" style=\"position: absolute; top:0px; left:0px; width:74px; height:167px; visibility: hidden;\"> "+
"<div id=\"diversosfrmt\" style=\"position: absolute; top:0px; left:0px; width:74px; height:167px; "+
"background-color:#C3E355; border-top-width: 0px; border-right-width: 1px;border-bottom-width: 1px; border-left-width: 1px;border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #93999A; border-right-color: #93999A; border-bottom-color: #93999A; border-left-color: #93999A;\"> "+
// Artigos
"<div nowrap style=\"position: absolute; white-space: nowrap; top:2px; left:0px; width:136px; height: 22px; "+
"font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366;;\" id=N47 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Artigos\';\">"+
"<span style=\"position:absolute; top: 2px; left: 0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left>Artigos</div>"+
"</span>"+
"</div>"+
"<div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden;"+
"top:2px; left:0px; width:71px; height:22px; font-family: Tahoma; font-size: 11px;"+
"font-weight: normal; font-style: normal;"+
"text-decoration: none; color: #003366; border: 1px solid #000000; background-color: #FFFFFF; cursor: pointer;\" "+
"id=O47 OnClick=\"cFrame.execURL(\'views.tutorial.php?act=cat&cid=4', \'_self\');\">"+
"<span style=\"position:absolute; top: 2px; left:0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left></div>"+
"</span>"+
"</div>"+
// City MX
"<div nowrap style=\"position: absolute; white-space: nowrap; top:22px; left:0px; width:136px; height: 22px; "+
"font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366;;\" id=N48 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'City MX\';\">"+
"<span style=\"position:absolute; top: 2px; left: 0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left>City MX</div>"+
"</span>"+
"</div>"+
"<div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden;"+
"top:22px; left:0px; width:71px; height:22px; font-family: Tahoma; font-size: 11px;"+
"font-weight: normal; font-style: normal;"+
"text-decoration: none; color: #003366; border: 1px solid #000000; background-color: #FFFFFF; cursor: pointer;\" "+
"id=O48 OnClick=\"cFrame.execURL(\'city.php', \'_self\');\">"+
"<span style=\"position:absolute; top: 2px; left:0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left></div>"+
"</span>"+
"</div>"+
// Cursos
"<div nowrap style=\"position: absolute; white-space: nowrap; top:42px; left:0px; width:136px; height: 22px; "+
"font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366;;\" id=N49 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Cursos\';\">"+
"<span style=\"position:absolute; top: 2px; left: 0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left>Cursos</div>"+
"</span>"+
"</div>"+
"<div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden;"+
"top:42px; left:0px; width:71px; height:22px; font-family: Tahoma; font-size: 11px;"+
"font-weight: normal; font-style: normal;"+
"text-decoration: none; color: #003366; border: 1px solid #000000; background-color: #FFFFFF; cursor: pointer;\" "+
"id=O49 OnClick=\"cFrame.execURL(\'cursos.php', \'_self\');\">"+
"<span style=\"position:absolute; top: 2px; left:0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left></div>"+
"</span>"+
"</div>"+
// Downloads
"<div nowrap style=\"position: absolute; white-space: nowrap; top:62px; left:0px; width:136px; height: 22px; "+
"font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366;;\" id=N50 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Downloads\';\">"+
"<span style=\"position:absolute; top: 2px; left: 0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left>Downloads</div>"+
"</span>"+
"</div>"+
"<div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden;"+
"top:62px; left:0px; width:71px; height:22px; font-family: Tahoma; font-size: 11px;"+
"font-weight: normal; font-style: normal;"+
"text-decoration: none; color: #003366; border: 1px solid #000000; background-color: #FFFFFF; cursor: pointer;\" "+
"id=O50 OnClick=\"cFrame.execURL(\'views.download.php?act=cat&cid=4', \'_self\');\">"+
"<span style=\"position:absolute; top: 2px; left:0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left></div>"+
"</span>"+
"</div>"+
// ENTREVISTAS
"<div nowrap style=\"position: absolute; white-space: nowrap; top:82px; left:0px; width:136px; height: 22px; "+
"font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366;;\" id=N51 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Entrevistas\';\">"+
"<span style=\"position:absolute; top: 2px; left: 0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left>Entrevistas</div>"+
"</span>"+
"</div>"+
"<div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden;"+
"top:82px; left:0px; width:71px; height:22px; font-family: Tahoma; font-size: 11px;"+
"font-weight: normal; font-style: normal;"+
"text-decoration: none; color: #003366; border: 1px solid #000000; background-color: #FFFFFF; cursor: pointer;\" "+
"id=O51 OnClick=\"cFrame.execURL(\'entrevistas.php', \'_self\');\">"+
"<span style=\"position:absolute; top: 2px; left:0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left></div>"+
"</span>"+
"</div>"+
// Fonts
"<div nowrap style=\"position: absolute; white-space: nowrap; top:102px; left:0px; width:136px; height: 22px; "+
"font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366;;\" id=N52 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Fonts\';\">"+
"<span style=\"position:absolute; top: 2px; left: 0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left>Fonts</div>"+
"</span>"+
"</div>"+
"<div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden;"+
"top:102px; left:0px; width:71px; height:22px; font-family: Tahoma; font-size: 11px;"+
"font-weight: normal; font-style: normal;"+
"text-decoration: none; color: #003366; border: 1px solid #000000; background-color: #FFFFFF; cursor: pointer;\" "+
"id=O52 OnClick=\"cFrame.execURL(\'views.download.php?&cid=6&act=fonte', \'_self\');\">"+
"<span style=\"position:absolute; top: 2px; left:0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left></div>"+
"</span>"+
"</div>"+
// GLOSSAÁRIO
"<div nowrap style=\"position: absolute; white-space: nowrap; top:122px; left:0px; width:136px; height: 22px; "+
"font-family: Tahoma; font-size: 11px; font-weight: normal; font-style: normal; "+
"text-decoration: none; color: #003366;;\" id=N53 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Glossário\';\">"+
"<span style=\"position:absolute; top: 2px; left: 0px; width: 130px; height: 16px;\">"+
"<span style=\"position:absolute; top:2px; left:0px;\"></span>"+
"<div style=\"position:absolute; top:2px; width:50px; left:2px;\" align=left>Glossário</div>"+
"</span>"+
"</div>"+
"<div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden;"+
"top:122px; left:0px; width:71px; height:22px; font-family: Tahoma; font-
#14
Posted 01 October 2004 - 04:44 PM
Ae vem uma linguagem nova que fais isso em apenas umas 10 linhas hehehe.
Como o Cold Fusion fais no PHP e ASP.
Bom no Fire numca vi.
Mais não custa nada eu dar um fuçada aki hehehe.
Abraços
T+
#15
Posted 01 October 2004 - 04:45 PM
Parabens volpi hahaha demorei um seculo so pra baixar te o fim d apagina!!
#17
Posted 01 October 2004 - 07:47 PM
BABEI!
hahaha!!!
Caracas Volpi!!!
E ai Marks... será que vêm???
Imagine integração COLD e esse nova.. hahaha portais com 10 lionhas de código.. record hauhaua!!
#18
Posted 01 October 2004 - 08:57 PM
#20
Posted 01 October 2004 - 11:38 PM
Agora esse menu é mto rápido, e leve... show de bola!
#21
Posted 01 October 2004 - 11:46 PM
A primeira versao do menu era em Flash, porem o DIV nao funciona em todos os navegadores, por exemplo no Opera dava pau no menu.... por isso que tive que trocar

Da para ficar mais rapido ainda, ai eu estou carregando duas imagens, a aba cinza e a verde, se usar so CSS ele fica mais rapido ainda
#22
Posted 02 October 2004 - 12:15 AM
BABEI!
hahaha!!!
Caracas Volpi!!!
E ai Marks... será que vêm???
Imagine integração COLD e esse nova.. hahaha portais com 10 lionhas de código.. record hauhaua!!

Bom cara de uma perguntada ae para os caras, que progama em Cold Fusion se as funções de PHP e ASP, não diminui no Cold Fusion.
Cold Fusion é a liguagem que te crescendo ae, tem poucos profissionais no mercado, mais a galera esta se interessando ae.
A progamação do Volpi ficou massa.
Ele pensou certo em fazer para todos os navegadores.
Não só Pensar no Internet explorer.
Abraços
T+
#23
Posted 02 October 2004 - 12:44 AM
#24
Posted 05 January 2005 - 06:39 PM
Mesmo assim não localizei como se faz o efeito cortina com o menu.
Alguem pode ajudar ?
Abraços
#25
Posted 05 January 2005 - 07:51 PM
#26
Posted 06 January 2005 - 02:44 PM
sou mais php msm q o server e baratim e o programa é gratis!
(apesar d os cracks fazerem a festa e talz!
e concordo com o fabioriccota, tem q funfa td no opera, heheh, a nova versao dele q funfa com voz, ta mt rooooooooooooooox! "Mx studio" dae o prog entra no site!
Share this topic:
Similar Topics
| Topic | Forum | Started By | Stats | Last Post Info | |
|---|---|---|---|---|---|
|
Autoridades fecham site que distribuía álbuns inéditos ilegalmente
|
Notícias |
Notícias
|
|
|
|
Óculos para legistas ajudam a detectar pistas de crimes
|
Notícias |
Notícias
|
|
|
|
Div se perde quando adicionado tabela [+Ajuda]
|
Web Standards |
thugoff
|
|
|
|
importar .ste do xp para o vista
quem souber me ajuda!!!! |
Dreamweaver |
carmelito
|
|
|
|
Site de classificados rejeita acusação de estímulo à prostituição
|
Notícias |
Notícias
|
|
|
|
Executivo da News Corp. afirma que sites não devem disponibilizar conteúdo gratuito
|
Notícias |
Notícias
|
|
|
|
Links para referência em Webdesign
Links de sites relacionados a Webdesign |
DESIGN em GERAL |
nei
|
|
|
|
Ajuda, com diretório.
Dica de caminhos ! |
Flash & ActionScript |
JAIMESKT
|
|
Publicidade
|
|

Help













