yanmin
07-12-2004, 10:50 AM
see this script
http://www.dynamicdrive.com/dynamicindex2/pagescroller.htm
now i want to embed this script into one page in my frames
however i disable my frame scrolling to no
then strange thing happen, the page scroll left instead scroll down
please help, i need it urgent, please
however i disable my frame scrolling to no
use CSS
.body{
overflow:hidden
}
then strange thing happen, the page scroll left instead scroll down
Not strange at all...page will scroll on the axis where frame size is lower than page size. Scroll works on both axis, what is so strange? :D
yanmin
07-12-2004, 11:28 AM
use CSS
.body{
overflow:hidden
}
what u mean actually, another problem is the web site i developed is in IE 4+condition
what u mean actually
When I said CSS I meant CSS. Don't you know what CSS is? Try learn a little bit, 'cose you will go nowere with javascript and no CSS...
yanmin
07-12-2004, 12:10 PM
i try already, but the IE 4 seem cannot support and is that the only solution
That is the reason for IE5 or IE6 have been developed. Clients with IE4 are fewer and fewer. No resonable reson (and, in fact, NO WAY) for doing new things on older support...
yanmin
07-13-2004, 12:10 AM
please help friend, it is not i want to use ie 4, there are stubborn old forks in my school
Vladdy
07-13-2004, 12:16 AM
See my sig, for a proper definition of working web site.
If you separate content from presentation by using semantically correct HTML markup styled with CSS, your site will be compatible with any browser.