[Javascript] Object Detection using Javascript.

Roger Roelofs rer at datacompusa.com
Fri Sep 24 09:03:20 CDT 2004


Ben,
On Sep 24, 2004, at 9:27 AM, Ben Crane wrote:

> Roger,
>
> It wasn't on a website I found this. I ran a test
> website locally using apache and using Opera 7, the
> CSS tag overflow: scroll; didn't appear to work and
> the data spilled out of the div tag. I tried a work
> around with no luck.

I just applied this style to a div and it worked fine in Op 7.5/mac.  
The next previous version of Op for mac is 6.03, so I can't test 7.
-------------
<style type="text/css">
#scroller {
	margin: 1em auto;
	height: 20em;
	width: 80%;
	overflow: scroll;
}
</style>
-------------

hth
Roger
-------------------------------------------------------
Roger Roelofs                 web   www.datacompusa.com
Datacomp Appraisal Services   web   www.mhvillage.com
3215 Eaglecrest Drive, NE     Email rer at datacompusa.com
Grand Rapids, MI  49525-4593 
  




More information about the Javascript mailing list