Linden A. Mueller wrote:
> Thanks... seems like such a simple fix... For some reason I thought 
> that had to stay there to make the float work (am I revealing myself 
> as a newbie yet?!)

That's not necessarily a "newbie error" - so, no... not yet :-)

> If not, here is another question that remove all doubt that I'm new 
> at this... when I hit reply, should I just send the reply to the 
> css-d email address, or should I click "reply all" and send the reply
>  to the individual who offered the advice AND to the list?

Use "reply all" - keep the 'to: css-d' address - and delete addresses to
those you don't think need an extra mail.

>> http://www.accellart.com

Yes, it's the...

body {overflow-y: auto;}

...you use as part a 'position: fixed' simulation in IE6' 'standard mode'.

You can use that method, but then you'll also have to add...

* html {overflow-y: hidden;}

...to prevent IE6' own scrollbar from appearing.

You'll also have to redo the positioning of the gallery, as IE6 will try
to "fix" _all_ elements with 'position: relative/absolute;'. That
"IE-fix" can create some serious problems :-)

If you really want a "fixed simulation" in IE6 - I use a similar method
here...
<http://www.gunlaug.no/contents/wd_additions_17.html>
...but I'm moving the whole scrollbar onto a div inside body instead of
having it on body itself, so it'll also work in IE5.x.
This CSS method does have its limitations though, and you have run into
some.

A different, more controllable, method here...
<http://www.gunlaug.no/contents/wd_additions_15.html>
...where I have used IE-expressions. However, this method also has
limitations.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to