08 2007 档案

摘要:<style>.out { position:relative; background:#bbb; margin:10px auto; width:285px }.in { background:#fff; border:1px solid #555; padding:10px 5px; position:relative; top:-5px; left:-5px; }</... 阅读全文
posted @ 2007-08-30 21:53 fisherman
摘要:本法兼容ie、firefox,opera没试过<style type="text/css">.box {background-color:#000000; color:#ccc; width:760px; height:500px; border:1px solid #ccc; position:absolute; margin:-250px 0px 0px -380px; top:5... 阅读全文
posted @ 2007-08-30 21:38 fisherman
摘要:<!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> <title&g... 阅读全文
posted @ 2007-08-30 21:00 fisherman
摘要:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><!-- saved from url=(0070)http://www.yaosansi.com/blog/attachments/month_0605/u200652501347.html --><HTML><HEAD>&l... 阅读全文
posted @ 2007-08-30 16:10 fisherman
摘要:CREATE PROCEDURE dbo.UspOutputData @tablename sysname AS declare @column varchar(1000) declare @columndata varchar(1000) declare @sql varchar(4000) ... 阅读全文
posted @ 2007-08-25 19:26 fisherman
摘要:用过FckEditor的朋友都知道,它的选择图片对话框中“浏览服务器”按钮。点击该按钮可以浏览以前已经上传过的文件。不过这个按钮点击后弹出的对话框在MAXTHON浏览器下是以标签形式打开的,这样模态对话框就始终显示在了浏览文件窗口之前,要想选择文件得先关掉模态对话框。先前有朋友提出把弹出模态对话框的功能改为ShowModlessDialog,这个终究不是解决之道,现将我的解决方法写下来与大家分... 阅读全文
posted @ 2007-08-21 10:27 fisherman