|
Posted by Jim Moe on September 4, 2005, 6:36 pm
Please log in for more thread options
Daz wrote:
> No. "A plea: where are the links?" is nothing to do with my problem.
>
True. It does give you a hint about usability.
You also do not have a DOCTYPE, and the HTML has a number of validation
errors.
>
> There is then another div ("content-feature") below of a similar
> structure with the title "Feature". The problem is that the image
> overlaps the "content-first" div, whereas it should be contained within
> it. The plot thickens when you mouse over the "Continue Reading..."
> hyperlink, which makes the space dissappear and the "content-feature"
> div move up.
>
The :hover problem is due to ".copy a:hover {border-bottom: 1px solid
#FF5126;}". Remove the border-bottom and the size change does not happen.
This leaves the problem of the gap the IE puts at the bottom of the
content-first div. I believe this is the IE "peekaboo" bug. Search for it.
A way around the problem is to put the <img> in its own <p>.
> In Firefox (Win & Mac) and Safari the gap is still there, but the
> strange hyperlink behaviour is not.
>
No, it is not. Not in either Firefox or Opera7 (win2k).
--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
|