开发者

ie6 taking an extra margin of 50px; what is wrong with my code?

开发者 https://www.devze.com 2023-01-18 13:17 出处:网络
i am coding an exclusive ie6 css. my problem is it is taking an extra 50px for header div. i have fixed the size of the header to 109px whereas it is producing 159px, when i place any element below th

i am coding an exclusive ie6 css. my problem is it is taking an extra 50px for header div. i have fixed the size of the header to 109px whereas it is producing 159px, when i place any element below the header div it consumes开发者_JAVA百科 the extra 50px. i tried display:inline as ie6 hacks, and it just reset the left margin. quite not useful for me.

here is my code.

http://jsfiddle.net/aVc4S/


Is it because of: #left-logo img { width:295px; height:50px;

0

精彩评论

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