Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] Suppressing wrap
- From: dlovering at gazos.com (David T. Lovering)
- Subject: [Javascript] Suppressing wrap
- Date: Sat May 3 00:50:44 2003
I'm trying to build rows in tables dynamicly using JavaScript, and am having some problems mapping the various 'in-line' parameters for <td> into comparable structures which can be used with innerHTML or something comparable.
Of particular concern is "nowrap". In the good old days it was feasible to have an HTML construct like
<td nowrap>this is a line which is very probably longer than the normal field space</td>
I've tried the obvious CSS equivalent as follows:
var myTd = createElement("TD");
myTd.style = "wrap: 'off'";
... and it basicly nukes the whole row containing the equivalent <td>
Anybody have some ideas? The justification and wrap of text is critical in this application, as it will be visible on a number of public kiosks.
-- Dave Lovering
- Follow-Ups:
- [Javascript] Suppressing wrap
- From: Hassan Schroeder
- [Javascript] Suppressing wrap
- Prev by Date: [Javascript] proper use of 'void' and WCAG/Section 508 ? [CLOSED]
- Next by Date: [Javascript] Suppressing wrap
- Previous by thread: [Javascript] proper use of 'void' and WCAG/Section 508 ? [CLOSED]
- Next by thread: [Javascript] Suppressing wrap
- Index(es):