[thelist] html question dealing with divs, forms, and select/options..

Matthew Lewis matthewhse at gmail.com
Tue Aug 31 21:38:47 CDT 2004


By "scrollable text," do you mean you want to use a scrolling div?  If
so, one thing to remember is that a scrolling div (or any element set
to overflow:auto in your stylesheet) is very unpredictable
cross-browser. Rumor has it that some installs of IE 6 break the
scrolling completely, resulting in content that can't be accessed.

I've used some scrolling divs on my site with no complaints, but I'm
gradually eliminating them as I can.  They're just too instable
cross-browser.

On Tue, 31 Aug 2004 19:13:52 -0700, Diane Soini
<dianesoini at earthlink.net> wrote:
> 
> On Tuesday, August 31, 2004, at 01:38 PM,
> thelist-request at lists.evolt.org wrote:
> > i have a rather simple test page that i'm trying to set up. i'd like
> > to have
> > a section with scrollable text, followed by a drop down with a list of
> > states, which in turn is followed by a list of graphic/gif images...
> >
> > i'm screwing something up/missing something as the list of .gif images
> > is
> > not being displayed. if i alter the size of the list, i can get the
> > subset
> > to be displayed... i'm inclined to believe that what i'm running into
> > is
> > based on my lack of understanding/familiarity with the div method...
> >
> 
> Sounded to me like maybe the problem might be that you are using
> absolute positioning? Specifiying a height on the div, but the content
> exceeds the height? What happens if you do not use positioning, or do
> not set the height of the divs, or remove the div tags and use the
> normal document flow? What happens if you set the divs' CSS property
> scroll:auto?
> 
> 
> 
> --
> 
> News! - Evolt.org conference for web professionals.
> 17-19 September 2004 in Toronto, Canada.
> Details at http://TOevolt.org
> 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
> 
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>


More information about the thelist mailing list