Topic: Banner problem with Structure
I've made a skin now I'm putting in a banner, works fine, but it displays the structure, which is dark, and the background is light so it looks weird.
Any one knows how to display your banner somehow but without the structure around it
This is the code now:
/****************************************************************/
/* 0. HEADER LOGO */
/****************************************************************/
#brdtitle {
background:url(../../img/mysite/myheader-banner.png) no-repeat top center;
background-position: top-left; /* you set your logo position here */
display: block;
height: 135px; /* logo height in here add width: size px if u need*/
}