Hi,
I have some links that I would like to display explanatory text when the user hovers over. I know I can use alt text or tooltips so that the text appears but I would like it to appear in a...
Type: Posts; User: JohnK; Keyword(s):
Hi,
I have some links that I would like to display explanatory text when the user hovers over. I know I can use alt text or tooltips so that the text appears but I would like it to appear in a...
I agree with Twey. You would probably want to use an inline tag here such as <span>. You could then apply any inline properties via css.
Thanks, mwinter. I probably should have mentioned that I'm tranforming from an xml source so I'll probably need to change the xsl to insert "start" or "value" attibutes into the list. I was just...
Hi there,
Probably a bit of easy question (I'm a newbie!) but,
I've got the following code:
<ol>
<li>
<p>demonstrate knowledge and understanding of business terminology,...
Hi. I've got the following image map code that works fine for Firefox and IE but not for Safari. Does Safari have no support for image mapping or is there some other way of doing it that I need to...
I have a document with a sup tag inside a link. This renders ok in Firefox ie the underline stays below the text line. However, in IE (6) and Netscape (7) the underline below the superscripted...
Hi
Working on an html doc.
I have some "key words" in my menu that are anchors with targets that jump to the position of the key words in my document. When this happens I want to be able to...