By using a number of hacks in CSS, I think I have an implementation of the help files which looks good in all browsers, although better in newer ones. Thanks to Paul Rohr for the link to the hacks.
If anyone is using an older browser, could they put the attached files in the same directory and open dialogfind.html in their browser. It should have one of two appearances: A black bar at the top and a black bar at the top left, each with navigation links, which don't move when you scroll. Two horizontal black bars, both with links, one at the top and one at the bottom, which scroll with the page. You shouldn't get vertical bars that scroll with the page, invisible bars, or other weird and sucky formatting. You will be missing an image, but that doesn't matter. Thanks. David ChartTitle: AbiWord Help: Find Dialog
Find Dialog
Find What:
Type the word you want to find in this box. This is the search string. The command searches for the string of letters or numbers that you type, so if you search for "in", you will find the middle two letters of "find", as well as the word "in".
Match Case
This checkbox determines whether the string you are looking for must have the same combination of capital and lower case letters as the search string. If this box is selected, then "In" will not match "in". If it is not selected, "in" matches "In", "IN", "in", and "iN".
Find Next
Clicking on this button will find the next occurrence of the search string in the document. AbiWord starts searching from the insertion point, and wraps round to the beginning of the document once the end is reached. The search stops when the whole document has been searched once.
Cancel
This button closes the Find dialog.
div.index {
voice-family: "\"}\"";
voice-family: inherit;
position: fixed;
top: 2em;
left: 0;
width: 4em;
}
div.banner {
position: fixed;
top: 0;
left: 0;
}
@import url("histyle.css");
body {
background-color: white;
color: black;
font-family: Times, serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: Helvetica, sans-serif;
}
h1 {
font-family: "Arial";
font-size: 22pt;
margin-bottom: 12pt;
font-weight: bold;
margin-top: 22pt;
}
h2 {
font-weight: bold;
margin-top: 22pt;
font-size: 14pt;
margin-bottom: 14pt;
font-family: "Arial";
}
h3 {
font-weight: bold;
margin-top: 22pt;
font-size: 12pt;
margin-bottom: 14pt;
font-family: "Arial";
}
div.main {
padding-top: 1em;
padding-bottom: 1em;
padding-left: 5em;
padding-right: 5em;
}
div.index {
padding: 0.5em;
background-color: black;
color: white;
text-align: center;
}
div.banner {
width: 100%;
padding: 0.5em;
background-color: black;
color: white;
top: 0;
bottom: auto;
}
a.bars {
color: white;
}
.doc_normal
{
text-indent: 25.0pt;
margin-top: 0pt;
margin-bottom: 0pt;
font-size: 12pt;
font-family: "Times New Roman";
}
.doc_image
{
text-indent: 25.0pt;
margin-top: 10pt;
margin-bottom: 16pt;
font-size: 12pt;
font-family: "Times New Roman";
}
