gpt4 book ai didi

jquery - 填充,cellpadding 不适用于 jquery ajax 加载

转载 作者:行者123 更新时间:2023-11-28 14:32:13 26 4
gpt4 key购买 nike

当我使用 Jquery 加载函数在 DIV 中加载页面时,table 标签上的 table cellpadding 和 padding css 属性不起作用。

这是正常行为吗?

加载页面的代码

$("#ajax_content").load("page.php", function () {
})

页面上的表格标签.php

<table cellpadding="2px" style="background-color: white;width: 550px; height: 34px;padding:10px">

谢谢

编辑:

我找到问题了!在我正在加载 page.php 的主页中有这样的 css 代码

table {border-collapse:collapse;}

问题是,在我删除它后它现在工作得很好。

最佳答案

<table cellpadding="2" style="background-color: white;width: 550px; height: 34px;padding:10px">

cellpadding="2" 而不是 cellpadding="2px"

padding:10px" 表格样式不适用于 IE7 及更低版本。

关于jquery - 填充,cellpadding 不适用于 jquery ajax 加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7250525/

26 4 0
文章推荐: asp.net - ASPX +渐变SVG在Visual Studio 2010上不起作用
文章推荐: javascript - 将参数从
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com