Rendering title attribute of anchor tag

K

kgmahoney

in v2 of asp.net when I do a:

<asp:hyperlink id="hl1" runat="server" tooltip="xyz" ... it doesn't
render as a title attribute of a <a ... tag in firefox

even if I do a:

<a id="hl1" runat="server" title="xyz"... it takes out the title
attribute before rendering it in firefox, but leaves it in for IE

any suggestions? thank you

Kevin
 
K

kgmahoney

I still can't get the title attribute to render on firefox even if I
create the <a ... tag in a function and return it as a string to the
aspx page. Is there a way to create a browser file for firefox in
app_browsers so that it won't remove the attribute? Thanks.

Kevin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top