Actually Tylor, my experience so far w/ greybox is that nothing works cross browser. I'm not trying to be negative, that's just my experience.
I tried using the ALLOWTRANSPARENCY="true" and that didnt' work. The reason I've gotten to this point is because I'm trying to get the html that's loaded into the greybox to be a full bleed to all edges of the window in the greybox overlay. So far none of the methods I've tried have worked cross browser. I've searched thru the group to find ways to get ride of the vertical & horizontal scrolls bars and they haven't worked cross browser. I've tried getting rid of spacing in the iframe that's around the loaded html and that has not worked cross browser. I tried using the .GB_Window .content CSS to control the background color of the iframe so the loaded html has the look of a full bleed to the edges and that hasn't worked cross browser either. What I'm trying to achieve should be easy but so far it has proven not to be. All I want is for my loaded html to not have scroll bars, I don't want padding or white space from the .content div or the iframe around my loaded html. Everything that I have tried and searched for in the Google Group has not worked cross browser. On Apr 8, 9:20 am, Logos <[email protected]> wrote: > 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 Stylehttp://malthusian-solutions.comhttp://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 -~----------~----~----~----~------~----~------~--~---

