开发者

Positioning news in IE7 (CSS)

开发者 https://www.devze.com 2023-01-22 05:52 出处:网络
Somehow my news is pushed down in Internet Explorer 7 (on all other browsers its ok). I want to get rid of the gap between the menu\'s and the news, so the news will开发者_JAVA百科 fit to the menu are

Somehow my news is pushed down in Internet Explorer 7 (on all other browsers its ok). I want to get rid of the gap between the menu's and the news, so the news will开发者_JAVA百科 fit to the menu area's.

Any idea where I can find the missing link?

Website is: http://www.e107webdesign.nl

Help would be appreciated.


There is a much simpler way of solving this. Just change the source order and wrap divs around the ones on the left side, and ones on the right.

http://work.arounds.org/sandbox/57

Otherwise it will be a PITA to solve this. I hope you are able to modify this somewhat easily and are not constrained by e107 ( horrible CMS imo ).

If source order does matter, you'll probably have to rely on a negative margin + float technique.

PS: For the love of god use -moz-border-radius/-webkit-border-radius/border-radius and DD_roundies script instead of wrapping 90000 divs for rounded corners.

0

精彩评论

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