On Wed, 20 Apr 2005, Matt-the-Hoople wrote:
> trevor wrote:
> > hi.
> >
> > 'they say' there are problems with the rendering of
> > <a style='text-decoration: underline;' href="http://www.think4inc.com/ls/" target="_blank">www.think4inc.com/ls/</a> which is a proto of a directory on the subject of ink
> > and printing.
> >
> > the problem: screen not drawing all the way, big polar bear in snowstorm at
> > screen bottom.
[snip]
> Polar bear? What polar bear?
Grabbing the source, I find a reference to an image in the css file
..content li {
list-style-image: url("/images/earth_bullet.gif");
font-size: .9em;
padding-bottom: .9em;
}
but that image has been visited by the 404 Fairy.
Both of these give me a 404 ("file not found"):
<a style='text-decoration: underline;' href="http://www.think4inc.com/images/earth_bullet.gif" target="_blank">http://www.think4inc.com/images/earth_bullet.gif</a>
<a style='text-decoration: underline;' href="http://www.think4inc.com/ls/images/earth_bullet.gif" target="_blank">http://www.think4inc.com/ls/images/earth_bullet.gif</a>
Both of these give me a 403 ("forbidden"):
<a style='text-decoration: underline;' href="http://www.think4inc.com/images/" target="_blank">http://www.think4inc.com/images/</a>
<a style='text-decoration: underline;' href="http://www.think4inc.com/ls/images/" target="_blank">http://www.think4inc.com/ls/images/</a>
so I can't check in the directory for a misspelled file name.
No sign of a polar bear.
--
">> consider moving away from Front Page...."
">To what? Any suggestions?"
"Naked bungee-jumping. It's less humiliating <g>"
-- Matt Probert in alt.www.webmaster, March 20, 2005<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: IE rendering anomaly-what do you see?