On Fri, 30 Mar 2007 16:04:05 +0200, Els <el*********@tiscali.nl>
wrote:
>For the image you have a left margin of 11px. What you are seeing is
the background of the link which is 11px wider to the left than the
image. (if you image would be transparent, you'd see the colour on the
entire link, not just the 11px on the left)
thank you, I just extended the image width to the full width of the
surrounding block element, so the background-color is not visible
anymore.
>You are having this in the source on line 327:
<a href="../index.html"><a href="../index.html">
You can't nest <aelements.
damn. sometimes I'm blinded by code :)
>
>Third: Firefox does not display my<titletags. Does anybody know why?
What do you mean it doesn't display them? My title bar at the top of
my Firefox window shows "tomasio.referenzen". That's what's in your
<titleelement.
maybe I did not make myself clear enough: I was referring to the
title-attribute inside the <imgtag. if I put something like <img
scr="someimage.gif" width="100" height="20" alt="image" title="text
which appears while hovering above an image" /inside the <imgtag,
then the text inside the "title"-attribute should pop up when my
mousepointer stays above the image for a few seconds. Below is a link
what IE does:
http://tomasio.at/temp/title_attr.png
(popup appears on the right of the image-section)
I would like to make firefox do the same and thought that it has been
like this in earlier versions, but maybe I'm wrong.