jQuery Image slider won't align in IE

New to JQuery and trying to learn as I go.

Trying to set up a simple slider and it works perfectly in everything but IE. Every time I reset the x/y coordinates it looks different in every browser.

Any help would be greatly appreciated.

Untitled Document

Thanks

Hi mherron54! Welcome to SitePoint. :slight_smile:

Could you just clarify which bit is the slider? I’ve viewing this in Firefox, but I don’t see a “slider” there.

The slider should be just above the twitter feed on the right side. Should have 4 images, team sweetness, foundation, twitter and facebook. Should be an orange ribbon under to select the 4 images.

Is that what you are looking for or do you want the code?

O, right. In Firefox the slider is hidden behind the Twitter feed. If you remove these lines

.folio_block {
  left: 50%;
  margin: 235px 0 0 215px;
  position: absolute;
  top: 50%;
}

it sits where it should.

Since I got home and looked at the page on another computer, it appears the jquery slider is moving around the screen based on the size of my browser window. Driving me nuts

See my post above. position: absolute is no good here, unless the container has position: relative. But you don’t need it anyway.

Ralph, you sir are the man. I knew it was something simple. Many thanks