Heim >Web-Frontend >HTML-Tutorial >css + table 实现 DIV 居中_html/css_WEB-ITnose

css + table 实现 DIV 居中_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:30:45993Durchsuche




     css.table.centerMiddlePosition.html title >
    
    
    
      
     *  {  margin: 0px 0px 0px 0px;  padding: 0px 0px 0px 0px; } 
    body {  height:  100 % ; } 
    #divTest {  background - color: #ffff00;  border: 1px dotted red;  width: 500px;  height: 500px; } 
   .tbeFrame {  border - collapse: collapse;  border: 1px solid blue;  width:  100 % ;  height:  100 % ; } 
    .tbeFrame td {  text - align: center;  vertical - align: middle; }
     style >
head >

    
        
            
                
                    
                        利用 css  +  table 实现 Div 居中 h3 >
                    
                        
                            
                                                                     width: 250px; height: 100px; " >
                                    
                                        
                                            用户名:
                                         td >
                                        
                                            
                                         td >
                                     tr >
                                    
                                        
                                            密码:
                                         td >
                                        
                                            
                                         td >
                                     tr >
                                    
                                        
                                            
                                            
                                         td >
                                     tr >
                                 table >
                             td >
                         tr >
                     table >
                 div >
             td >
         tr >
     table >
body >
html >

 

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn