Need help with with putting a logo

Xeix

New Member
Jan 24, 2013
6
0
Hello DevBest i need help putting a logo in that rectangle at the photo, anyone can help me with it?

cOiVfj5.png
 

Xeix

New Member
Jan 24, 2013
6
0
How do i position it beside the header

-----------------------------------------------------
.logoa {
background:url('/app/tpl/skins/Space/images/habbam.png')
no-repeat center;
width:280px;
height:45px;
float:left;
padding-top:20px;
}
 

JayC

Always Learning
Aug 8, 2013
5,494
1,398
How do i position it beside the header

-----------------------------------------------------
.logoa {
background:url('/app/tpl/skins/Space/images/habbam.png')
no-repeat center;
width:280px;
height:45px;
float:left;
padding-top:20px;
}
.logoa {
background:url('/app/tpl/skins/Space/images/habbam.png')
no-repeat center;
position: absolute
top: 10px;
left: 10px;
}
 

Users who are viewing this thread

Top