課程
/前端開發(fā)
/HTML/CSS
/企業(yè)網(wǎng)站綜合布局實戰(zhàn)
google和火狐是這樣的樣式;
IE是這樣的樣式;
是什么原因呢?
2015-12-03
源自:企業(yè)網(wǎng)站綜合布局實戰(zhàn) 3-4
正在回答
DOCTYPE有沒有寫?初始化了嗎?
<!DOCTYPE html>寫在最前面;
初始化代碼:
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul{
margin: 0;
padding: 0;
}
june18th 提問者
舉報
本課程重點介紹HTML/CSS實現(xiàn)常見企業(yè)網(wǎng)站布局的方法
1 回答兼容IE8問題
2 回答ie6兼容問題
2 回答ie兼容問題
1 回答ie6下兼容問題
2 回答CSS兼容性問題
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關注慕課網(wǎng)微信公眾號
2015-12-03
DOCTYPE有沒有寫?初始化了嗎?
<!DOCTYPE html>寫在最前面;
初始化代碼:
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul{
margin: 0;
padding: 0;
}