第一種方法:
<!DOCTYPE><html lang="en"><head><meta charset="UTF-8"><title>Document</title><style>.one {position: absolute;height: 200px;width: 300px;background-color: blue;}.two {height: 200px;margin-left: 300px;background-color: red;}</style></head><body><div class="one"></div><div class="two">第一種方法</div></body></html>
第二種方法:
<!DOCTYPE><html lang="en"><head><meta charset="UTF-8"><title>Document</title><style>.one {float:left;height: 200px;width: 300px;background-color: blue;}.two {overflow: auto;height: 200px;background-color: red;}</style></head><body><div class="one"></div><div class="two">第二種方法</div></body></html>
以上就是本文的全部內容,希望本文的內容對大家的學習或者工作能帶來一定的幫助,同時也希望多多支持VeVb武林網!
新聞熱點
疑難解答