whenever i load or refresh the page i see these images(with its container)
rapidly flashing/blinking on left side...
but the real position of the container(with images) is on the right side of the page...
i don't see this effect on ie/opera... only in these browsers...
these are 3 diferent browsers and this flashing occurs on three of them... so i don't know what to think...
it is not on the web.. sorry
maybe some had this problem... as i said it occurs in three browsers: firefox,mozilla and netscape..
i know that all three use gecko engine for rendering... so it seems like rendering problem
All these browser use the right "way" of rendering.
Meaning that heses browser render your code the way it should be. (usually)
And IE doesn't. So as a rule of thumb, always make your code work in mozilla first (or ns) and then fix the stuff on ie.
It'll be faster.