Re: CSS positioning pickle



kraftyhunter@xxxxxxxxxxx wrote:
Ok here is the pickle. I have got a navigation menu link list made
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; }

Have you verified IE is not disappearing here?

An URL would be far more useful than all those code fragments.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
.



Relevant Pages

  • Getting the coordinates of a piece of text with Javascript?
    ... I know you can find the coordinates of a tag inside the DOM, ... If the user highlights or selects text in a div or span can I get the ... javascript do I use to find that out? ...
    (comp.lang.javascript)
  • Re: Label not able to take


    ... I can do this in my aspx page, but not from Javascript where I am getting ... CoverLetterDisplay is an asp:Label which renders into a span element. ... The paragraph tag is a block tag while a span is an inline tag. ...
    (microsoft.public.dotnet.framework.aspnet)

  • Re: stategically place javascript???
    ... slap in a container and add your JavaScript as a LiteralControl. ... A panel is ... as good an object as any (writes out as a <span> tag). ...
    (microsoft.public.dotnet.framework.aspnet)
  • How to put JS on TextBox...correctly?
    ... I have code that adds Javascript to a textbox: ... When I look at the actual source, the JS code is placed inside of a <span> ... tag directly before the actual tag. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Screen tips on without Hyperlink?
    ... just use a <span>, for example: ... note that within the first tag I've added title="Text ... visitor points their cursor at your word or phrase. ... border-bottom-width: 1px; ...
    (microsoft.public.frontpage.client)