SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: CSS in Table problems
-
Feb 13, 2000, 19:34 #1
- Join Date
- Feb 2000
- Location
- Brisbane, Queensland, Australia
- Posts
- 187
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi there, I am creating a table using CSS to define the properties of the heading. This table displays exactly how I want it in MSIE, however in netscape only the first cell with the navy background displays with none of the formatting applied. If you have any ideas please let me know.
<html>
<head>
<title>Untitled</title>
</head>
<style>
td.c3 {border-right: thin solid white}
td.head {color: white; font-size: 14pt}
</style>
<body>
<TABLE width="400" height="100" border="0" cellpadding="0" cellspacing="0">
<TR>
<TD class="head" height="20" bgcolor="navy" colspan="2">
Heading
</TD>
</TR>
<TR>
<TD class="c3" width="200" bgcolor="#336699">
</TD>
<TD width="200" bgcolor="#336699">
</TD>
</TR>
</TABLE>
</DIV>
</TD>
</TR>
</TABLE>
</body>
</html>
Thanks.
Brad Culbert
-
Feb 14, 2000, 10:11 #2
- Join Date
- Aug 1999
- Location
- Lancaster, Ca. USA
- Posts
- 12,305
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
It has been my experience that Netscape will not apply styles to Tables. You have to settle for a happy medium between your desired formatting and what Navigator is capable of.
------------------
Wayne Luke
Internet Media Provider
Bookmarks