This is just a reflection of IE always having space for a
vertical scrollbar
on a page that doesn't require one, right?
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"David Powers" <david@example.com> wrote in message
news:fomo8t$nuj$1@forums.macromedia.com...
> David Powers wrote:
>> It seems that IE places the scrollbars inside a div
when you set overflow
>> to auto. Consequently, it covers the last line of
content. Since there's
>> only one line in that div, the horizontal scrollbar
masked the text, and
>> left no room for a vertical scrollbar.
>
> For anyone who is interested, when overflow is set to
auto, Internet
> Explorer ignores bottom padding and margin, so it always
obscures the last
> line of content if a horizontal scrollbar is spawned.
However, it
> accommodates the content accurately when overflow is set
to scroll.
>
> Since my script blocks only scroll horizontally, I
solved the problem by
> setting the main style sheet to use overflow: auto, and
an IE conditional
> comment to use overflow: scroll for IE only. As a
result, IE always
> displays both horizontal and vertical scrollbars, even
if they're not
> needed. Other browsers spawn scrollbars only when
needed.
>
> --
> David Powers, Adobe Community Expert
> Author, "The Essential Guide to Dreamweaver CS3"
(friends of ED)
> Author, "PHP Solutions" (friends of ED)
>
http://foundationphp.com/