Forums

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

Home Forums CSS help with IE gradient

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #36363
    chanman
    Member

    I have this site that has a gradient in the header it works in safari,opera,firefox everything but don’t know what to in ie can somebody help me? I have this image I made just don’t know where to put so it will show up.

    #95621
    Maikel
    Member

    background: -ms-radial-gradient(center, ellipse cover, black 0%,#eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='black',GradientType=1 );
    #95622
    chanman
    Member

    body background?

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