我有一個用於製作jquery菜單欄的css腳本.. 我希望它可以顯示在左上方並且沒有邊框... so..it只顯示一個菜單欄... 我有一個文本標誌,我想把它放在菜單欄下面... 但實際上的標誌位於菜單欄身體下方... 如何改變它......?編輯菜單欄的css腳本
<head>
<style type="text/css">
* { margin:0 auto;
padding:0;
}
html { background:#ffffff; }
body{ margin:40px auto;
width:560px;
height:552px;
overflow:hidden;
background:#ffffff;
}
div#menu {
margin:40px 0 0 95px;
position:left;
}
div#copyright {
font:11px 'Trebuchet MS';
color:#fff;
text-align:center;
clear:left;
position:absolute;
top:546px;
width:560px;
}
div#copyright a { color:#425B7B; }
div#copyright a:hover { color:#fff; }
</style>
</head>
<body>
<p align="left"><img src="coollogo_com-30735352.gif" border="0"></p>
</body>
我改變我的問題.. – klox 2010-07-15 05:29:35