Re: [css-d] Inflexible table

2010-02-18 Thread Jason Oakman
I thought the same thing but it doesn't work on Mac - Firefox 3.5.7
I just put a table on the page with no css. The table does the same  
thing. It gets to a point where it will not resize smaller.

jason

On Feb 18, 2010, at 8:58 AM, Climis, Tim wrote:

 Any help and/or suggestions are GREATLY appreciated

 I have discovered that the margin-right on #aelbibDisplayLayout is  
 causing this.  If you set that margin to 0 (instead of 200px) that  
 fixes it.  I have no idea why though.]

 Also, it appears that you have two identical selectors in your CSS  
 file, both of which set the right margin on that table.  Line 260  
 set it to 205px.  And then line 264 over-rules that and sets it to  
 200px.

 ---Tim
 __
 css-discuss [cs...@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Jason Oakman
Xsalta, LLC.
129 Kavas Circle
Bellefonte, PA 16823
814.574.3146 (cell)
814.353.4037
www.xsalta.com



__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] question on small spacing differences between FF/ IE8 vs. Safari/Chrome

2010-01-25 Thread Jason Oakman
I gave ul.navlist li a fixed top and bottom padding and it appears to  
clear up the nav issue.

ul.navlist li {
margin: 0;
padding: 9px 24px;
float: left;
display: block;
font-size: 13px;
width: auto;
}

As for the other, I would just place a  div class=clear-both/ 
div after the form.


On Jan 25, 2010, at 5:06 PM, Debbie Campbell wrote:

 I've encountered this before - hopefully someone can give me an answer
 so I know how to fix this next time.

 I'm seeing very small (1px to just a few pixels) of difference in
 spacing in two places in this page:

 http://www.redkitecreative.com/projects/habitat/ways-to-give/

 First is the main horizontal menu. In FF/IE8 the menu items are  
 where I
 want them to be, but in Safari/Win, Chrome and Opera they're moved up
 1px higher. I tried adjusting margins and padding for the ul, li and a
 tags but the difference remains.

 Second is the Join Now button and the text below the green 'Sign up  
 for
 our Email Newsletter' box in the sidebar. Again, I can't get the
 locations of those two elements to be the same in those 4 browsers.
 What's showing in FF/IE8 is what I'd like to have happen in the other
 browsers.

 Can someone point out what I need to do to either fix or reduce the
 problem, if possible?

 -- 
 Debbie Campbell
 www.redkitecreative.com
 __
 css-discuss [cs...@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Jason Oakman
Xsalta, LLC.
129 Kavas Circle
Bellefonte, PA 16823
814.574.3146 (cell)
814.353.4037
www.xsalta.com



__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/