Re: CSS positioning pickle
- From: Jim Moe <jmm-list.AXSPAMGN@xxxxxxxxxxxxxx>
- Date: Tue, 11 Jul 2006 18:47:34 -0700
kraftyhunter@xxxxxxxxxxx wrote:
Ok here is the pickle. I have got a navigation menu link list madeHave you verified IE is not disappearing here?
from a vertical <ul> tag. I have a piece of javascript that grabs the
title attribute of each link in the list and displays it as a <span>
inside the link. I am using a bit of CSS to attempt to make it so that
this <span> only displays on mouseover. This bit working great in
Mozilla but not at all in IE6. [...]
// ON THE FLY WITHOUT HACKING CORE MODULES
function primary_tooltips() {
if (!document.getElementById ||
!document.createElement ||
!document.getElementsByTagName ) { return; }
An URL would be far more useful than all those code fragments.
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
.
- References:
- CSS positioning pickle
- From: kraftyhunter
- CSS positioning pickle
- Prev by Date: CSS positioning pickle
- Next by Date: How to close the window after submitting the form
- Previous by thread: CSS positioning pickle
- Next by thread: Re: CSS positioning pickle
- Index(es):
Relevant Pages
|