JBTALKS.CC

标题: interface 的问题! [打印本页]

作者: lonely5159    时间: 2009-11-12 04:27 PM
标题: interface 的问题!
请问哦。。。
要怎样写。。
才能像w3school这样的界面。。
就是。。
两边是灰色。。然后中间整个是白色到完。。
我用table来做。。
不美的。。整个的感觉很奇怪。。
请问有哪一位仁兄能交小弟吗?
给example来看看。。



[ 本帖最后由 lonely5159 于 2009-11-12 04:29 PM 编辑 ]
作者: ~Zero    时间: 2009-11-12 04:50 PM
去学 css, w3school 有教.
作者: 小恶魔J@YL()NG    时间: 2009-11-12 05:24 PM
你给我看看你的code
你应该用1024x768 or 800x XXX
然后position调center
作者: lonely5159    时间: 2009-11-12 06:34 PM
我自己试过了哦。。
要怎样把图片粘到最上面去?



我的code。。。

<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Untitled Page</title>
</head>
<style type="text/css">
     div.cx
    {
        width:900px;
         height:800px;
        border:0px solid gray;
        padding:0px;
        margin:0px;
        background-color:white;
        position:inherit;
    }
</style>
<body style="background-color:#e9e9e9">
<center>
<img src="banner1.jpg" width="900px" style="background-position:top; margin-top:0px" />
<div class="cx">
<table border="0" width="100%"align="center" cellpadding="0px" cellspacing="0px" style="margin:0px; margin-left:0px; margin-right:0px; margin-toppx">
    <tr>
        <td align="left">
            1
        </td>
    </tr>
    <tr>
        <td align="left">
            2
        </td>
    </tr>
</table>
</div>
</center>
</body>
</html>
作者: lonely5159    时间: 2009-11-12 06:59 PM
哈哈
。。。
我找到方法了!!!!!!
作者: jacketmaniac    时间: 2010-3-11 11:21 AM
先在都流行用<DIV> 了, 少用<TABLE>了。比较容易更改和维持




欢迎光临 JBTALKS.CC (https://jbtalks.my/) Powered by Discuz! X2.5