
|
[dokuwiki]
||
[Date Prev]
[08-2005 Date Index]
[Date Next]
||
[Thread Prev]
[08-2005 Thread Index]
[Thread Next]
[dokuwiki] FW: Re: Footnote fix, identical footnotes amalgamated
- From: "Chris Smith" <chris@xxxxxxxxxxxxx>
- To: <dokuwiki@xxxxxxxxxxxxx>
- Date: Tue, 2 Aug 2005 10:43:56 +0100
Hi,
IE6/Win appears to generate extra spacing at the bottom of the
insitu-footnote popup (thanks to Jochem for noticing this). With the
current style (padding:4px) it looks like an extra blank line.
Is it a big enough probem to warrant a change to the style?
How does the footnote popup look in other browsers, I have tried IE6/Win,
FF/Win & Opera/Win.
Cheers,
Chris
-----Original Message-----
From: Chris Smith [mailto:chris@xxxxxxxxxxxxx]
Sent: 02 August 2005 10:33
To: 'Jochem Schulenklopper'
Subject: RE: [dokuwiki] Re: Footnote fix, identical footnotes
amalgamated
Hi,
I see it now. I have done some quick experiments on non dynamic pages and
can't repeat the problem. It seems to be a combination or IE leaving more
space after the text and it doubling the padding-bottom. A quick google
didn't show up anything on a double padding bug.
You could add a IE/Win style fix ...
/* IE/Win not IE/Mac */
* html div.insitu-footnote {
padding-bottom:0;
}
/* wake up IE/Mac */
I'll mention it to the mailing list and see if there is any more feedback.
As yet, I don't know how it looks in non window browsers so it may be a bit
early to be fixing the styles.
Cheers,
Chris
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
|

|