Re: [css-d] Responsive navigation menu as in Wordpress

2013-01-24 Thread Tony Lush
And Zurb Foundation: http://foundation.zurb.com/ Regards -- Tony On 1/24/2013 12:27 PM, Greg Gamble wrote: You should check out Twitter Bootstrap:http://twitter.github.com/bootstrap/ __ css-discuss

[css-d] IE6/7 content breaks out of container

2010-05-11 Thread Tony Lush
On an example page at http://206.130.113.250/products/workholding-solutions/ In IE6/IE7 and Safari 3.2.3 the contained elements are breaking free from their container. I have the left column set as: #generatedContent-1 { width: 220px; float: left; margin:0 0 0 0;

Re: [css-d] IE6/7 content breaks out of container

2010-05-11 Thread Tony Lush
Tony Lush wrote: On an example page at http://206.130.113.250/products/workholding-solutions/ In IE6/IE7 and Safari 3.2.3 the contained elements are breaking free from their container. I have the left column set as: #generatedContent-1 Looking at the source, I see : id

Re: [css-d] IE6/7 content breaks out of container

2010-05-11 Thread Tony Lush
Tony Lush wrote: On an example page at http://206.130.113.250/products/workholding-solutions/ In IE6/IE7 and Safari 3.2.3 the contained elements are breaking free from their container. David Laakso wrote: This: #contentWrap { /*min-width:980px; delete*/ /*width:expression

[css-d] Headline Background overlapping floated Div

2009-07-03 Thread Tony Lush
On this page http://tinyurl.com/mo88uz the headlines in the left column under Course Description go the full width of the containing Div and overlap the 30% width, right-floated Div to the right. Is there a way to prevent this? Thanks -- Tony-- Tony Lush

Re: [css-d] Headline Background overlapping floated Div

2009-07-03 Thread Tony Lush
On this page http://tinyurl.com/mo88uz the headlines in the left column under Course Description go the full width of the containing Div and overlap the 30% width, right-floated Div to the right. Is there a way to prevent this? Thanks -- Tony-- This is happening in most browsers as

Re: [css-d] Headline Background overlapping floated Div

2009-07-03 Thread Tony Lush
Tony Lush wrote: On this page http://tinyurl.com/mo88uz the headlines in the left column under Course Description go the full width of the containing Div and overlap the 30% width, right-floated Div to the right. Is there a way to prevent this? Try something along these lines

[css-d] Menu shift IE8/FFox3

2009-06-29 Thread Tony Lush
able to figure out what is causing the shift. Can anyone else lend a fresh pair of eyes? Thank you -- Tony Lush __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] Menu shift IE8/FFox3

2009-06-29 Thread Tony Lush
Tony Lush wrote: In IE8 and Firefox 3 I have a twelve pixel shift downwards on the horizontal menu at http://dev.fastertechnology.com/index.php that does not appear at http://dev.fastertechnology.com/store.html (that's when additional stylesheets for an ecommerce integration come

Re: [css-d] Horizontal Alignment

2008-09-23 Thread Tony Lush
/mortgages_types_3.php You have tabular data, so this is a perfect place for a table. Best regards -- Tony Lush __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

[css-d] Larger Chinese characters

2008-09-16 Thread Tony Lush
I would like to find a way to automagically increase the font size for Chinese characters when interspersed with Western European characters. An examples are at: http://catalog.etco.com/item.php?sku=08393l=c (mixed) http://catalog.etco.com/item.php?sku=08393l=e English Thank you -- Tony Lush

[css-d] Browsercam Classic group purchase

2008-07-27 Thread Tony Lush
browsers and OS's, plus access to their Remote Access system that allows you to test live designs in Linux, Mac and Windows with a variety of browsers. If you have any questions, please contact me at tlush - at - advancewm.com. Thank you -- Tony Lush

Re: [css-d] Help with ie6 and 7 with 3 column gride

2007-03-15 Thread Tony Lush
I'm pretty sure it's because your form is in a table. You might try styling the form with the techniques in the 456 Berea St. article at http://tinyurl.com/yz8yow. Cheers -- Tony Lush __ css-discuss [EMAIL PROTECTED] http

[css-d] IE6 Layoutgala 24 floats and percentages question

2007-03-14 Thread Tony Lush
goes too far to the left. I'd appreciate any suggestions. Best regards -- Tony Lush __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List

Re: [css-d] IE6 Layoutgala 24 floats and percentages question

2007-03-14 Thread Tony Lush
Interesting, when I take out the tables entirely we get closer to the desired look, as in: http://warwickhanger.com/index.php?id=107 Thanks -- Tony __ css-discuss [EMAIL PROTECTED]

[css-d] Re Solved: IE6 Layoutgala 24 floats and percentages question

2007-03-14 Thread Tony Lush
By reducing the data table size to 85% instead of 90 we created enough white space cushion that IE6 behaves as well can be expected. Defined margins instead of Auto aligned the promotional boxes on the left appropriately. Thanks -- Tony

Re: [css-d] Image background above and below sub UL automatically

2007-01-07 Thread Tony Lush
; } #leftnav3 ul ul li { margin: 0; padding: 0; background-color: #fff; display: block; } The display:block allowed the white background of the LI to cover the UL's background image. Best regards -- Tony On Thu, 04 Jan 2007 09:31:13 -0500, Tony Lush wrote

[css-d] Image background above and below sub UL automatically

2007-01-04 Thread Tony Lush
bottom left; } That requires the page maintainer to manually insert the classes into the respective ul ul li tags, and I'd like to make life simpler for them. An example with both menus is at: http://advancewm.com/test_menu.htm Does anyone have a better solution? Thank you -- Tony Lush http