Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

scrollbars in a <DIV> in Netscape

Status
Not open for further replies.

FesterSXS

Programmer
Feb 4, 2002
2,196
GB
I have the following code to limit the size of a <DIV> block in my page. Naturally the code works fine in IE but I cannot get any scrollbars in Netscape.
Code:
<DIV STYLE=&quot;width: 600; height: 350; overflow-x: hidden; overflow-y: auto;&quot;>
some page content here
</DIV>
Any suggestions??
Tony
reddot.gif WIDTH=500 HEIGHT=2 VSPACE=3

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top