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 table and set it's left/right margins to -12px and  
everything else to 0, like you have below.


thanks,
ant

On Jul 13, 2005, at 8:01 PM, Bob Easton wrote:


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 table margin:0;

BTW, put all the style in the head of the document, not in the  
body.


--
Bob Easton
Accessibility Matters: http://access-matters.com



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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 table margin:0;

BTW, put all the style in the head of the document, not in the body.

--
Bob Easton
Accessibility Matters: http://access-matters.com

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/