Re: [css-d] extra space around a table inside a div

2005-07-14 Thread Anthony Morales
Bob, Thanks, we figured that out, but we will also have paragraphs, lists, and well, any other kind of text that we'd like to be away from that div. A negative margin on the table doesn't seem to work on the right side. The only thing we can think of is to add another div around the

Re: [css-d] extra space around a table inside a div

2005-07-13 Thread Bob Easton
Anthony Morales wrote: Bob, I've created a clean workpage and that shows that weird layout (I've tested Firefox and Safari on Mac 10.4 so far). http://anthonymorales.com/test.html The padding on .rbox is producing the space. To get the table to fill the div: set .rbox padding:0; set .rbox

Re: [css-d] extra space around a table inside a div

2005-07-12 Thread Anthony Morales
Bob, I've created a clean workpage and that shows that weird layout (I've tested Firefox and Safari on Mac 10.4 so far). http://anthonymorales.com/test.html thanks for you help! Bob Easton wrote: Can you upload an example and post a URL?

[css-d] extra space around a table inside a div

2005-07-11 Thread Anthony Morales
Hi y'all, I've come across a most vexing problem I hope y'all have seen before. I've got a div wrapped around a table. I'd like the table to run up the borders of the div so it looks like there's a border on the table, but I'll be adding more content inside this border so I'd rather