The css works exactly as it should for all browsers. Your issue is that you're trying to do something that greybox is not set up for - most people would use the CSS properties in the greybox'd page rather than the greybox itself.
Anyway, .GB_window .content holds an iframe. In IE, if the iframe background is not explicitly set to transparent using ALLOWTRANSPARENCY="true" in the iframe tag, then the parent's background colour won't show as the iframe background color gets in the way. I *think* you'd need to edit loader_frame.html to add this. However, this means you'd have to explicitly set the iframe background every time. Try it out and post back what happens. -- Tyler Style http://malthusian-solutions.com http://nirdvana.com P+sGuy wrote: > Tyler, > > .GB_window .content is part of Greybox's styling from the > gb_styles.css. The .css uses background-color: #fff. I tried changing > the color hex number. It didn't work in IE only FF & Safari. Seeing > that IE is still the predominate browser, you'd think the .css would > work & have been tested on IE. > > .GB_Window .content { > background-color: #fff; > border: 3px solid #ccc; > border-top: none; > padding: 0px; margin: 0px; > } > > > > > > On Apr 4, 11:31 am, Logos <[email protected]> wrote: > > Have you tried using the more specific background-color instead of > > just background? > > > > Also, where is this CSS? Is it in the greybox.css file? If not, > > perhaps IE is evaluating the order of CSS statements differently than > > FF/Safari and the original value is taking precedence. > > > > -- > > Tyler Stylehttp://malthusian-solutions.comhttp://nirdvana.com > > > > P+sGuy wrote: > > > Why are simple things (in theory) so difficult to do in reality? If > > > you change the background color in the CSS .GB_Window .content, the > > > background color change does not work in IE but works in FF & Safari. > > > Is there a simple way to do this? > > > > > My code. > > > . > > > GB_Window .content { > > > border: 3px solid #cc0000; > > > border-top: none; > > > background: #CCCCCC; > > > } > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GreyBox" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/greybox?hl=en -~----------~----~----~----~------~----~------~--~---

