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
-~----------~----~----~----~------~----~------~--~---