hi, jumping problems
Permalink
hi, first of all i want to thank everyone for the help and for this great cms.
i have a problem that i cant say why it happend and whats funny its happening only in explorer and not any time but to much time so please watch it in explorer.
the problem is that for some reasons the site is jumping the pictures are not in the place and its could be in 2-3 types that are not the same but it usually the same problem at the template, something told me that is maybe the image menu navigation build with auto nav with simple script that when hover the picture is changeing
some times its stuck, sometimes for 1 min, sometimes change in 1 second by itself, sometime just when hover the menu he goes back in is right place, but eitherway its not possible to upload site that way to the net
i belive its not the first time you saw it, here an example.
thank you very much!
i have a problem that i cant say why it happend and whats funny its happening only in explorer and not any time but to much time so please watch it in explorer.
the problem is that for some reasons the site is jumping the pictures are not in the place and its could be in 2-3 types that are not the same but it usually the same problem at the template, something told me that is maybe the image menu navigation build with auto nav with simple script that when hover the picture is changeing
some times its stuck, sometimes for 1 min, sometimes change in 1 second by itself, sometime just when hover the menu he goes back in is right place, but eitherway its not possible to upload site that way to the net
i belive its not the first time you saw it, here an example.
thank you very much!
well maybe i will do a test i will get rid the java for one day and see if this it the problem
after disable all java in the page, and made the auto nav in regular text this still happing heres a picture.
thanks.
thanks.
Also, make sure your elements javascript is using are positioned, because ie sucks worse if something has no position. You can also fix some issues by triggering hasLayout by adding an ie specific rule to your css, something like zoom:1. Overflow rules can also trigger hasLayout. I would recommend looking up IE specific hacks for these issues, as they are probably well documented online. You can also avoid many calculation errors by using a css grid framework like 960.gs or blueprint. I've been using blueprint and it make easy work of calculating widths and margins so you minimize these types of issues. Sorry I can't help more!