Forum Moderators: open

Message Too Old, No Replies

div tag in netscape

div tag with overflow:scroll probelm

         

cp_raj

1:52 pm on Mar 19, 2003 (gmt 0)

10+ Year Member



i have give a div tag and inside that i have given a table,inside the table i have generated a combo box dynamically all are generating properly but i am unable to drop down the combo,but data is there ,in div tag i have give overflow:scroll.if i remove the overflow:scroll it is working properly,but i want overflwo:scroll.what i want to do any think option for div in netscape,if i wnat ot use layer how to use the overflow:scroll.please check and send mail

felix

3:51 pm on Mar 19, 2003 (gmt 0)

10+ Year Member



Not positive, but styling just the td that contains the combo box with "overflow:visible" may be the answer. That should be the default, and overflow is not supposed to be inherited, but each browser has its quirks...

DrDoc

9:30 pm on Mar 19, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to Webmaster World!

Let me first ask this: are you talking about Netscape 4 or 6/7? If it's 4 (which it sounds like) then you can forget getting overflow:scroll to work. NN4 understands only overflow:hidden and overflow:visible.

Adjust your layout accordingly to work with browsers that do not fully support overflow control. Even Opera 6 doesn't!