I did notice that when you put the player & the play list horizontally (side by side) in the layout, then re-update for newly added media, the player & the playlist default to stacking vertically instead of staying in previous position on dreamweaver layout page. Is this fixable?
Answer:
Yes,
you need to add styles in CSS file or in the head of your page
e.g.
<style>
#webstunning_video_player{
float:left;
}
#webstunning_playlist{
float:left;
}
</style>
then the player and the playlist will remain in the desired position.
Regards
Dmitry
webstunning.com
Showing posts with label playlist. Show all posts
Showing posts with label playlist. Show all posts
Friday, January 15, 2010
Subscribe to:
Posts (Atom)