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?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---