thanks for the reply.
the page has very little (if any depending on browser size) vertical scrolling. the page is design for an 800x600 screen and displays a very wide table. i could do i veritcally (with no horizontal scroll), but (to me anyways) the information is easier to comprehend in the ...
Search found 6 matches
- Thu Jan 27, 2005 5:51 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: followscroll doesn't follow horizontally???
- Replies: 2
- Views: 2264
- Thu Jan 27, 2005 4:55 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: followscroll doesn't follow horizontally???
- Replies: 2
- Views: 2264
followscroll doesn't follow horizontally???
in my menu code i have set
followscroll="1";
if the page scrolls vertically, the menu will follow as you go down the page. if you scroll horizontally, the menu doesn't follow.
here is an example (make sure your browswer's window is small enough that both the vertical and horizontal scroll bars ...
followscroll="1";
if the page scrolls vertically, the menu will follow as you go down the page. if you scroll horizontally, the menu doesn't follow.
here is an example (make sure your browswer's window is small enough that both the vertical and horizontal scroll bars ...
- Tue Jan 25, 2005 10:52 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: https and iframe problems
- Replies: 4
- Views: 3310
nevermind. i had this line at the top of my onload method that i call...
since the menu now adds iframes, the code above doesn't work any longer.
thanks anyways...
Code: Select all
if (top.frames.length>1) top.location=self.document.location;
thanks anyways...
- Tue Jan 25, 2005 6:01 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: https and iframe problems
- Replies: 4
- Views: 3310
ok. i figured something else out. the call to drawMenus(); has to be done before the page finishes loading evidently. i had moved this call to a method that i created that is called onload for the page. so i have moved this call back to the end of the menu creation <script> and the page nows loads ...
- Tue Jan 25, 2005 5:46 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: https and iframe problems
- Replies: 4
- Views: 3310
try this...
here is an example. i can't give access to our company's https site. but this seems to work. i opened the offending page. did a save as html in IE. cleaned up the files for public consumption. and put it on my personal website. the menu still behaves the same as it does on the live web server. so ...
- Tue Jan 25, 2005 5:14 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: https and iframe problems
- Replies: 4
- Views: 3310
https and iframe problems
i am testing out this menu to see if it will work on our site. here is what i did...
(using IE 6.0, Tomcat Webserver, Cocoon)
1. the pages the menu needs to be placed on are https
2. i saved an example of the pages to an html file and played with the menu and got it working just fine
3. now i am ...
(using IE 6.0, Tomcat Webserver, Cocoon)
1. the pages the menu needs to be placed on are https
2. i saved an example of the pages to an html file and played with the menu and got it working just fine
3. now i am ...