摘要:
以前做面面IE6行高问题,总出.但为了省时间,都改用PADDING撑起来去解决了....就直接不用行高解决.今天有空又在网上查了查.总结一下解决方法!
因为li中加入图片,会导致line-height失效如:
当在一个容器里文字和img、input、textarea、select、object等元素相连的时候,对这个容器设置的line-height数值会失效; 同时以上元素的行高可能×2:
受影响的浏览器: Microsoft Internet Explorer 5.01 / Windows Microsoft Internet Explorer 5.5 / Windows Microsoft Internet Explorer 6
阅读全文
摘要:
';' not allowed before 'ELSE' ElSE前不允许有“;”
'' clause not allowed in OLE automation section 在OLE自动区段不允许“”子句
'' is not a type identifier 不是类型标识符
'' not previously declared as a PROPERTY 前面没有说明PROPERTY
'GOTO ' leads into or out of TRY statement GOTO 进入或超出TRY语句的范围
clause expected, but found 要求子句,但出现
16-Bit fixup encountered in object file '' 在对象文件遇到16位修复
486/487 instructions n 阅读全文
摘要:
SELECT * FROM 男人们WHERE (未婚=true or 离异=true) and 同性恋=false and 穷光蛋=false and 有房=true and 有车=true and 条件 in (‘细心’,'温柔’,'体贴’,'贤惠’,'会做家务,会做饭,会逛街买东西,会浪漫,活泼,可爱,帅气,绅士,大度,气质,智慧... 阅读全文
摘要:
MediaEvent.FreeEventParams(EventCode, Param1, Param2);
if EventCode=EC_Complete then
begin
if MediaControlnil then
MediaControl.Stop;
if MediaSeeknil then
begin
CurrentPosition:=0;
MediaSeek.SetPositions(CurrentPosition,
AM_SEEKING_AbsolutePositioning,
EndPosition, AM_SEEKING_NoPositioning)
end
end
end
阅读全文