i have a horizontal drop down menu on one of this site im making.on this one page there's a flash movie which overlaps this sub menu whenever i hover over the menu bar link tht is associated with the drop down menu.how do i keep the movie from overlapping the menu.and as long as we're talking about movie, the movie on tht page is a 700x600 one.how do i add a scroller in tht movie so tht it dsnt have to gain height physically???
menus and flash movies
In your movie you need to define wmode transparent otherwise you cannot see your menu.
The second part of question I am not sure did I understand good. But if you put your movie in separate div you can define div height and div width (e.g. 300px height and 300px widht) and then overflow auto. In that case div will stay in their proportion but will get scroller.
Sonam
| Code: |
| <param name="wmode" value="transparent" /> |
The second part of question I am not sure did I understand good. But if you put your movie in separate div you can define div height and div width (e.g. 300px height and 300px widht) and then overflow auto. In that case div will stay in their proportion but will get scroller.
Sonam
Related topics
