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 Chart
Title: AbiWord Help: 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";
}

Reply via email to