On my blog I have an image in ther header set with the following CSS:
/* This will be the header */ #zigwarp {
background: url(‘http://www.israpsych.org/images/sunset.jpg’) no-repeat top 50%;
margin:0 auto;
min-width:880px;
text-align:center;
}
Indeed it can be “Gooooooooood” if we can work together.
It doesn’t mather what mother tongue you have, there is only one HTML and CSS for all.
So, can we work together?
Regarding the post with the nonsense “gooooood” and URL that will be dealt with since it breaks the SPF forum rules regrading fluff, self-promo and other crimes of clogging up the internet with junk comments.
Thanks zbing,
One step forward.
With 'background: url(‘http://www.israpsych.org/images/sunset.jpg’) no-repeat center top;’ and FireFox, I can see half picture only and then the background color.
What else can I do?
Thanks but still the same problem.
the code is:
/* This will be the header */ #zigwarp {
background: url(‘http://www.israpsych.org/images/sunset.jpg’) no-repeat center top;
height: 133px
margin:0 auto;
min-width:880px;
text-align:center;
}
What’s wrong here?
In IE shows OK, in FF shows half picture.