需要帮助调整此 HTML 框架的大小

发布于 2024-12-05 21:57:11 字数 1107 浏览 1 评论 0原文

好吧,我以前从未使用过框架,但这次更高的功率迫使我动手。

我需要做的是调整此模板中“footer.html”框架的大小。

<html>
<head>
<title>Store Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset cols="*,1034,*" frameborder="NO" border="0" framespacing="0"> 
<frame name="sideblanks" scrolling="NO" src="blank_left.html">

<frameset rows="135,*,25" frameborder="NO" border="0" framespacing="0"> 
<frame name="top" scrolling="NO" noresize src="top_nav.html" >
<frameset cols="200,*" frameborder="NO" border="0" framespacing="0"> 
<frame name="meny" noresize scrolling="NO" src="menu_1.html">

<frame name="content" src="content.html">
</frameset>

<frame name="chart" scrolling="NO" noresize src="footer.html">

</frameset>
<frame name="sideblanks" scrolling="NO" src="blank_right.html">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes> 
</html>

我感觉自己又变成了一个完全的新手。我不喜欢,我害怕。

任何帮助都会很棒。

Ok so I've NEVER worked with frames before but a higher power has forced my hand this time.

What I need to be able to do is resize the 'footer.html' frame within this template.

<html>
<head>
<title>Store Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset cols="*,1034,*" frameborder="NO" border="0" framespacing="0"> 
<frame name="sideblanks" scrolling="NO" src="blank_left.html">

<frameset rows="135,*,25" frameborder="NO" border="0" framespacing="0"> 
<frame name="top" scrolling="NO" noresize src="top_nav.html" >
<frameset cols="200,*" frameborder="NO" border="0" framespacing="0"> 
<frame name="meny" noresize scrolling="NO" src="menu_1.html">

<frame name="content" src="content.html">
</frameset>

<frame name="chart" scrolling="NO" noresize src="footer.html">

</frameset>
<frame name="sideblanks" scrolling="NO" src="blank_right.html">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes> 
</html>

I feel like a complete novice again. I don't like it, I'm scared.

Any help would be great.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

弄潮 2024-12-12 21:57:11

调整此处的数值:

<frameset rows="135,*,25" frameborder="NO" border="0" framespacing="0">

Adjust the numeric values here:

<frameset rows="135,*,25" frameborder="NO" border="0" framespacing="0">
×纯※雪 2024-12-12 21:57:11

您已经使用了“行”和“列”,您可以使用行或 CSS 设置框架的高度。

如果您需要动态更改框架的高度,您可以使用 javascript 或 JQuery 来完成此操作,但必须将其作为父级引用。以确保您位于正确的窗口中。

你什么时候想要改变框架的高度?

you have used "rows" and "columns" you can set the height of the frame with rows or with CSS.

if you need to dynamically alter the height of the frame you might be able to do this with javascript or JQuery but you have to reference it as parent. to make sure you are in the right window.

when are you wanting the height of the frame to change?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文