Thread: Style problem
View Single Post
  #2  
Old 2nd April 2011, 18:52
vendetta vendetta is offline
Member
 
Join Date: Mar 2011
Hungary
Posts: 2
Default
Quote:
Originally Posted by elvira View Post
Hi can somebody help me with this theme. How can I add on the center, look the picture

Hy!

In CSS,

Before:
PHP Code:
#header {
    
width922px;
    
height184px;
    
floatleft;
    
color#333;
    
background#004E98;

After:
PHP Code:
#header {
    
width922px;
    
height184px;
    
floatleft;
    
color#333;
    
background#004E98;
    
position:center center;

This is one tipp!
Reply With Quote