Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Object Detection using Javascript.


  • From: rer at datacompusa.com (Roger Roelofs)
  • Subject: [Javascript] Object Detection using Javascript.
  • Date: Fri Sep 24 09:03:27 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