More Problems - This time scroll bars

  • Thread starter Dennis M. Marks
  • Start date
D

Dennis M. Marks

Go to page http://www.dcs-chico.com/~denmarks/amtrak.html
Select California Zephyr
In the window that opens there are scroll bars in IE but not in
Navigtor. This is on a Mac. Mayby it works on a PC. What is wrong?

The window is created with a call to this function:

function createWindow() {

winStats='toolbar=no,location=no,directories=no,menubar=no,scrollbars=ye
s,resizable=yes,width=625,height=600';
if (navigator.appName.indexOf("Microsoft")>=0) {
winStats+=',left=10,top=10'
}else{
winStats+=',screenX=10,screenY=10'
};
TheWindow=window.open("","",winStats);
};
 
L

Louis Somers

Opera as well as IE6 have scrollbars. IE even has a horizontal scrollbar.
If you make the table a little less wide the horizontal scrollbar will
dissappear.
 
D

Dennis M. Marks

There is no scrollbar in Mac Netscape Navigator even though the page is
larger than the window. The is no problem in IE.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top