Thank you ! I had never heard of these "first-child+html"-rules, but I found them in my CSS W3 books.
The logo and the slideshow are at the right position now. So are the nav-buttons, but unfortunately they don't show the sub-menus when you hover over them. That works fine in IE8 and the other browsers, but not in IE7. And another strange thing is that the buttons show different on a small screen. (one row with 3 buttons and one row with 2 buttons under it instead of 5 buttons in 1 row) regards, Dick 2011/3/8 David Laakso <[email protected]> > > hello Philippe, >>> >>> >>> The only problem that remains in IE7 mode is that the wrapper is moved to >>> the right, and the navbuttons are not visible. I believe we are almost >>> there >>> ! Do you have an idea how to solve this ? >>> >>> Regards, >>> Dick >>> >>> > > RE:<http://www.kunsthanger.nl/> > > Checked on a local file only: > > /* only IE/7.0 sees this garbage */ > > *:first-child+html #logo, > *:first-child+html #slideshow > {margin: 0 0 0 -845px; top: 0; } > *:first-child+html #slideshow > {margin: 0 0 0 -495px; } > *:first-child+html #nav > {background:transparent; margin: 0 560px 0 0; left: 0;} > > Best, > ~d > PS Reply to list. > > -- > http://chelseacreekstudio.com/ > http://chelseacreekstudio.com/fa/ > > > ______________________________________________________________________ > css-discuss [[email protected]] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > -- Dick van Swieten, the Netherlands ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
