further reduction of the overall top and left margin
how could default top and left margin be decreased?
something like this works on a plain example, but does not seem to work on my app. I will give it more thought and get back.
-
- <body id="test">
- <div >Test</div>
- </body>
- <script>
- $('#test').animate({marginLeft: '-=15px'}, 0);
- </script>