[css-d] Same Height Columns - the terror scenario!

2009-07-03 Thread talofo talofo
Hello again, I have clean up the code (I suppose), and added the three columns already discussed and solved earlier with the help of this mailing-list. - (Mail subject: Centering floated elements ?) . The task seems so simple, but achieve it seems like a nightmare (according to the layout

Re: [css-d] Help on 3 Inconsistent Visualization Problems

2009-07-01 Thread talofo talofo
3) On IE 6: The #navcontainer is not properly positioning on IE6. It sticks at the bottom of the container. This issue was solved by: #form_login { width:185px;/*I will change this to em - Was this a hasLayout related issue? I thought that the padding issues wouldn't play a role, only left, right,

Re: [css-d] Help on 3 Inconsistent Visualization Problems

2009-07-01 Thread talofo talofo
Same resources as yesterday. http://www.satzansatz.de/cssd/onhavinglayout.html http://www.positioniseverything.net/ * htm #foo {/*targets ie/6*/} Yes, but now the issues are also for IE8 and Safari to. I have give the form a text-align:right; property at, it seems to work. :) I will

Re: [css-d] Centering floated elements ?

2009-06-26 Thread talofo talofo
IE/6 does not support min-height or min-width. * html .dialog .wrapper { height: 400px; }/* 4 ie/6.0 */ Thanks a lot David, I don't know why, but if I put * html .dialog .wrapper { height: 400px; } I get no left and bottom borders (I realize that this description lacks rigor :s),

Re: [css-d] Really need help - white spaces on zoom in using IE and FF

2008-11-17 Thread talofo talofo
2008/11/18 David Laakso [EMAIL PROTECTED] talofo talofo wrote: MEM wrote: http://www.cantinho.org/test6.html If I use the IE zoom fuction, I'm still having problems. :( The IE/7.0 zoom feature is a *page* zoom. This is a fundamental difference. Opera, Firefox, and Seamonkey

Re: [css-d] Really need help - white spaces on zoom in using IE and FF

2008-11-17 Thread talofo talofo
2008/11/18 David Laakso [EMAIL PROTECTED] talofo talofo wrote: 2008/11/18 David Laakso [EMAIL PROTECTED] talofo talofo wrote: MEM wrote: http://www.cantinho.org/test6.html If I use the IE zoom fuction, I'm still having problems. :( Thanks a lot. I will give

Re: [css-d] Really need help - white spaces on zoom in using IE and FF

2008-11-17 Thread talofo talofo
Thanks a lot. I will give it a try to learn more about how this works, knowing that I will never controle it. I'm use to it. I've read Plato :-) Thanks once again, Márcio 2008/11/18 David Laakso [EMAIL PROTECTED] talofo talofo wrote: http://www.cantinho.org/test6.html

Re: [css-d] Really need help - white spaces on zoom in using IE and FF

2008-11-17 Thread talofo talofo
2008/11/18 Bill Brown [EMAIL PROTECTED] talofo talofo wrote: You can find a version with all of the code for TheHolierGrail here: Link: http://theholiergrail.com/cssd/cantinho-maximal.html Size: 3 KB (30 KB uncompressed) ...and this version contains only the code you need for your