Layout of a loaded doesn't look the same????

Layout of a loaded doesn't look the same????


Hi all,
I use this code to load a page,
$("#showContent").click(function() {
        $("#content").css("overflow-y", "scroll");
    $("#content").load("showContent.php");
        });
But now showContent.php doesn't look the same it seem to have an added
row height???
Anyone else encountered this problem?
Any solutions, tips?