Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
611 views
in Technique[技术] by (71.8m points)

razor - How to get a HTML element to span same class but not be linked

I have the following .cshtml code:

<p class="bolded">
                    @ResourceManager.GetResource("VerifyCode")
                    <a href="javascript:;" class="resend-button link do-trigger-overlay">
                        @ResourceManager.GetResource("VerifyRequestNewCode")
                        <span class="error-tooltip arrow-up">
                            @ResourceManager.GetResource("VerifyLostEmail")
                        </span>
                    </a>
                </p>

I am not very experienced with HTML. Currently the tooltip displays in the correct place, it is part of the link. If I remove the tooltip out of the tags, the link is removed, but it the design of it doesn't point neatly at the link. My question is how can I get the tooltip error to be in this place but not be a link?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...