I am currently utilizing the jQuery cycle plugin to display a slideshow of images that floats to the right within an outer div element. The CSS I am using is as follows:
.slideshow
{
float:right;
margin-left: 20px;
}
The image alignment works perfectly in Firefox and Internet Explorer, appearing correctly inside the green outer div (view here:).
However, when viewed in Google Chrome, the image does not remain inside the outer div and instead floats off the screen (see here:)
Interestingly, occasionally upon reloading the tab in Chrome, the image alignment appears consistent with Firefox and Internet Explorer. This inconsistency is perplexing to me.
Do you have any recommendations on how to make Google Chrome consistently maintain proper alignment?