(javascript) Sliding Menu problems
so ive almost got it to perfection
except for one thing, it isnt automatically in its slid left position, you must mouseover before it does it Im trying to get it to create it with it slid left and hidden heres the code Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
Re: (javascript) Sliding Menu problems
(I think it's off-topic anyway)
That's an old (javascript 1.2) poor code: - You would make it clearer and easier to maintain by writing that layer (div) explicitly in html rather than using document.write inside body. - You don't need to provide netscape navigator 4 support - nobody uses that version - Nobody uses ie4 as well, "getElementById" has been implemented in ie since version 5.0 so you don't need all those twists with document.all - It seems to support nn6?, and it doesn't work in firefox. If you want a fast fix to that crap so it will at least work on ie; declare pullit variable in the beginning of the script: Code:
var pullit;Code:
window.onload=regenerate2Code:
window.onload=draw |
Re: (javascript) Sliding Menu problems
Unrelated to AMX Mod X. Closing.
|
| All times are GMT -4. The time now is 00:34. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.