還是沒辦法解決框架問題 - 部落格

Edward Lewis avatar
By Edward Lewis
at 2007-11-07T22:56

Table of Contents

三天兩頭提問題,不過都有好心的版友解答。

這裡真是個好地方呀

但最後的問題還是沒辦法解決。


http://kepneqncj.blogspot.com/

這是我現在的成果,卡在這3天了,我還是沒辦法讓顯示固定

我想做的是,視窗打開,沒辦法調整寬度,只能在固定框架看

但怎麼用都無法。

這是用blog spot裡的範本修改的,很多錯誤,希望能有版友教導如何改正

我整篇貼上,若有人覺得浪費網路資源也請推文,我會立即修文

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head> <b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: Washed Denim
Designer: Darren Delaye
URL: www.DarrenDelaye.com
Date: 11 Jul 2006
-----------------------------------------------
*/

/* Variable definitions
====================
<Variable name="bgColor" description="Page Background Color"
type="color" default="#ffffff" value="#ffffff">
<Variable name="textColor" description="Text Color"
type="color" default="#333333" value="#cccccc">
<Variable name="linkColor" description="Link Color"
type="color" default="#336699" value="#99C9FF">

<Variable name="headerBgColor" description="Page Header Background Color"
type="color" default="#ffffff" value="#ffffff">
<Variable name="headerTextColor" description="Page Header Text Color"
type="color" default="#333333" value="#cccccc">
<Variable name="headerCornersColor" description="Page Header Corners Color"
type="color" default="#ffffff" value="#ffffff">

<Variable name="mainBgColor" description="Main Background Color"
type="color" default="#ffffff" value="#ffffff">
<Variable name="borderColor" description="Border Color"
type="color" default="#ffffff" value="#ffffff">
<Variable name="dateHeaderColor" description="Date Header Color"
type="color" default="#999999" value="#999999">

<Variable name="sidebarTitleBgColor" description="Sidebar Title Background Color"
type="color" default="#ffffff" value="#ffffff">
<Variable name="sidebarTitleTextColor" description="Sidebar Title Text Color"
type="color" default="#333333" value="#808080">

<Variable name="bodyFont" description="Text Font"
type="font" default="normal normal 100% Verdana, Arial, Sans-serif;" value="normal normal 100% Verdana, Arial, Sans-serif;">
<Variable name="headerFont" description="Page Header Font"
type="font" default="normal normal 210% Verdana, Arial, Sans-serif;" value="normal normal 210% Verdana, Arial, Sans-serif;">

*/

body {
background: transparent url(http://i213.photobucket.com/albums/cc101/kepneqncj/raino-1.jpg) bottom left no-repeat fixed;
background attachment: fixed;
margin: 0;
padding: 0px;
font: x-small Verdana, Arial;
text-align: center;
color: $textColor;
font-size/* */:/**/small;
font-size: /**/small;
}
a:link {
color: $linkColor;
}
a:visited {
color: $linkColor;
}
a img {
border-width: 0;
}

#outer-wrapper {
font: $bodyFont;
}

/* Header
----------------------------------------------- */

#header {
width: 0px auto;
margin-left: 50px;
text-align: left;
color: $headerTextColor;
padding: 0;
font: $headerFont;
}

h1.title {
padding-top: 38px;
margin: 0 14px .1em;
line-height: 1.2em;
font-size: 100%;
}

h1.title a {
color: $headerTextColor;
text-decoration: none;
}

#header .description {
display: block;
margin: 0 14px;
padding: 0 0 40px;
line-height: 1.4em;
font-size: 50%;
}

/* Content
----------------------------------------------- */
#content-wrapper {
width: 800px;
margin: 25px;
padding: 0 0 15px;
float:left;
text-align: left;
border-top: 0;
}
#main-wrapper {
margin-left: 25px;
width: 480px;
float: left;
display: inline; /* fix for doubling margin in IE */
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
#sidebar-wrapper {
margin-left: 28px;
width: 200px;
float: left;
display: inline; /* fix for doubling margin in IE */
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

