[css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
Hey all, Working on something right now and it displays perfectly in Safari, performs like it should in Firefox and leaves me flabbergasted in IE. I'm aware of IE's limitations, but I know it can work. Question is, who can help me make it work? http://zooibaai.nl/sandbox/basant/ is what I'm

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread matthijs abeelen
Hi Rob, A solution might be to get rid of the fixed positioning, and instead float everything. As it is now, identity and navigation come first in the source, so just floating them left and right, and then giving main a left-and right margin should do the trick. At least, I did try it locally

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
On 9/25/05, matthijs abeelen [EMAIL PROTECTED] wrote: A solution might be to get rid of the fixed positioning, and instead float snip / Hope this helps a bit. Really, I didn't take (have) the time to test elaborately, so hopefully I didn't introduce new messy stuff. Uh, I actually _want_

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread matthijs abeelen
aha, now I see. Sorry about that then. I didn't realise you wanted that fixed effect. Then I can only give the following links, but you'll probably now them already. Maybe interesting for some others following this list. http://annevankesteren.nl/2004/07/fixed-positioning

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Stuart Homfray
Rob Mientjes wrote: Working on something right now and it displays perfectly in Safari, performs like it should in Firefox and leaves me flabbergasted in IE. I'm aware of IE's limitations, but I know it can work. Question is, who can help me make it work? http://zooibaai.nl/sandbox/basant/

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
On 9/25/05, matthijs abeelen [EMAIL PROTECTED] wrote: http://annevankesteren.nl/2004/07/fixed-positioning http://www.cssplay.co.uk/layouts/fixed.html Yeah, will check again. Fixed positioning can be difficult to get going cross-browser. Maybe some of the real css-gurus here could help

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Gunlaug Sørtun
Rob Mientjes wrote: I'm aware of IE's limitations, but I know it can work. Question is, who can help me make it work? http://zooibaai.nl/sandbox/basant/ is what I'm talkin' 'bout. Any help is appreciated, as long as it makes sense (if possible with IE) ;) My solution only works with IE6 in

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
I have it fixed now, and I'm trying IE7 (the JS) to fix the layout. We'll see if that's any good. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
http://annevankesteren.nl/2004/07/fixed-positioning http://www.cssplay.co.uk/layouts/fixed.html There's also my Frames without Frames http://www.fu2k.org/alex/css/frames which is, in my not very humble opinion, a much more thorough and expansive take on the matter. And the granddaddy of

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread David Laakso
Rob Mientjes wrote: I have it fixed now, and I'm trying IE7 (the JS) to fix the layout. We'll see if that's any good. Locked @ 1280 in XP_SP2 IE/FF/Moz/Opera. (and mambo on hover) ~dL -- David Laakso http://www.dlaakso.com

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread David Laakso
Rob Mientjes wrote: On 9/25/05, David Laakso [EMAIL PROTECTED] wrote: Locked @ 1280 in XP_SP2 IE/FF/Moz/Opera. Yup, it started messing with my layout and the elements moved along with a drag: not good. I disabled it for now. But wait, FF too? That's weird. (and mambo on hover)

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
On 9/25/05, David Laakso [EMAIL PROTECTED] wrote: The page is bumpy when scrolled in IE, yes. The links cause motion sickness (mambo) on hover in all browsers. The links shift 3 pixels, which is intended. The bumpy scrolling... Is that still the case? I killed IE7.

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread David Laakso
Rob Mientjes wrote: On 9/25/05, David Laakso [EMAIL PROTECTED] wrote: The page is bumpy when scrolled in IE, yes. The links cause motion sickness (mambo) on hover in all browsers. The links shift 3 pixels, which is intended. The bumpy scrolling... Is that still the case? I killed

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
On 9/25/05, David Laakso [EMAIL PROTECTED] wrote: Side columns bounce when scrolled in IE. Repeated scrolling crashes browser.http://zooibaai.nl/sandbox/basant/ I had that when the sides were still fixed with IE7, but now they're static for me on IE6. Are they fixed for you like on Firefox but