Results 1 to 3 of 3

Thread: netscape with stylesheet

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2000
    Posts
    117
    hi!

    where can i find exampels how to work with stylesheet in netscape?



    i have a problem that i have a table with bgcolor and in ie5 i see it right and in netscape i dont see the color and the table is all wrong

    help needed!
    thank you
    sharon

  2. #2
    Guest
    One place to look is http://www.hotwired.com/webmonkey ... they have a decent stylesheet tutorial (that I used to learn stylesheet basics). They have a table of what works with IE and NS. I'm pretty sure that doing background-color works on tables with both.

    A quick test you could try would be to use an inline style like so:

    <TABLE STYLE="{ background-color: 'E0E0E0'; }">
    <TR>
    <TD>Whatever</TD><TD>Whatever</TD>
    <TR>
    </TABLE>

    I think with tables you can just use a BGCOLOR attribute if you don't want to do styles like:

    <TABLE BGCOLOR="E0E0E0">
    </TABLE>

    Good luck,
    Paul

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2000
    Posts
    117

    thankyou

    thanks Paul

    it helps!
    thank you
    sharon

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width