如何在div中部署四个框以定位在左上角,右上角,左下角,右下角的边缘,当您单击中间的框以打开带有文本的窗口时
像这样:https://www.dropbox.com/s/3etszqonq9egven/layout.jpg
请帮帮我
答案 0 :(得分:2)
以下列方式设置div的样式
左上
<style>margin-top:0;margin-left:0;</style>
右上
<style> margin-top:0;margin-right:0;</style>
左下
<style>margin-bottom:0;margin-left:0;</style>
右下
<style>margin-bottom:0;margin-right:0;</style>