Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE11 repeat-Y stuttering

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #172197
    fooman
    Participant

    Has anyone ever run into an issue in IE11 (specifically Windows 8 as the OS), where a simple background with the following styling will stutter and show random horizontal lines throughout?

    url(../images/bg-sidebar.gif) top right repeat-y #FFF;

    I’m just doing a faux-column BG. The lines seem to look like something is broken in IE11. I can’t even get it to show up on my Windows 7 machine so it’s tough to determine what exactly is the issue, but my client’s new HP laptop shows this grossness.

    The ugliness!

    #172206
    Paulie_D
    Member

    Got a link?…I can check it on W8?

    #172227
    Atelierbram
    Participant

    Don’t understand this either. Have you tried a .png or a gradient?

    
    .body-wrapper.columned-bg {
      background-image: linear-gradient(to left,#333,#333 195px,transparent 195px, transparent);
    } 
    
    #172233
    Paulie_D
    Member

    Can’t reproduce on IE11 W8…but I was having some issues with my Malware software throwing alerts.

    I’ll run a scan on my laptop just to make sure.

    Can’t think that’s related to your site otherwise Chrome would be going bonkers.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.