Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以当我在笔记本电脑上查看时,我网站上的标题看起来不错。但在 27'' mac 上,应该向右浮动的 div 出现在屏幕中间。有什么建议么?
CSS:
#facebook { float:right; display: block; font-family: 'discoregular' ; font-size: 12px; margin-right:0px; right:0; }
网站
You should place
<span id="facebook">
outside of
<div id="Menu" class="span2">
so it can float to the right of the window.