課程
/前端開發
/HTML/CSS
/企業網站綜合布局實戰
google和火狐是這樣的樣式;
IE是這樣的樣式;
是什么原因呢?
2015-12-03
源自:企業網站綜合布局實戰 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實現常見企業網站布局的方法
1 回答兼容IE8問題
2 回答ie兼容問題
2 回答ie6兼容問題
2 回答CSS兼容性問題
1 回答ie6下兼容問題
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
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;
}