Also, on this computer in the lab I noticed that for some reason the header is not appearing. It should be a shot of one of those binocular contraptions with the Empire State Building in the background and the words "this is the first day of my life."
Can YOU see it on your computer?
6 comments:
so there. as am i, in nyc before long. just met someone you need to meet by the way. more on that later.
miss you jen!
will
yeah, you can see it!
I can see it :]
miss you!
It's an issue with Internet Explorer. The problem arises when the rounded corners are added to the image. If you are up for the challenge, I can try to explain how to fix it.
Sure, you could explain and I could try to fix it.. who are you, by the way?
So I’ve never actually used Blogger, I’m going to assume that you have the option to manipulate the source files. If it is possible, all you need to do is make two small changes. First, look for the section that allows you to change the CSS. If it is an option, try finding the section within the code that looks like this…
.Header img, .Header #header-inner {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-goog-ms-border-radius: 10px;
border-radius: 10px;
}
and change it to this…
.Header img, .Header #header-inner {
background-image: url(http://4.bp.blogspot.com/_Dl6j9RskHvg/TG1WupxqVyI/AAAAAAAAN0c/0fV1RsVtYX8/S940-R/DSC_9427.JPG);
background-position: left;
min-height: 440px;
height: 440px;
background-repeat: no-repeat;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-goog-ms-border-radius: 10px;
border-radius: 10px;
}
Next, find the section that allows you to manipulate the HTML. You will need to find the section that looks like this…
div id='header-inner' style='background-image: url("http://4.bp.blogspot.com/_Dl6j9RskHvg/TG1WupxqVyI/AAAAAAAAN0c/0fV1RsVtYX8/S940-R/DSC_9427.JPG"); background-position: left; min-height: 440px;_height: 440px;background-repeat: no-repeat; '
and change it to this…
div id='header-inner'
With those two changes the image should show properly! I’ll try and answer any questions that come up.
Regarding your question. I’m an old acquaintance, Rusty Andrews, that has merely stumbled upon the interesting story of your life. Two thumbs up by the way! Keep making a difference!
Post a Comment