Attempting to use CSS top property on a SWF file, but it's not working
- by ben
Hey guys,
I'm trying to position my Flex app so that it's further down the page, but I can't get it working. It's still appearing in the top left. Here is the HTML, any help would be greatly appreciated!
<html lang="en">
<head>
<title>Page</title>
<style type="text/css">
body { margin: 0px; overflow:…