On Tue, 7 Nov 2006 17:49:38 +0100, Georg Portenkirchner wrote: > > A friend of mine took one of my layouts and changed it for a project. One > problem he ran into was in IE7 the links are not clickable. I tried to > find the cause but all I tried showed no results. In all other browsers > it works without a problem. > > http://filmreihe.jiz-m.de/ > http://filmreihe.jiz-m.de/default.css > Hi Georg,
Try adding "position: relative" to the declarations for the #menu selector. The float seems to "hide" behind the center content's margin. "position: relative" is meaningless for a float, so safe to use for most browsers. IE has its own rules, as you probably know. Cordially, David -- www.hucklesby.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
