Topic: GRR! I hate netscape! Cell backgrounds... |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Mesquite, TX 75149 |
posted 11-03-2002 09:50
Okay. In IE you can set a table background and any cells without background settings will show the table bkg through it.. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 11-03-2002 11:24
i think due to the W3C rules you cannot set the background attribute to the table tag. just to the td tag. |
Bipolar (III) Inmate From: Berlin (almost) |
posted 11-03-2002 11:42
The first thing I'd try is using CSS to set the table cells' background color if you're not doing it that way already. |
Bipolar (III) Inmate From: Arlington, Virginia, USA |
posted 11-03-2002 17:40
you know..you could put the background in as an image then to a layer over the top with the identical table layout.. (mind you layers don't work in all browsers) |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 11-03-2002 17:49
That'd be a last resort, though. It'd create messy code that voids the use of CSS to separate style from content. |
Bipolar (III) Inmate From: Berlin (almost) |
posted 11-03-2002 17:53
ettie: I think that would be just a bit too much hassle for a simple table background, especially if you want to make it work in Netscape 4 |
Bipolar (III) Inmate From: Mesquite, TX 75149 |
posted 11-03-2002 18:04
I tried setting the cell backgrounds in my stylesheet and it still doesnt work... |
Bipolar (III) Inmate From: Berlin (almost) |
posted 11-03-2002 18:10
How about posting a link to that page or the relevant bit of code you have now? |
Bipolar (III) Inmate From: Mesquite, TX 75149 |
posted 11-03-2002 18:12
I thin part of the problem is in IE if a table height is set to 100% it fills the whole workspace/page space..but in Netscape the table is stopping early..how can I make the table fit the whole page (which changes according to the amound of text in the text area) |
Bipolar (III) Inmate From: Mesquite, TX 75149 |
posted 11-03-2002 18:15
http://www.theatalans.com |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-03-2002 20:56
Shifter: I'm getting a 404 from that. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 11-03-2002 21:05
quote:
|
Paranoid (IV) Mad Scientist From: |
posted 11-03-2002 21:40
i think this is the link he meant -- theatalans.com |
Bipolar (III) Inmate From: Mesquite, TX 75149 |
posted 11-03-2002 22:26
Slime: I make pages in Frontpage all the time that work with NN..I just have to tweak out the bugs in coding like this one..that's why I ask for help.. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 11-03-2002 22:33
Still. It's a crutch worse than photoshop filters. It's sort of like a crutch that someone threw together in three minutes with some metal bars and duct tape. Code HTML from scratch, then you'll *really* know how to get it to work in NN =) |
Nervous Wreck (II) Inmate From: Hell |
posted 11-06-2002 22:09
You know, you *could* have a table with a single cell with your desired background, and nest another table inside it. However, in NN4, the cells inside your nested table will inherit the background image of your larger table cell. But that can be defeated by adding a null background for the inside table cells: <td background=""> |