Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8202743
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T07:17:54+00:00 2026-06-07T07:17:54+00:00

The site in question is http://bit.ly/7MeLwc In the honor roll section, when I view

  • 0

The site in question is http://bit.ly/7MeLwc

In the honor roll section, when I view the next set of images in Chrome/Safari, the images seem to be cut up, until I mouse over them. But on Firefox, it works fine!

What could be causing such behavior in Webkit?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T07:17:55+00:00Added an answer on June 7, 2026 at 7:17 am

    This is a genuine bono-fide webkit bug. Not your fault, your code is correct, responsibility here lies with webkit’s rendering implementation. Luckily there is a fix!

    Currently you are animating the margin-left property of #list_wrapper, and this is what is causing the chop. So there is an easy work around and a better work around.

    EASY!

    Set #list_wrapper to position:relative with css and then animate the left property instead of left-margin. (actually margin-left will still work, but is not as good, so you COULD just use position:relative to fix this thang)

    The downside here is its not very efficient for the browser (margin-left animation is pretty bad too)

    Better!

    Set the #list_visible to position:relative and set it’s height appropriately (otherwise it will default to zero and your list will disappear). Then set the #list_wrapper to position:absolute and animate using the left property.

    The advantage here, is that because we are animating an object that is position:absolute, it will not require a reflow of the entire document on each animation frame, making for much more efficient animation!

    BESTER!

    If you want to get fancy with it, you can look into css3 transitions and using transform to to move your slides. This will result in high fives from html5 people, as well has hardware acceleration when possible, (iPad animation will be smooth ect.), less cpu usage and other such niceties.

    (Also is that you on the toilet?)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Site in question: http://www.sedulity.tk/ Site using Chrome 19 dev: Site using IE9: as you
Here is the site in question: http://jayduff.co.uk/ I previously had the images/links on the
Hey everyone, here is the site in question: http://www.myvintagesecret.com/ I have a bunch of
The userscript in question: http://userscripts.org/scripts/show/130532 After the site it's been made for has been
This site loads fine in Firefox, but in WebKit browsers (Safari and Google Chrome)
Original Question Hello All, I'm a bit confused on how MVC maps HTTP requests
This is the page, its a wordpress powered site: http://bit.ly/9oJXWV You select some value,
Link to the site in question . You can look at the source for
This is weird, the site in question is blog.andrebatista.info and it is a hosted
This question was posted on some site. I didnt find right answers there, so

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.