views:

132

answers:

1

hey, i have a website built mostly in flash. the flash movie is on an html page. i want the flash movie to be in the same line with a side menu (list of links to other pages on my site). this is my website: http://www.arielajewellery.com/gallery.html i tried this html code:

.center{float: center;} .left{float: left;} .clear{clear: both;}

MENU:

...

then the whole flash movie code(which flash does automatically)

and it works perfect on my pc but on other computers you see the html list on top of the flash movie (so you actually need to scroll all the way down to practically see my site!) can somebody please tell me what i'm doing wrong? and if possible to enter my website link and see the whole html code cuz it doesn't show here the whole thing.. thanks a lot! Gili

A: 

It depends on the size of the screen. If the size of the screen is not wide enough to fit everything on it, it will break it down to the next line. Your flash movie is 900px alone and your side menu is probably another ~150px, which totals to about 1050px. Most screens are only a 1024px resolution, 16px of which are taken up my the scrollbar plus any borders the browser might have on it.

animuson
ohh! ok i changed the size of the movie and it worked thanks a lot!
gili sommer