Topic: stage border autoviewer
Hi,
I would like to know how to define a stage border in the Autoviewer gallery ?
Thank you very very much in advance :)
You are not logged in. Please login or register.
SimpleViewer Forum → AutoViewer-Pro → stage border autoviewer
Hi,
I would like to know how to define a stage border in the Autoviewer gallery ?
Thank you very very much in advance :)
Creating a border around an AutoViewer gallery would best be achieved by using CSS on the <div> into which the gallery is embedded, eg:
#flashcontent
{
border-width: 20px;
border-style: solid;
border-color: #222222;
}
Details on the CSS border property can be found here: http://www.w3schools.com/css/css_border.asp
However, if the gallery fills the entire browser window with the height being defined as 100%, then there will be no 'bottom' section to the border.
In this case, you'll need to use a method such as described here: http://css-tricks.com/css-trick-creating-a-body-border/
Thank you very much for you quick answer. But is there any other solutions to do this ? Maybe directly in the fla. file ? Because I would like to integrate the Autoviewer gallery in a flash template I've just bought.
Thank you very much
SimpleViewer Forum → AutoViewer-Pro → stage border autoviewer
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.