0

出于某种原因,在 ie 7 及更低版本中,内容存在巨大差距。我认为这与我正在运行的一些 jQuery 有关。菜单似乎将内容向下推,即使它的绝对位置也不应该在流程中?

http://www.tigerstudiodesign.com/company-overview/

即7及以下:http ://localhostr.com/files/yshCtut/Screen+shot+2011-09-27+at+11.08.20+AM.jpg

它应该是什么样子: http ://localhostr.com/files/Gq1DiuR/Screen+shot+2011-09-27+at+11.08.40+AM.jpg

4

1 回答 1

0

试试这个

#header {position: relative;}
#content {position: absolute; left: 0; top: 135px; height: 40px; }
于 2011-09-27T15:44:37.997 回答