简体   繁体   中英

Positioning news in IE7 (CSS)

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 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM