Hello All, I think that I have been reading about this anywhere but don't remember where: in phpwiki-heavy.css the line img { vertical-align: baseline; } causes that the "Php Wiki" logo is displayed on the left side above the navbar when viewed with IE5 or IE6. Opera shows the logo as expected. (PhpWiki 1.3.3 with "default" theme") In the nightly snapshot it's on the right side, but still a separate line between the navbar and the page name. I don't know whether it hurts to remove this line. IE and Opera look fine without, I can also try mozilla but have no NS installed. Oliver -- Oliver Betz, Muenchen
Hi Oliver, I'm seeing an extra blank line there too with OmniWeb. I'll look at the css too to experiment what can be done for the logo without disturbing other page elements. Removing img { vertical-align: baseline; } might affect the position of LinkIcons in body text for some browsers, probably nothing else. http://phpwiki.sourceforge.net/demo/en/LinkIcons Carsten On Monday, October 28, 2002, at 04:19 pm, Oliver Betz wrote: > Hello All, > > I think that I have been reading about this anywhere but don't remember > where: in phpwiki-heavy.css the line > > img { vertical-align: baseline; } > > causes that the "Php Wiki" logo is displayed on the left side above the > navbar when viewed with IE5 or IE6. Opera shows the logo as expected. > > (PhpWiki 1.3.3 with "default" theme") > > In the nightly snapshot it's on the right side, but still a separate > line > between the navbar and the page name. > > I don't know whether it hurts to remove this line. IE and Opera look > fine > without, I can also try mozilla but have no NS installed. > > Oliver > -- > Oliver Betz, Muenchen
Hello Carsten, [...] > Removing img { vertical-align: baseline; } might affect the position of > LinkIcons in body text for some browsers, probably nothing else. Thanks for the explanation. LinkIcons (always "default" theme) are at the right position with Opera 6.05, Mozilla 1.1, IE5, IE6, so I let the css line commented out. BTW: I read "/* for NS4 */" above the "img { vertical-align: baseline; }" line, but the "-heavy.css" shouldn't be imported by NS4 as far as I understand phpwiki.css. Oliver