![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
What I understand from your question is that you want to launch a new window for a Web page with a fixed window size and no scroll bars. Is that correct? |
|
You will be going through a lot of effort to seize control of my browser, but my browser will defeat that effort and leave me in control. |
#2
| |||
| |||
|
|
David E. Ross wrote: What I understand from your question is that you want to launch a new window for a Web page with a fixed window size and no scroll bars. Is that correct? Yes, correct. I would like let users change window size and scroll up/down, left/right. But all browsers implemented the <table> are suck! When you have a LARGE/BIG <table>, 1. you want the header row (top row) remain on the top when you scroll the vertical scrolling bar. Similar, 2. you want the left column remain on the left when you scroll the horizontal scrolling bar. I have been tried to do 1. and 2. for few months. So far I success on 1. by used CSS tbody.maintable { overflow-y: scroll; height: 35em; overflow-x: scroll; width: 40em; } By this I can limit the table height in 35em. But the browser window override the width, made the window very wide. I also tried table width="80%"> still no luck. Therefore, I give up this. I came up my own way to handle a LARGE/BIG table>. Let user doing up/down, left/right meet the requirement 1. and 2. You will be going through a lot of effort to seize control of my browser, but my browser will defeat that effort and leave me in control. Try this link, I know you can still resize the window size. I hope you can not resize the <frame I tested it works well in FF (Firefox) and NS (Netscape), not quite well in IE. http://amazon.nws.noaa.gov/hads/test/frametable.html Any new idea help me improve? Meet the requirement 1. and 2.? |
![]() |
| Thread Tools | |
| Display Modes | |
| |