The browser displays the web page differently when refreshing (when nothing has changed)

When I refresh my webpage, the browser (Chrome) does it differently every time. I did nothing between clicking update.

The page can be seen here: http://www.melbournedodgeball.com.au/dodgeballnew/team.php?teamid=5

If you click the Refresh button several times, this sometimes makes the page incorrect. Why is this happening and how can I stop it?

Here are a few screenshots of what I mean if you don't get a similar result:

http://dl.dropbox.com/u/1859080/Screen%20shot%202011-05-10%20at%206.33.40%20PM.png

http://dl.dropbox.com/u/1859080/Screen%20shot%202011-05-10%20at%206.34.01%20PM.png

EDIT: Thanks for the help guys, it looks like this happened after I set the image for the float to the left, and then set the containing div to overflow: hidden.

+3
source share
4 answers

For me, this always makes it "wrong." You need to put #achievements before #teamlogo in your HTML or use relative positioning to drop it.

+2
source

Most likely this is caching your browser. Try using firefox and press Ctrl + R + shift.

Or completely restart chrome and see if there is a problem.

and you did not close the tag correctly:

<ul class="subnav">
                        <li><a href="season.php?season=3">Sundays</a></li>
                        <li><a href="hall-of-fame.php">Hall of Fame</a></li>
                    </ul
+2
source

, script. , . , .

+1

... , , . , , , .

, , , . , .

PS - :)

: , - . (@Paolo_NL_FR)

0

All Articles