由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - firefox problem with ASP.NET
相关主题
FORM中用POST时数据是怎么打包传送的?js实现的网页内容折叠在firefox下不行
在dreamweaver里, 如何使生成的页面固定在ie 界面的中间。这个有背景图片的菜单的无子菜单的why-a-gap-here项后面为什么断了?
Word file in IE[HELP] My page cannot pass W3C check
Re: How to save rows(cols) settings of f为什么这个小html程序在firefox和ie上运行结果不一样?
中文css教程CoolSite: devedeg.netscape.com
问个用table控制版面的问题Firefox怎么越来越慢?
问个css在IE和ff下显示不同的问题怎么把一个网页上的flash存下来
table在IE7中显示不正常,何故?问个IE 如果击活其它网站cookie的问题?
相关话题的讨论汇总
话题: firefox话题: cells话题: problem话题: ie
进入BuildingWeb版参与讨论
1 (共1页)
l********t
发帖数: 115
1
Table1.Rows[0].Cells[i].BorderColor=System.Drawing.Color.FromArgb(210,201,171)
;
Table1.Rows[0].Cells[i].BorderWidth=1;
firefox doesn't support the above code? it works fine with IE.
o***e
发帖数: 30
2
ASP.NET generate MS specific HTML? LOL.

【在 l********t 的大作中提到】
: Table1.Rows[0].Cells[i].BorderColor=System.Drawing.Color.FromArgb(210,201,171)
: ;
: Table1.Rows[0].Cells[i].BorderWidth=1;
: firefox doesn't support the above code? it works fine with IE.

c***r
发帖数: 4631
3
You may be able to access the cells via W3C code like
table.rows[ i ].childNodes[ j ]
But be careful of #text nodes.

【在 l********t 的大作中提到】
: Table1.Rows[0].Cells[i].BorderColor=System.Drawing.Color.FromArgb(210,201,171)
: ;
: Table1.Rows[0].Cells[i].BorderWidth=1;
: firefox doesn't support the above code? it works fine with IE.

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
问个IE 如果击活其它网站cookie的问题?中文css教程
为什么firefox不能重新定向一个网络文件到本地?问个用table控制版面的问题
大家帮我看看这是什么问题问个css在IE和ff下显示不同的问题
firefox cache问题求救table在IE7中显示不正常,何故?
FORM中用POST时数据是怎么打包传送的?js实现的网页内容折叠在firefox下不行
在dreamweaver里, 如何使生成的页面固定在ie 界面的中间。这个有背景图片的菜单的无子菜单的why-a-gap-here项后面为什么断了?
Word file in IE[HELP] My page cannot pass W3C check
Re: How to save rows(cols) settings of f为什么这个小html程序在firefox和ie上运行结果不一样?
相关话题的讨论汇总
话题: firefox话题: cells话题: problem话题: ie