|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
Can you please help me fix my banner that I tried to insert into my CSS as instructed be your tutorial, I can't get it to come in. Ive put the banner url in and also the correct code into the header, but it stil doesn't work HELP My site add is KWofphotography.
I would also like to center both the banner and the slideshow. My banner is vertical
|
|
|
|
|
#2
|
|
|
Scripting dude-volunteer
|
OK, there are several things going on here.
First, your image is 600px high and 200px wide. That's not going to fit in the standard banner position. That would normally be 600px wide and 200px wide. Second, your CSS is not quite right. For the image you have, it should be this (it's not length and width, it's height and width): Code:
#my_banner{
height: 600px;
width: 200px;
margin: 0 auto;
background: url(http://img104.imageshack.us/img104/1359/26119725331232670696gh5.png)
no-repeat;
}
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|