My Floating Menu Script now works just fine. If only I understood why I made the suggested changes. Thanks again.
Type: Posts; User: northyukon; Keyword(s):
My Floating Menu Script now works just fine. If only I understood why I made the suggested changes. Thanks again.
is it possible to resize the target window, so that it doesn't fill the full screen, but comes up as a smaller screen.
Just looked at your website. I have a small screen and when I hover over one of your pictures, the picture is on the right but only half of it is visible. I can't scroll over to see the full...
Right now I use target="_blank" to open a new window when using a link.
I'd like to be able to indicate how large the new window will be when opened. I believe there is a little javascript to do...
I'm using windows internet explorer 8
/*
Floating Menu script- Roy Whittle (http://www.javascript-fx.com/)
Script featured on/available at http://www.dynamicdrive.com/
This notice must stay intact for use
*/
This is the script I am...
Thank you, I substituted your code for my old code at this site.
http://www.thepercy.com/history2-floatmenu.html
It is working just fine now, even with my previous DOC TYPE. Because I have...
I printed the newer version of script, but can't seem to find where the differences to the old version appear.
Also changed the DOC TYPE to <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.0 //EN">
...
I've used this floating menu on a web page
it works with <html> as the Doc Type, however, when I use the following DOC Type it stops floating.
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0...