/* Headings
----------------------------------------------- */
h2, h3 {
margin: 0;
}

/* Posts
----------------------------------------------- */
.date-header {
margin: 1.5em 0 0;
font-weight: normal;
color: $dateHeaderColor;
font-size: 100%;
}
.post {
margin: 0 0 1.5em;
padding-bottom: 1.5em;
}
.post-title {
margin: 0;
padding: 0;
font-size: 125%;
font-weight: bold;
line-height: 1.1em;
}
.post-title a, .post-title a:visited, .post-title strong {
text-decoration: none;
color: $textColor;
font-weight: bold;
}
.post div {
margin: 0 0 .75em;
line-height: 1.3em;
}
p.post-footer {
margin: -.25em 0 0;
color: $mainBgColor;
font-size: 83%;
}

.post-footer .span {
margin-right: .3em;
}
.comment-link {
margin-left: .3em;
}
.post img {
padding: 4px;
border: 1px solid $borderColor;
}
.post blockquote {
margin: 1em 20px;
}
.post blockquote p {
margin: .75em 0;
}

/* Comments
----------------------------------------------- */
#comments h4 {
margin: 1em 0;
color: $dateHeaderColor;
}
#comments h4 strong {
font-size: 110%;
}
#comments-block {
margin: 1em 0 1.5em;
line-height: 1.3em;
}
#comments-block dt {
margin: .5em 0;
}
#comments-block dd {
margin: .25em 0 0;
}
#comments-block dd.comment-footer {
margin: -.25em 0 2em;
line-height: 1.4em;
font-size: 78%;
}
#comments-block dd p {
margin: 0 0 .75em;
}

.deleted-comment {
font-style:italic;
color:gray;
}

.feed-links {
clear: both;
line-height: 2.5em;
}

#blog-pager-newer-link {
float: left;
}

#blog-pager-older-link {
float: right;
}

#blog-pager {
text-align: center;
}

/* Sidebar Content
----------------------------------------------- */
.sidebar h2 {
margin: 1.6em 0 .5em;
padding: 4px 5px;
font-size: 100%;
color: $sidebarTitleTextColor;
}

.sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
.sidebar li {
margin: 0;
padding: 0 0 .5em 15px;
text-indent: -15px;
line-height: 1.5em;
}
.sidebar {
color: $textColor;
line-height:1.3em;
}
.sidebar .widget {
margin-bottom: 1em;
}

.sidebar .widget-content {
margin: 0 5px;
}

/* Profile
----------------------------------------------- */
.profile-img {
float: left;
margin: 0 5px 5px 0;
padding: 4px;
border: 1px solid $borderColor;
}

.profile-data {
margin:0;
text-transform:uppercase;
letter-spacing:.1em;
font-weight: bold;
line-height: 1.6em;
font-size: 78%;
}

.profile-datablock {
margin:.5em 0 .5em;
}

.profile-textblock {
margin: 0.5em 0;
line-height: 1.6em;
}


/* Footer
----------------------------------------------- */
#footer {
clear: both;
text-align: center;
color: $textColor;
}

#footer .widget {
margin:.5em;
padding-top: 20px;
font-size: 85%;
line-height: 1.5em;
text-align: left;
}
]]></b:skin>
</head>

<body>
<div id='outer-wrapper'><div id='wrap2'>

<!-- skip links for text browsers -->
<span id='skiplinks' style='display:none;'>
<a href='#main'>skip to main </a> |
<a href='#sidebar'>skip to sidebar</a>
</span>

<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='才氣從何而來 (標頭)' type='Header'/>
</b:section>
</div>

<div id='content-wrapper'>

<div id='crosscol-wrapper' style='text-align:center'>
<b:section class='crosscol' id='crosscol' showaddelement='no'/>
</div>

<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='blog 文章' type='Blog'/>
</b:section>
</div>

