1.I've made a menu in flash but I can't change it's size...I've tryed to change the width and height but it's not working...;(...
2.the other thing is that when i resize the window the it all messes up...I think it's all working without the menu.swf(the resizing) but with it the main div hide s under the menu.swf..
Please help!!
<html>
<!-- Created on: 2006-10-14 -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<title></title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="generator" content="">
<style type="text/css">
body {background: url("../../../../../Pulpit/Nowy folder (2)/wood002.gif")}
hr.M { color:#682D1A;}
div.container {width: 100%; height: auto;}
div.header {width: 100%; height: auto; background: #682D1A; text-align: center}
div.left {width: 20%; height: auto; background: #E3610D; float: left; }
div.main {width: 80%; height: auto; background-image: url("../../../../../Pulpit/Nowy folder (2)/new21.gif"); float: right;}
div.footer {width: 100%; height: auto; background: #682D1A; text-align: center; float: left}
</style>
</head>
<body>
<div class="container">
<div class="header"><img src="baner.gif" border="0" width="468" height="60" alt="" align="middle"></div>
<div class="left">
<hr class="M"></hr>
<hr class="M"></hr>
<object
classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0"
width="150"
height="200">
<param name="BGCOLOR" value="#E3610D">
<param name=movie value="menu.swf">
<param name=quality value=high>
<embed src="menu.swf"
quality=high
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash"
width="150"
height="200"
bgcolor="#E3610D">
</embed>
</object>
<hr class="M"></hr>
<hr class="M"></hr>
</div>
<div class="main"><p>text </p></div>
<div class="footer">text</div> </div>
</body>
</html>