[css-d] crossbrowser table alignement

2010-02-02 Thread Casadio Pablito
he at all I have a table with 2 rows Into any row I have 2 columns Into first column of first row I have an input field like 2th column Into first and 2th column of 2th.row I have a dynamic ulli/lili/li/ul I want align inputs fields contained into first and second column of

[css-d] synamic div

2010-01-28 Thread Casadio Pablito
Hi at all I have a dynamic div with a ulli/li/ul into Numbers of li is variable from zero to 100/200/300 (I dont know ) If numbers of li is height my div is too height so I want that it scroll verically without scrollbars and I want that it cannot have height over 200 px It

[css-d] text-transform:lowercase+capitalize

2009-04-28 Thread Casadio Pablito
Hi at all many times users insert into input fields words with mixed upper and lower cases. If I want lower case I insert into css file: input {text-transform:lowercase} and if I want to capotalize I insert: input {text-transform:capitalize} But if I want to transform to lower case all

[css-d] To print a page with google chrome

2008-09-03 Thread Casadio Pablito
Dear Sirs I have a little problem wirh google Chrome printing a page In this page I inserted a css file named print.css to print best like img#firma { display: block; /before into the screen css I used display:none position: fixed; bottom:20px; left:50px; } firma is a little image that I

[css-d] To align to top the text into a div

2008-07-11 Thread Casadio Pablito
Hi at all please read my script Into my div I insert a php menĂ¹ that I want To align vertically at the very top of the div But with msie it is at the very top but with FF it is at very bottom Why please? Peter style type=text/css .progress { background: #465F82 url(images/graduale.gif) repeat-x

[css-d] How to make css crossbrowser?

2008-03-31 Thread Casadio Pablito
Hi at all I ask a questioin about css/crossbeowser: Please Take a lokk here: div#conteiner { overflow:hidden; /* Now div#conteiner contain all floats Not for IE5~IE6*/ } * html div#conteiner {overflow:visible;height:1%;} /* so IE5~IE6 will contain the floats */ In general How can I do to know

[css-d] What choice?

2008-03-27 Thread Casadio Pablito
Hi at all I have a PHP page that final user must always print To do that I make the following css media=print body {font-family: serif} .out_range{font-size:14px;color:red;} .noprint {display:none} caption {font-size:16px} table{border-collapse: collapse;width:90%} table.analisys td { border: 2px