Oct
主題側邊欄錯位的幾個因素
Posted by angel as 〖Wordpress〗
轉貼一篇由mistylook 2.0主題作者:Sadish Bala寫的一篇很實用的文章:
解決方法提要:
0、考慮不同的瀏覽器表現的css效果不同;
1、使用W3C’s Validator效驗代碼;
2、根據主題修改你所插入的圖片寬度,以免撐破頁面;
3、調整CSS代碼關於‘Content Area’(正文内容)板塊的顯示寬度。
原文:
Sidebar drops down !
Lets take a look at one of the most common problems with the wordpress sites.
The sidebar does not stay on the side, and it falls down to be ...
Aug
Php Photo Album script
Posted by angel as 〖Blog玩意〗
其實,我是測試用coolcode插件,呵呵^^ 資源站點:LINK HERE 效果:
代碼:
測試成功:)
Step 1: Add the following CSS to the section of your page:
<style type="text/css">
.slideshow{ /*CSS for DIV containing each image*/
float: left;
width: 200px;
height: 270px;
}
.slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
width: 174px;
height: 146px;
}
#navlinks{ /*CSS for DIV containing the navigational links*/<...
Jun
CSS Popup Image Viewer(代碼)
Posted by angel as 〖自然目录〗
长长的路上,我正走向一脉绵延着的山岗。在最起初,仿佛仍是一场极为平常的相遇,若不是心中有着贮藏已久的盼望,也许就会错过了在风里云里已经互相传告着 的,那隐隐流动的讯息。 四月的风拂过,山峦沉稳,微笑地面对着我。在他怀里,随风翻飞的是深深浅浅的草叶,一色的枝柯。 我逐渐向山峦走近,只希望能够知道他此刻的心情。有模糊的低语穿过林间,在四月的末梢,生命正酝酿着一种芳醇的变化,一种未能完全预知的骚动。席慕...




