Changeset 1460

Show
Ignore:
Timestamp:
06/24/08 14:12:07 (3 months ago)
Author:
thijs
Message:

Adding proper full browser view

Location:
examples/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • examples/trunk/ohloh/flex/deploy/index.html

    r1183 r1460  
    88                swfobject.embedSWF("OhlohApi.swf", "myContent", "100%", "100%", "9.0.0", "assets/expressInstall.swf"); 
    99                </script> 
     10                <style type="text/css" media="screen"> 
     11                        html, body, #content    { height:100%; } 
     12                        body                    { margin:0; padding:0; overflow:hidden; } 
     13                        #altContent             { /* style alt content */ } 
     14                </style> 
    1015        </head> 
    1116        <body> 
  • examples/trunk/shared-object/flex/deploy/index.html

    r1451 r1460  
    88                swfobject.embedSWF("sharedobject.swf", "myContent", "100%", "100%", "9.0.0", "assets/expressInstall.swf"); 
    99                </script> 
     10                <style type="text/css" media="screen"> 
     11                        html, body, #content    { height:100%; } 
     12                        body                    { margin:0; padding:0; overflow:hidden; } 
     13                        #altContent             { /* style alt content */ } 
     14                </style> 
    1015        </head> 
    1116        <body> 
  • examples/trunk/shell/flex/deploy/index.html

    r1163 r1460  
    88                swfobject.embedSWF("shell.swf", "myContent", "100%", "100%", "9.0.0", "assets/expressInstall.swf"); 
    99                </script> 
     10                <style type="text/css" media="screen"> 
     11                        html, body, #content    { height:100%; } 
     12                        body                    { margin:0; padding:0; overflow:hidden; } 
     13                        #altContent             { /* style alt content */ } 
     14                </style> 
    1015        </head> 
    1116        <body>