Help! CSS!
Nov. 30th, 2007 04:41 pmUpdate: problem solved now, see comment to
chrisvenus
I have here a bunch of scary, autogenerated HTML. I have a stylesheet which firmly says that inside a particular class:
white-space: nowrap;
The class thingy always appears inside a table's <td> element.
My generated HTML diplays beautifully in Firefox, all nicely on one line as I want it to be.
The compiled HTML I'm building from it, however, has the text wrapped. Which, in the circumstances, is very bad. I've established that other things in the same stylesheet are definitely being applied correctly.
Wait a minute...
<checks IE>
Yup, the straight HTML displays wrongly in IE as well.
So... IE and M$'s HTML compiling tool both ignore the nowrap attribute.
Googling around, it seems that there can be problems if you specify nowrap and specify table widths. However, as far as I can tell neither my scary autogenerated HTML nor my stylesheet make any remarks about how wide a table should be, or indeed how it should be laid out at all.
Is there anything I can do to make it behave nicely in IE ?
I have here a bunch of scary, autogenerated HTML. I have a stylesheet which firmly says that inside a particular class:
white-space: nowrap;
The class thingy always appears inside a table's <td> element.
My generated HTML diplays beautifully in Firefox, all nicely on one line as I want it to be.
The compiled HTML I'm building from it, however, has the text wrapped. Which, in the circumstances, is very bad. I've established that other things in the same stylesheet are definitely being applied correctly.
Wait a minute...
<checks IE>
Yup, the straight HTML displays wrongly in IE as well.
So... IE and M$'s HTML compiling tool both ignore the nowrap attribute.
Googling around, it seems that there can be problems if you specify nowrap and specify table widths. However, as far as I can tell neither my scary autogenerated HTML nor my stylesheet make any remarks about how wide a table should be, or indeed how it should be laid out at all.
Is there anything I can do to make it behave nicely in IE ?
no subject
Date: 2007-11-30 05:06 pm (UTC)Is there anything I can do to make it behave nicely in IE ?
Hahahahahah!
Um, sorry, that wasn't very sympathetic of me. It's just that I'm doing a web app design course at the moment, and getting things behaving nicely in IE is just about the hardest thing ever. The single biggest nuisance ever is the way that padding and margins are done differently in IE that causes things to end up in the wrong place, wrapped wrongly and gone wrong and look stupid and...
no subject
Date: 2007-11-30 05:12 pm (UTC)