Full flash sites in Mozilla
Full flash sites in Mozilla
- Started
- Last post
- 3 Responses
- cure
Hi everyone, Im doing a full flash website and it works great on IE but not so on mozilla or firefox, can anybody tell mne if I have to code something in the html or in flash_?
U can see the site here, is under construction:
http://www.id-studio.com.ar/siseā¦
Thanks for the help
- unfittoprint0
use the following css:
HTML, body {
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
}
- jpea0
OS X - firefox
not sure what's supposed to load, but nothing loads when i go through any of the sections in the nav.if it's supposed to be that way for now, what's not working? things look fine on FF.
- blaw0
i think the height tag is causing your error. handling that as unfit suggests should take care of it.