Wrox Programmer Forums
|
CSS Cascading Style Sheets All issues relating to Cascading Style Sheets (CSS).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the CSS Cascading Style Sheets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 29th, 2006, 07:39 AM
Registered User
 
Join Date: Apr 2005
Posts: 352
Thanks: 14
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rupen
Default CSS for Table border.

Hi
i m using below table css:
   table.report
   {
      margin-left:30px;
      border-collapse:separate;
      font-size:100%;
      background:#FFFFFF;
      text-align:center;
      border:1px outset #3C1900;
      table-layout: auto;
    }
It works fine except for blank fields, if td content is blank it dosen't display any border to that td, and if td has any content than it shows border for that td, it looks weird. Any Solution?


Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.
 
Old March 29th, 2006, 09:39 AM
Authorized User
 
Join Date: Mar 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Add this to that css and see if it works:
empty-cells: show

 
Old March 29th, 2006, 09:41 AM
Registered User
 
Join Date: Apr 2005
Posts: 352
Thanks: 14
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rupen
Default

Have done that too. but still not working...

Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Change border color for every cell of a table jdang67 CSS Cascading Style Sheets 10 May 6th, 2010 12:21 AM
Scrolling table with CSS: Almost there! asearle XSLT 1 November 24th, 2007 10:13 AM
Table and border mani_he Javascript 6 January 4th, 2005 05:27 PM
static HTML table border problem Robin1 HTML Code Clinic 4 August 12th, 2004 04:58 AM
CSS Table Definitions pjmair HTML Code Clinic 2 September 18th, 2003 08:25 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.