Ahhhh...well, greybox does work cross browser. It's the modifications that you're trying to add that don't :) Cross browser code is a pain in the keister!
BTW, what doctype are you using? I always use strict, it makes life easier when cross browser scripting. If you posted a link, we could have a looksee and give more meaningful help; hard to diagnose many of the issues you're having without context. > I tried using the ALLOWTRANSPARENCY="true" and that didnt' work. I'm surprised, actually. It works on my iframes at healthyhabitsweb.com. Are you sure you're adding it to both iframes? > 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. Try adding SCROLLING="no" to the iframes. You can also do this via css. Also, in IE6 and in quirks mode, the body's width attribute of the greybox'd frame needs to be set to like 98% - otherwise you get scrollbars. > I've tried getting rid of spacing in the iframe that's around the > loaded html and that has not worked cross browser. That should be modified in your greybox'd page, nyet? > 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. I think I'd need to see what you're doing to fully understand that. And: would not setting the greybox'd page's background colour work just as well? > 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. Yah, it's a struggle. Now you know why web developers hate standards- breaking IE with such a passion :) -- Tyler Style http://malthusian-solutions.com http://nirdvana.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

