我用 html 标签创建了垂直和水平线<hr>
,并将它们放在 PHP 脚本中。我遇到的问题是,当您放大网站时,线条的位置会移动。
如果您缩放(大多数浏览器上的命令键 +/-),我制作的边框(带有 div)会保持在原位,但水平线和垂直线不会。
我只想提到的另一件事是,由于 oscommerce 2.2 配置,我无法更改 CSS 脚本 (stylesheet.css)。它是 oscommerce 服务器的一个非常旧的版本,我知道它可能是一个更好的选择升级服务器并查看模板,但我想在这里找出我的问题。
所以我们不要谈论 CSS,因为在这种情况下我无权使用它。
这是代码片段:
<div style="width:680px;height:540px;border-radius: 20px;-webkit-border-radius: 20px;-moz-border-radius: 20px;-o-border-radius: 20px;border:1px solid #a4a4a4;background-color:#FFFFFF;">
<hr style="width: 0.3px; height: 480px; background: #333; position: absolute; left: 660px; top: 315px;">
<hr style="width: 0.3px; height: 480px; background: #333; position: absolute; left: 890px; top: 315px;">
<hr style="width: 610px; height: 0.3px; background: #333; position: absolute; left: 468px; top: 463px;">
<hr style="width: 610px; height: 0.3px; background: #333; position: absolute; left: 468px; top: 643px;">
<table width="100%" cellspacing="0" cellpadding="15">
</div>