http://iamwhitebox.com/staging/arkitek/#press/index.htm
http://iamwhitebox.com/staging/arkitek/#contact/index.htm注意在IE7/8 Hashchange插件
爲什麼這些漂浮在IE打破?
還有沒有人有'jquery.ba-hashchange.min.js'的任何經驗 如何讓hashchange變得不那麼醜陋?
感謝
http://iamwhitebox.com/staging/arkitek/#press/index.htm
http://iamwhitebox.com/staging/arkitek/#contact/index.htm注意在IE7/8 Hashchange插件
爲什麼這些漂浮在IE打破?
還有沒有人有'jquery.ba-hashchange.min.js'的任何經驗 如何讓hashchange變得不那麼醜陋?
感謝
有不少問題,此頁面。
我決定試着讓它看起來在Firefox中可以接受,並且寫下了我在做這件事時所做的事情。
應用所有這些使用Firebug更改後,this page看起來在Firefox更好。
<section id="page">
添加overflow:auto
<footer>
刪除top: -32px
從內<div class="leftfloat">
的<img>
刪除padding-top:12px
從<div style="padding-top:75px">
進行這些更改:
padding-top: 75px
padding: 40px 0 15px 0
overflow: auto
width: 100%
在第一<article>
:<article class="leftfloat" style="clear: left; width: 275px;">
變化width
到250px
。
第二張<article>
:<article class="leftfloat" style="width: 250px;">
加padding: 0 25px 0 0
。
就像我說的,這個頁面有很多問題。應用這些更改,讓我們看看它在IE中的樣子。
查看源位置:http://iamwhitebox.com/staging/arkitek/press/index.htm,我看到非解析PHP標籤:
<?php
include_once 'includes/header.inc';
?>
...
<?php
include_once 'includes/footer.inc';
?>
他們不應該存在。 (我通過查看Firebug中的XHR請求部分獲得了該URL。)