Re: [css-d] Stopping IE6 and 7 clearing a float

2011-06-16 Thread Alan Gresley
On 17/06/2011 3:50 AM, Peter Bradley wrote: Ar 16/06/11 17:35, ysgrifennodd David Hucklesby: In your style-sheets, you have these "Layout" triggers that affect #site-title - style.css line 12: * { zoom: 1.0; } style.css line 21: #site-title { width: 500px; } style-1.css line 341: #site-title

Re: [css-d] Overriding ID styles with a class?

2011-06-16 Thread Robin Button
Sam, Thanks for the advice .. I will remember that, and I've renamed the class to eliminate the numeral. Robin On Jun 16, 2011, at 8:21 PM, Sam Brown wrote: > Thursday, June 16, 2011, 11:09:41 PM, Robin wrote: > > RB> I then wrote css as follows: > > RB> .2col#content { /*this selector ove

Re: [css-d] Overriding ID styles with a class?

2011-06-16 Thread Tim Climis
> > Thanks for any help that can be provided! I am obviously overlooking > something. If you use numbers as the first chracter of a class, they have to be escaped, (.\32 col) so it might be easier to rename your class to .twoCol instead. If browsers are doing the right thing, they are ignoring

[css-d] Overriding ID styles with a class?

2011-06-16 Thread Robin Button
I'm having a problem overriding styles in a div id #wrapper, that contains column divs. I want to override the ID background style with a class to create a 2 column layout template instead of 3, and am having no luck. I assigned a class of .2col to the #wrapper of my template, and styled accordi

Re: [css-d] Form's submit button

2011-06-16 Thread Bob Meetin
On 06/16/2011 07:05 PM, bho...@aol.com wrote: Hi. I apologize if these questions came up before. A. Is there a way to use a form's standard submit button with CSS, and have it with a universal size regardless of which browser the page in viewed in? (not looking for a custom button solution)

Re: [css-d] Cross-browser problems with submit button/graphic

2011-06-16 Thread RePost
Philippe and Gail, thanks for your helpful suggestions. Philippe's src="blank.gif" (using a blank image) worked for me. Solved the problems in both Safari and IE. Gail, for some reason, the browser ignores any background-position instructions I use in the stylesheet. Further, Firebug shows a

[css-d] Form's submit button

2011-06-16 Thread BHomis
Hi. I apologize if these questions came up before. A. Is there a way to use a form's standard submit button with CSS, and have it with a universal size regardless of which browser the page in viewed in? (not looking for a custom button solution) B. How in the world do you properly cente

Re: [css-d] ADMIN: automated response

2011-06-16 Thread Eric A. Meyer
At 12:36 -0400 6/16/11, Curtis Faulkner wrote: I will soon be leaving Walker County Schools and will miss all my friends, co-workers, and contacts I have met here. We will also miss Curtis, as he's been unsubscribed for violating the "no autoresponders" policy. Of course, if he'd like to

Re: [css-d] Stopping IE6 and 7 clearing a float

2011-06-16 Thread Peter Bradley
Ar 16/06/11 17:35, ysgrifennodd David Hucklesby: In your style-sheets, you have these "Layout" triggers that affect #site-title - style.css line 12: * { zoom: 1.0; } style.css line 21: #site-title { width: 500px; } style-1.css line 341: #site-title { float: left; width: 700px; }

Re: [css-d] Converting Table to CSS

2011-06-16 Thread Chetan Crasta
Here you go: http://roughtech.com/t/ttoc.html Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

Re: [css-d] Help! I need help!

2011-06-16 Thread David Laakso
On 6/16/11 10:30 AM, Robert wrote: Hi there. I hope someone can help me. I am trying to add include files in a website. On my computer the page looks fine. But when I upload the page by FTP to the server the page falls apart. I dont understand what i did wrong. Thanks for any help. robert

[css-d] automated response

2011-06-16 Thread Curtis Faulkner
Thank you for your email. I will soon be leaving Walker County Schools and will miss all my friends, co-workers, and contacts I have met here. Bob Swanson will be taking my place. His email is bobswan...@walkerschools.org Thank you, Curtis Faulkner

Re: [css-d] Stopping IE6 and 7 clearing a float

2011-06-16 Thread David Hucklesby
On 6/16/11 7:39 AM, Peter Bradley wrote: Hi, I'm developing a WordPress site: http://www.stellawhitelaw.co.uk In every browser I tested except IE6 and 7, the image on the left floats left and is not cleared until the main navigation menu. In IE6/7, the div holding the site title clears the flo

[css-d] Stopping IE6 and 7 clearing a float

2011-06-16 Thread Peter Bradley
Hi, I'm developing a WordPress site: http://www.stellawhitelaw.co.uk In every browser I tested except IE6 and 7, the image on the left floats left and is not cleared until the main navigation menu. In IE6/7, the div holding the site title clears the floated image. I'm not actually sure whi

Re: [css-d] Help! I need help!

2011-06-16 Thread Christian Kirchhoff
Hello Robert, could you provide a link to the website, please. It is hard to analyze the problem without seeing or knowing anything about the code. Best regards Christian *Editura GmbH & Co. KG* Tempelhofer Damm 2 · 12101 Berlin www.editura.de AG Berlin-Charlottenburg · HRA 43189 B · USt.Id. DE2

[css-d] Help! I need help!

2011-06-16 Thread Robert
Hi there. I hope someone can help me.  I am trying to add include files in a website. On my computer the page looks fine.  But when I upload the page  by FTP to the server the page falls apart. I dont understand what i did wrong. Thanks for any help. robert __