
Kod strony:
<html> <head> <meta name="generator" content="WebSite PRO 4.3" /> <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> <link rel="stylesheet" type="text/css" href="http://webgfx.privacy.pl/portfolio/chromestyle.css" /> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- SITE --> <center> <table id="Tabela_01" width="900" height="700" border="0" cellpadding="0" cellspacing="0"> <!-- LOGO --> <tr> <td colspan="17"> </tr> <!-- KONIEC LOGO --> <!-- MENU --> <tr class="chromestyle" id="chromemenu"> <td colspan="2"> <td width="64" height="24" background="http://webgfx.privacy.pl/portfolio/images/chromebg.gif"> <ul> </ul> </td> <td width="65" height="24" background="http://webgfx.privacy.pl/portfolio/images/chromebg.gif"> <ul> </ul> <!--1st drop down menu --> <div id="dropmenu1" class="dropmenudiv" style="width: 90px;"> </div> </td> <td width="69" height="24" background="http://webgfx.privacy.pl/portfolio/images/chromebg.gif"> <ul> </ul> <!--2nd drop down menu --> <div id="dropmenu2" class="dropmenudiv" style="width: 80px;"> </div> </td> <td width="65" height="24" background="http://webgfx.privacy.pl/portfolio/images/chromebg.gif"> <ul> </ul> </td> <td width="89" height="24" background="http://webgfx.privacy.pl/portfolio/images/chromebg.gif"> <ul> </ul> </td> <td width="69" height="24" background="http://webgfx.privacy.pl/portfolio/images/chromebg.gif"> <ul> </ul> </td> <td width="39" height="24" background="http://webgfx.privacy.pl/portfolio/images/chromebg.gif"> <ul> </ul> <script type="text/javascript"> cssdropdown.startchrome("chromemenu") </script> </td> <td colspan="2" width="369" height="24" background="http://webgfx.privacy.pl/portfolio/images/menu_8.gif"> </td> </tr> <!-- KONIEC MENU --> <!-- MAIN --> <tr> <td colspan="15" background="http://webgfx.privacy.pl/portfolio/images/bg_center.gif" valign="top" height="450"> <?php include 'index2.html'; ?> </td> </tr> <!-- KONIEC MAIN --> <!-- FOOTER --> <tr> <td colspan="17" background="http://webgfx.privacy.pl/portfolio/images/footer.gif" height="25"> </tr> <!-- KONIEC FOOTER --> </table> </center> <!-- KONIEC SITE --> </body> </html>
Kod strony od flasha nazwanej index2.html
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta name="generator" content="WebSite PRO 4.3" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> <!--body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style> </head> <body> <!--url's used in the movie--> <!--text used in the movie--> <!-- saved from url=(0013)about:internet --> <script language="javascript"> if (AC_FL_RunContent == 0) { alert("This page requires AC_RunActiveContent.js."); } else { AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0', 'width', '100%', 'height', '100%', 'src', 'main', 'quality', 'high', 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'align', 'middle', 'play', 'true', 'loop', 'true', 'scale', 'noscale', 'wmode', 'window', 'devicefont', 'false', 'id', 'main', 'bgcolor', '#000000', 'name', 'main', 'menu', 'true', 'allowFullScreen', 'true', 'allowScriptAccess','sameDomain', 'movie', 'main', 'salign', '' ); //end AC code } </script> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="100%" height="100%" id="fullscreen" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="true" /> <param name="movie" value="main.swf" /> <param name="quality" value="high" /> <param name="scale" value="noscale" /> <param name="bgcolor" value="#000000" /> <param name="allowscriptaccess" value="samedomain"> <param name="wmode" value="opaque"> <embed src="main.swf" quality="high" scale="noscale" bgcolor="#000000" width="100%" height="100%" name="main" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="opaque"/> </object> </noscript> </body> </html>
I style css:
.chromestyle{ width: 99%; font:normal 9px Arial; } .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/ content: "."; display: block; height: 0; clear: both; visibility: hidden; margin:0; } .chromestyle ul{ border: 0px solid #BBB; width: 100%; background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/ background-height: 100%; padding: 6px 1px; margin: 0; text-align: center; /*set value to "left", "center", or "right"*/ } .chromestyle ul li{ display: inline; } .chromestyle ul li a{ color: 7061fd; margin: 0; text-decoration: none; border-right: 0px solid #DADADA; } .chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/ background: url(images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/ } /* ######### Style for Drop Down Menu ######### */ .dropmenudiv{ position:absolute; top: 0; border: 1px solid #7061fd; /*THEME CHANGE HERE*/ border-bottom-width: 1; font:normal 9px Arial; line-height:18px; z-index:100; background-color: black; width: 200px; visibility: hidden; } .dropmenudiv a{ width: auto; display: block; text-indent: 3px; border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/ padding: 2px 0; text-decoration: none; font-weight: bold; color: 7061fd; } * html .dropmenudiv a{ /*IE only hack*/ width: 100%; } .dropmenudiv a:hover{ /*THEME CHANGE HERE*/ background-color: 7061fd; color: black }
a tutaj adres do tego jak to wygląda. http://webgfx.privacy.pl/portfolio/layouty/index.php
Proszę o pomoc! Z góry dzięki.