From the default gallerystyle.css file, highlight added:
Code:
/* Gallery Styles */
#motioncontainer {
/*margin:0 auto; Uncomment this line if you wish to center the gallery on page */
width: 50%; /* Set to gallery width, in px or percentage */
height: 130px; /* Set to gallery height */
}
#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}
#motioncontainer a:hover img {
border: 1px sol . . .
That would mean doing it like so:
Code:
#motioncontainer {
margin:0 auto; /*Uncomment this line if you wish to center the gallery on page */
width: 50%; /* Set to gallery width, in px or percentage */
height: 130px; /* Set to gallery height */
}
To prevent problems in IE, avoid using <center> or align="center" or text-align:center; in any container for the markup of the HTML code in Step 2 from the demo page.
Bookmarks