On horiziconmenu.html change:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
to:
And change:
Code:
<div id="motioncontainer" style="position:relative;">
<div id="motiongallery" style="position:absolute; white-space: nowrap>
to:
Code:
<div id="motioncontainer" style="position:relative;overflow:hidden;margin:0 auto;">
<div id="motiongallery" style="position:absolute;left:0;top:0;white-space: nowrap;">
In the gallerystyle.css file add the px units to the height declaration:
Code:
/* Gallery Styles */
#motioncontainer {
width: 3800px;
height: 149px;
visibility: visible;
top: 1px;
}
#motioncontainer a img {
border: 0px solid #cccccc; /* Set imag . . .
Bookmarks