Archive for the 'JavaScript' Category

DIV切换时背景按钮图片显示不出来的问题解决

在使用DIV+CSS做网站的时候,常常将按钮的图片做成DIV的背景,但是,这样的话,在IE中经常出现切换的时候不能顺利显示按钮背景的问题,而该问题在FF下面却不存在。

FCKeditor载入顺序

The following is the execution and loading order of files in the editor (for an instance created in a page):

The "editor/fckeditor.html" page is loaded. This is the main page that holds and loads a editor instance.

The main JavaScript scripts are loaded from the "editor/js" directory. This […]

FCKeditor支持上传中文文件

事实上来说,并不是支持上传中文文件,而是支持自动重命名文件。我们可以让用户上传后的图片自动重命名成时间日期格式这样的,能够不重复的进行移动。
需要是修改文件:fckeditor\editor\filemanager\upload\php\upload.php

JavaScript实现网页图片等比例缩放

文中代码允许在IE、FireFox下等比例缩放图片。同时,在IE下,能够通过鼠标的滚轮对图片进行动态缩放。具体可以参考mg-photo-agent插件。