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*/
}


smile

2 (edited by winger 2007-06-16 15:48)

Re: Banner problem with Structure

No one? Maybe I should place it somewhere else?

Re: Banner problem with Structure

What "structure"?

Re: Banner problem with Structure

I mean the structure of the forum, look here: http://www.jsand.net/spinkbb/?lang=en then display console, it says 'structure color' that's the structure I mean big_smile

Kind of the Border.

Re: Banner problem with Structure

A screenshot would be more helpful wink

6 (edited by winger 2007-06-16 16:40)

Re: Banner problem with Structure

Okay, here's one of my site, (RESIZED) don't mind the banner tho, it's just a quick test one I made tongue
http://i13.tinypic.com/4zk9khw.jpg

Click for full view!:
http://tinypic.com/view.php?pic=4zk9khw
I hope this clears it out,  I don't want that border , it looks weird.

Maybe code it differently or somewhere else?

Re: Banner problem with Structure

You mean the border at the top?

Re: Banner problem with Structure

Yes and the sides

Re: Banner problem with Structure

Try this:

#brdheader DIV.box {BORDER: 0px}

10 (edited by winger 2007-06-16 17:53)

Re: Banner problem with Structure

Smartys wrote:

Try this:

#brdheader DIV.box {BORDER: 0px}

Where exactly? And which file?

I tried on my skin _cs.css like this

/****************************************************************/
/* 0. HEADER LOGO */
/****************************************************************/
#brdheader DIV.box {BORDER: 0px}
#brdtitle {
    background:url(../../img/mysite/banner.jpg) 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*/
}

Re: Banner problem with Structure

At the end of the main CSS file

12 (edited by winger 2007-06-16 18:01)

Re: Banner problem with Structure

Well, yes it does, but also of the part beneath it, so it kinda looks out of place, But that's because it's kind of coded in it,

There should be a way to either code it above or between the index-userlise-logout etc.
I've seen it before.

Re: Banner problem with Structure

Code what where? hmm

14

Re: Banner problem with Structure

Code  this
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*/
}

or something somewhere.

15

Re: Banner problem with Structure

u got a link ?

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

16

Re: Banner problem with Structure

Link to where?

Re: Banner problem with Structure

Your site
And I'm not understanding what you're asking to do with the logo

18

Re: Banner problem with Structure

I want to have a banner , without any stroke or whatsoever, but it shouldn't damage any of the forum.

Re: Banner problem with Structure

OK, and what's the problem with the CSS I gave you?

20 (edited by winger 2007-06-17 13:51)

Re: Banner problem with Structure

winger wrote:

Well, yes it does, but also of the part beneath it, so it kinda looks out of place, But that's because it's kind of coded in it,

There should be a way to either code it above or between the index-userlise-logout etc.
I've seen it before.

It takes away the border of the part beneath it aswell

Re: Banner problem with Structure

#brdheader DIV.box
{
    BORDER-TOP: 0px;
    BORDER-LEFT: 0px;
    BORDER-RIGHT: 0px;
}

How's that instead?

22

Re: Banner problem with Structure

do u have a link to ur site or is it localhost?

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!