YP slide out menu problem

liunx

Guest
Hey everyone.

I put youngpup's slide out menu (<!-- m --><a class="postlink" href="http://simplythebest.net/scripts/DHTML_scripts/dhtml_script_114a.html">http://simplythebest.net/scripts/DHTML_ ... _114a.html</a><!-- m -->) into my website but have run into a problem.

Basically what happens is when I change from 800x600 position to a higher resolution the sub menus begin to misplace themselves. The page is center which I think is the problem. I'm just starting to get the hang of CSS but this certainly put a loop in it.

Even if someone can suggest how I can left align it would be a quick and dirty solution.

Here (<!-- m --><a class="postlink" href="http://www.k12.nf.ca/hcch/website/basiclayout.html">http://www.k12.nf.ca/hcch/website/basiclayout.html</a><!-- m -->) is the site.

Cheers,

ChrisAck! That slideout menu is really annoying. I suggest you don't use it.One way around that is to capture cursor position and pass that as the starting value to the top, left absolute positioning of the menu. Here's (<!-- m --><a class="postlink" href="http://www.w3schools.com/js/tryit.asp?filename=try_dom_event_clientxy">http://www.w3schools.com/js/tryit.asp?f ... t_clientxy</a><!-- m -->) a simple mouse coordinates capture script.Do yourself a favour - switch the javascript off in your browser then reload your page. It's not pretty.yeah.. that isn't very pretty. But I'm not worrying about that. This website is focused on the settings here at the school network. Thanks for the heads up though.

Cheers,

ChrisI'm not familiar with it... but would offsetleft work?
 
Back
Top