Topic: GRR! I hate netscape! Cell backgrounds... (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Mesquite, TX 75149 |
![]() 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 |
![]() 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) |
![]() 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 |
![]() 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 |
![]() 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) |
![]() 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 |
![]() I tried setting the cell backgrounds in my stylesheet and it still doesnt work... |
Bipolar (III) Inmate From: Berlin (almost) |
![]() How about posting a link to that page or the relevant bit of code you have now? |
Bipolar (III) Inmate From: Mesquite, TX 75149 |
![]() 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 |
![]() http://www.theatalans.com |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() Shifter: I'm getting a 404 from that. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() quote:
|
Paranoid (IV) Mad Scientist From: |
![]() i think this is the link he meant -- theatalans.com |
Bipolar (III) Inmate From: Mesquite, TX 75149 |
![]() 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 |
![]() 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 |
![]() 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=""> |