/    Sign up×
Community /Pin to ProfileBookmark

‘Title’ not showing on rollover ?

I have ‘titles’ within <td></td> tags, which were working fine on rollover as expected. They then stopped showing, then began working again, and have now stopped showing again ! Any ideas much appreciated ( N.B. same browser i.e. version and computer, nothing’s changed ! ) P.S. I have tried it in a different browser off-line, just to check, but that’s not working either …..

to post a comment
JavaScript

4 Comments(s)

Copy linkTweet thisAlerts:
@JMRKERMar 20.2010 — Do you have some code to view or a link to look at?
Copy linkTweet thisAlerts:
@liamfitz16authorMar 20.2010 — Here's a sample of the code, as you will see, the 'title' is used on a roloover of atble data element ...

<table class="henrytable" cellpadding="4" cellspacing="2" align="center" border="0" width="100&#37;">

<tr align="center">

<td colspan="6" align="right" title="Co. Sligo">John Fitzpatrick</td>

<td colspan="1"></td>

<td colspan="5" align="left" title="Co. Sligo">Anne Fitzpatrick</td>

<td colspan="14"></td>

<td colspan="20" title="Cashel, Co. Sligo"></td>

</tr>
Copy linkTweet thisAlerts:
@liamfitz16authorMar 20.2010 — Sorry again, but it appears they are working now, but not on first load of index page. I need to 'refresh' before they become active ?
Copy linkTweet thisAlerts:
@JMRKERMar 20.2010 — I'm not sure what your problem is because it appears to work fine for me.

I made some temporary changes so you could see what's happening.

1. Set border="1" to see table cells outlined.

2. Put something in the empty table cells, in this case &nbsp;

I'm not sure all the "colspan=" code is needed, but you don't show the rest of the table in this post.


If there is only one column to span, then there is no need for "colspan='1'"

BTW, it is a good idea to surround your script with [ code] and [ /code] tags (without the spaces)

to make the script standout and become easier to read.

<i>
</i>&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Table Titles&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;table class="henrytable" cellpadding="4" cellspacing="2" align="center" border="1" width="100&amp;#37;"&gt;
&lt;tr align="center"&gt;
&lt;td colspan="6" align="right" title="Co. Sligo"&gt;John Fitzpatrick&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td colspan="5" align="left" title="Co. Sligo"&gt;Anne Fitzpatrick&lt;/td&gt;
&lt;td colspan="14"&gt;&amp;nbsp;&lt;/td&gt;
&lt;td colspan="20" title="Cashel, Co. Sligo"&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/body&gt;
&lt;/html&gt;
×

Success!

Help @liamfitz16 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...