vForums Support > Programming & Coding :: Code Requests & Support :: > [F] attach banner to top of the forum
[F] attach banner to top of the forum - Posted By Alex Bailey (system) on 19th Jul 08 at 8:19pm
That code please
'attach banner to top of forum'
Re: attach banner to top of the forum - Posted By Michael (wrighty) on 19th Jul 08 at 8:27pm
check the code index - it's definitely in there!
Remove gap above welcome table
Re: attach banner to top of the forum - Posted By Alex Bailey (system) on 19th Jul 08 at 8:31pm
Okay thanks, but it has a little gap like below the banner , how do i get rid of that?
Re: attach banner to top of the forum - Posted By Michael (wrighty) on 19th Jul 08 at 8:33pm
<script>
get('br','tag')[1].style.display = 'none';
</script>
Try that?
Re: attach banner to top of the forum - Posted By Alex Bailey (system) on 19th Jul 08 at 8:34pm
nothing in IE
Re: attach banner to top of the forum - Posted By Michael (wrighty) on 19th Jul 08 at 8:34pm
Can you link me to the forum please?
Re: attach banner to top of the forum - Posted By Alex Bailey (system) on 19th Jul 08 at 8:35pm
www.bailey.vforums.co.uk
Re: attach banner to top of the forum - Posted By Michael (wrighty) on 19th Jul 08 at 8:36pm
Which gap do you mean, could you provide a screen shot please?
Re: attach banner to top of the forum - Posted By Alex Bailey (system) on 19th Jul 08 at 8:40pm
http://wimg.co.uk/HJF6ew.bmp
just above where that arrow is , that small gap
Re: attach banner to top of the forum - Posted By blanka (blanka) on 19th Jul 08 at 8:41pm
That's not a gap....it's because your banner is transparent there.
Re: attach banner to top of the forum - Posted By Alex Bailey (system) on 19th Jul 08 at 8:42pm
oh shit yeah, i have a dotted line there but how come it comes up green as the background
Re: attach banner to top of the forum - Posted By Michael (wrighty) on 19th Jul 08 at 8:43pm
because that's the colour of the welcome bg. Change that in your skin colours!
Re: attach banner to top of the forum - Posted By Alex Bailey (system) on 19th Jul 08 at 8:43pm
but i want it to be transparent, so it will go with the background
Re: attach banner to top of the forum - Posted By Michael (wrighty) on 19th Jul 08 at 8:45pm
firstly - remove one of the colours from the 2 that make the auto gradient for the welcomebg in the skin colours then use:
<style>
.welcome {
background-color: transparent;
}
</style>
Re: attach banner to top of the forum - Posted By Alex Bailey (system) on 19th Jul 08 at 8:48pm
kk thanks