为什么我的 ASPX页一提交 CSS样式就没了
为什么我的 ASPX页一提交 CSS样式就没了
又不是全没 就字体的没了
我设置了LABLE 如下
C# code:
<asp:Label ID="Label1" runat="server" Font-Size="Small" ForeColor="Blue" Font-Bold="false" Text="请输出数字,数字越大排列越靠前"></asp:Label>
一提交 字体就变大
提交了 就用respon.redirect(url)重新载入呢 ?
你可能用了Response.Write(........);
改用:
Page.ClientScript.RegisterStartupScript(Page.GetType(), "", "alert('XXXXX!!')", true);
不明白
Page.ClientScript.RegisterStartupScript(Page.GetType(), "", "alert('XXXXX!!')", true);
我没使用 Response.Write(........);
就是一个提交 然后文本框都清空而已
相关问答:
不懂他网格如何原理
\Using Nesting Grids
YUI Grids CSS provides a system for subdividing sections of your page with nestable grids. Use this technique to easily create complex layouts that go ......
CSS code:
body {
}
#x
{
width:1024px;
height:768%;
background-color:Red;
position:relative;
}
#x.top
{ position:absolute;
width:800px;
height:100px;
top:0px ......
问题在代码中!
JScript code:
<div style="width:800px;height:200px;border:1px #dcdcdc solid">
父div为div3
<div style="width:200px;height:200px;backg ......
截取css代码,div里面平行有p span em,在chrome 和FF下已经调整好了,就是在IE下span和em都无法显示,而且显示加IE hack
比如
#d1{ *height:40px;}是根本不起作用的,问大牛
div{ width:200px;height:60px ......