Alex Robinson wrote:

> There is indeed a problem with "equal height columns" and anchors in 
> Mozilla and IE.

Alex, I hope the problem can be addressed with

/* Hide these from IE6+7 via appropriate CC hacking */

#targetcage {
        /* just a block placeholder for the a.p. anchor */
        /* do not position:relative me */
        }
#target {
        position: absolute;
        /* do not offset me, use the static position instead */
        }

<p id="targetcage">#target - <a id="target" href="#top">Return to 
top</a></p>


Works for me here with
- Fx 1.5.0.2 /Mac/PC
- Opera9RCbeta(3345)/Mac

Doesn't hurt:
- Safari 2.0.3
- Opera8.51/Mac/PC

Didn't test it extensively, though.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to