<div id='sidebar-wrapper'>
<b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='HTML1' locked='false' title='##EasyReadMore##' type='HTML'/>
<b:widget id='Image1' locked='false' title='' type='Image'/>
<b:widget id='Profile1' locked='false' title='才氣從何而來' type='Profile'/>
<b:widget id='BlogArchive1' locked='false' title='摘要' type='BlogArchive'/>
<b:widget id='Label1' locked='false' title='分類' type='Label'/>
<b:widget id='LinkList1' locked='false' title='推薦連結' type='LinkList'/>
<b:widget id='BloggerButton1' locked='false' title='' type='BloggerButton'/>
</b:section>
</div>

<!-- spacer for skins that want sidebar and main to be the same height-->
<div class='clear'>&#160;</div>

</div> <!-- end content-wrapper -->

<div id='footer-wrapper'>
<b:section class='footer' id='footer'/>
</div>

</div></div> <!-- end outer-wrapper -->
</body>
</html>


--

All Comments

Sandy avatar
By Sandy
at 2007-11-10T02:34
有點看不懂,框架可能不是你要講的東東吧?
http://0rz.tw/ed3ji 固定視窗大小用這個 但不太友善喔
Carol avatar
By Carol
at 2007-11-12T16:56
尤其這年頭瀏覽器很多都可分頁 視窗大小要跟別人共用...
Frederica avatar
By Frederica
at 2007-11-14T07:00
固定視窗大小應該不是好決定 如果是為了要讓版面正確顯示
應該要修改你的配置方式 好的版面是無論在任何解析度上都
Kelly avatar
By Kelly
at 2007-11-16T22:30
是可以正常顯示的 要求一點甚至放大縮小都不會跑掉
Hedda avatar
By Hedda
at 2007-11-18T06:29
有點看不懂你的問題耶 寬度不是已經固定好了嗎?

請教Pixnet痞客模板高手

Elizabeth avatar
By Elizabeth
at 2007-11-07T21:20
我今天剛換了痞客模板,但是發現我這版本不會顯示有多少人閱讀過該篇文章 之前的模板會顯示 請問有沒有好心人可以教教我應該在CCS那裡加哪些文字 才可以顯示每一篇文章有多少人閱讀過 就是像and#34;人氣and#34;之類的~例如:http://blog.pixnet.net/madamed 拜託請告訴我 ...

Blogger sidebar 不見囉

Lucy avatar
By Lucy
at 2007-11-07T19:12
我的網誌右邊放了文章分類 http://gitiswoods.blogspot.com/ 總共 10 個分類,其中 9 個點進去沒問題,但是唯有 and#34;工作區and#34; 這個分類 點進去以後,畫面右邊原來深綠色的 side bar 整個變成空白,而且文章顯示也 不完全,只顯示了最新的 7 篇 ...

blogger beta繼續閱讀壞掉了

Caitlin avatar
By Caitlin
at 2007-11-07T18:44
這是我的blog http://berylyang1981.blogspot.com/ 之前用繼續閱讀都好好的 前幾天突然壞了 試了最新版的繼續閱讀也不行 在IE跟PCMAN下看是壞調的 不過在firefox下看就很正常 難道是版型的問題嗎? 可是我之前用都沒有事情耶 拜託各位神人幫我看看了.... ...

引用推推王上面貼過的文章

Carol avatar
By Carol
at 2007-11-07T18:32
請先看我的 blog http://jerrspot.blogspot.com 右邊有個 11 張地球上不可思議與稀有珍貴的照片 它是來自 funp.com 推推王的文章 http://funp.com/t44833 只要你的 blog 能編輯 html 語法 那麼下面那一段 iframe 就能引用那篇文章 ...

硬碟轉換後~~~~

Elma avatar
By Elma
at 2007-11-07T11:47
我的硬碟本來是fat 剛剛轉換為ntfs 結果好像控制馬都不能使用 開了無名 白茫茫的一片 本來設計好的版面都沒了 請問這個問題要如何解決呢!? -- ▎▌▊▉ │ ––Basket Ball––Hip Hop––My Style–– ▎▌▊▉ ▌▊▉ │ ╔╦╦╗ ╔╦═╗ ╔╦═╗ ╔╦═╗ ...