<td> width i Firefox og IE 6-7 i CSS
Jeg vil gerne kunne bestemme bredden af en <td> så det både virker i Firefox og Internet Explorer.Mit problem er at teksten bliver delt på to linier. Det ser ikke godt ud i en tabel. Kan man ikke undgå linebreak. her er mit css
.main-content table {font-family: "trebuchet ms",arial,sans-serif; font-size:110%; clear:both; margin:2.0em 0 0.2em 0px; table-layout: fixed; border-collapse:collapse; empty-cells:show; background-color:rgb(233,232,244);border-left: 1px solid #008eb1;border-right: 1px solid #008eb1;border-top: 1px solid #008eb1;}
.main-content table th.top {height:3.5em; padding:0 7px 0 7px; empty-cells:show; background-color:rgb(255,255,255); text-align:left; color:rgb(0,0,0); font-weight:bold; font-size:110%;
border-bottom: 1px solid #008eb1;
border-top: 1px solid #008eb1;}
.main-content table tr.odd td, tr.odd th {
background-image: url(../assets/images/tealbg.gif);
background-repeat: repeat;
border-bottom: 1px solid #008eb1;
border-top: 1px solid #008eb1;
}
.main-content table th {height:3em; padding:2px 20px 2px 7px; background-color:#FFFFFF; text-align:left; color:rgb(80,80,80); font-weight:bold; font-size:110%;}
.main-content table td {height:3em; padding:2px 7px 2px 7px; border:none; background-color:#eee; text-align:left; font-weight:normal; color:rgb(0,0,0); font-size:110%;}
p.caption {clear:both; margin:0.5em 0 2.0em 20px; text-align:left; color:rgb(80,80,80); font-size:110%;}
min doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" > men betyder det noget?
måske skal man style td i html eller hvad ved jeg
på forhånd tak