Re: [wiki2xhtml-users] /style/hd --- IE-ISSUE
Brought to you by:
granjow
From: Simon E. <sim...@gm...> - 2010-08-16 07:25:20
|
2010/8/11 Birndt, Axel (AutoVision) <ext...@vo...>: > Hi Simon, > >> -----Original Message----- >> From: Simon Eugster [mailto:sim...@gm...] >> Sent: Tuesday, August 10, 2010 5:58 PM >> To: Help/Talk about wiki2xhtml >> Subject: Re: [wiki2xhtml-users] /style/hd --- IE-ISSUE >> >> Hi Axel, >> >> Easiest thing would perhaps be to use a different menu. >> Right now I don't have time (exams), and I want to finish/tweak some >> tools in kdenlive (.org). And it is also a little difficult to test >> for me because I don't have an old IE here. Which version, btw? >> I might take a look at it after the exams. >> >> Simon >> > > now i looked again into the configuration. > > Currently we are partly using IE6. There is the issue with the menu, > which isn't displayed. > > We use currently the following stylesheets (from your hd-style) > > <title> Apache_SSL_Konfiguration</title> > <link rel="stylesheet" type="text/css" media="screen,projection,tv" > href="style/style.css" /> > <link rel="stylesheet" type="text/css" media="print,tty" > href="style/style_print.css" /> > <link rel="stylesheet" type="text/css" media="print,tty" > href="style/ie-fixes.css" /> > > The negative margin definition could be the reason. > > If i change this the IE is able to show the menu. Please see the > attached picture. > > #menu { > float: left; > width: 152px; > height: 100%; > padding: 12px 0 16px 0; > # margin: 0 5px 5px -155px; > margin: 0 5px 5px 5px; > > border-top: 10px solid #616e9a; > border-bottom: 18px solid #616e9a; > background-color: #fff; > font-size: .9em; > clear:both; > } > > Within the webdeveloper toolbar i see the location from the elements of > this site (please refer to pic2) > > I hope its possible to send the attachment within this mailinglist. > Otherwise you could see it here: http://www.blaufotograph.de/bildertmp Hi Axel, Thanks for testing. Two things: * CSS comments are always between /* these characters */ -- see http://www.w3.org/TR/CSS21/syndata.html#comments * I think you're already doing it, but please make sure you are including the IE6 stylesheet within this tags: <!--[if IE 6]> <![endif]--> Is it now working when not using negative values, or are there still bugs? Simon |