0
votes
1answer
36 views
How can I force reflow after DHTML change in IE7?
I have a page where the user can dynamically add file upload boxes. Adding the boxes changes the height of the div they are in, but certain elements of the div below it stay in th …
0
votes
2answers
257 views
When does reflow happen in a DOM environment?
What kinds of activities will trigger reflow of web page with DOM?
It seems there are different points of view. According to http://www.nczonline.net/blog/2009/02/03/speed-up-your …
0
votes
0answers
88 views
Preventing HTTP REQUEST on javascript DOM update
I am getting re-execution of imported js files upon a hitting a form button which calls a function to insert a DOM element into page ( in simulation to exe of an ajx callback funct …
1
vote
3answers
305 views
How can I force a webpage page to render at a minimum resolution, regardless of how small the viewport shrinks?
I am rather new to complex CSS, and have a question- I have a page which positions a floating element along the bottom of the page. It does so by setting the Bottom: 0, and Positio …
