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 8446137
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T09:50:56+00:00 2026-06-10T09:50:56+00:00

I was trying to remove the white background from the .win-container elements (the tiles)

  • 0

I was trying to remove the white background from the .win-container elements (the tiles) in a Windows 8 ListView control to let the background show through. When I traced the styles, I could see that the white background was getting applied with the following rule…

.win-listview :not(.win-footprint).win-container

So I wrote my own rule for that like this…

.win-listview :not(.win-footprint).win-container {
    background-color: none;
}

But that didn’t work.

A friend helped me figure out that I could use…

.win-listview :not(.win-footprint).win-container {
    background-color: inherit;
}

And that works great. Can anyone tell me why in the world this is so?

  • 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-10T09:50:57+00:00Added an answer on June 10, 2026 at 9:50 am

    none is a value of the background-image property, not background-color. Since it’s not a valid value of background-color, the declaration is ignored and the system will continue drawing your tiles with the default white background. If you want to give your tiles a transparent background, you need to use background-color: transparent instead:

    .win-listview :not(.win-footprint).win-container {
        background-color: transparent;
    }
    

    (You can also use background: none, but again none represents background-image with an implied transparent for background-color.)

    background-color: inherit simply tells your tiles to take on (or inherit) the same background color as the ListView containing them. This may or may not have an apparent effect of having no distinct background color. However it is not the same as having a transparent background (unless the ListView itself also has a transparent background, which in your case it probably doesn’t).

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

Sidebar

Related Questions

I am trying to remove / replace white space from a string in as3.
I'm trying to remove all white space and code comments from my .php files
Is there a way to remove the white background-color from the fancybox-inner div? heres
I'm trying to load page and then remove some elements in it. While doing
I came from a java background, and I was trying to use protocol like
I'm trying to remove the last 3 characters from a string in Python, I
I am trying to remove a certain color from my image however it's not
I'm trying to take away a white border that is appearing from behind an
So im trying to style a submit button. The background comes from a transparent
Gentlepersons, How does one initialize a collection instance from MXML in Flex/Actionscript? Background Let's

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.