Previous Message
Next Message

printig stylesheet, table border & Firefox

Sent by Sascha Grabsch on 12 March 2005 23:11


Bob Easton wrote:

> I don't recall seeing a FF bug such as you describe.  Please show us 
> more.  One line if code is not nearly enough to understand what is 
> happening.  Can you pubplish a sample page and give us the URL?

I have a testcase at 
http://home.arcor.de/solid.potsdam/neuer_versuch/test/print/test.html

The print preview looks good in IE 6 and Opera 7. In Firefox (1.0.1) no 
border is shown in the print preview, the CSS is in druck.css,

#terminuebersicht th {
	display: none;
}

#terminuebersicht td {
	padding: .4em;
	border: 1px solid rgb(0,0,0);
	}

with the table markup beeing

<table summary="Termine" id="terminuebersicht">
<thead>
<tr>
<th class="datum">Datum</th>
<th class="uhrzeit">Uhrzeit</th>
<th class="ort">Ort</th>
<th class="beschreibung">Beschreibung</th>
</tr>
</thead>
<tr>
<td></td>

....

Thanks in advance,

Sascha
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: