开发者

Clip borders/ rounded corner of webpage like twitter?

开发者 https://www.devze.com 2022-12-20 23:41 出处:网络
I want to build a webpage like twitter or microsoft hohm. Like clipping borders, buttons, clipped text box. How can I do this in Dreamweaver? Is these things are done b开发者_运维百科y photoshop? Any

I want to build a webpage like twitter or microsoft hohm. Like clipping borders, buttons, clipped text box. How can I do this in Dreamweaver? Is these things are done b开发者_运维百科y photoshop? Any tutorial or links will be very helpful. If there are any webdesign template of twitter of something like twitter please let me know.


Its done by CSS.

<div id="wrapper">
...
</div>

<style type="text/css">
#wrapper{
      width:800px;
      margin:0 auto;
}
</style>
0

精彩评论

暂无评论...
验证码 换一张
取 消