怎样给iframe加背景色
程序是这样的:response.write("document.write('<iframewidth=90height=23ALIGN=topSCROLLING=noi...
程序是这样的:
response.write( "document.write('<iframe width=90 height=23 ALIGN=top SCROLLING=no id=shuaxin src=fun/count.asp?sid="&request("sid")&"&shuaxin=1></iframe>');" )
怎样给iframe定义一个色彩呢? 展开
response.write( "document.write('<iframe width=90 height=23 ALIGN=top SCROLLING=no id=shuaxin src=fun/count.asp?sid="&request("sid")&"&shuaxin=1></iframe>');" )
怎样给iframe定义一个色彩呢? 展开
2个回答
展开全部
<iframe width=320 height=290 name=main SRC="http://baidu.com"
allowTransparency="true" STYLE="background-color: green">
</iframe>
src必需有地址才有效果
allowTransparency="true" STYLE="background-color: green">
</iframe>
src必需有地址才有效果
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在您需要引用的网页中,插入CSS代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>被引用的网页</title>
<style type="text/css">
body{ background:#CC6633'颜色自选'}
</style>
</head>
<body>
</body>
</html>
<iframe src="把上面的网页地址添加到此" width="宽度尺寸" height="高度尺寸" frameborder="0" scrolling="是否显示滚动条">
</iframe>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>被引用的网页</title>
<style type="text/css">
body{ background:#CC6633'颜色自选'}
</style>
</head>
<body>
</body>
</html>
<iframe src="把上面的网页地址添加到此" width="宽度尺寸" height="高度尺寸" frameborder="0" scrolling="是否显示滚动条">
</iframe>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |