function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Varun AnnadataVarun Annadata 

Is it possible to make a vf page to hover like related list hover at the top of a detail page?

Varun AnnadataVarun Annadata
I have a vf page being displayed on a detail page of a custom object.So is it possible to display the vf page in a hover manner like related list hover?
James LoghryJames Loghry
Unfortunately, no it's not possible to inject your Visualforce page into the hover links on the page layout.  You could create a custom link on the page layout and link it to your VF page, but it wouldn't reside in the same spot as the hover links. See this question for similar details: https://developer.salesforce.com/forums/?id=906F0000000AhNjIAK
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Varun,

May I suggest you please refer the below link for reference. Hope it will be helpful.

Please mark it as best answer if the information is informative.so that question is removed from an unanswered question and appear as a proper solution.

Thanks
Rahul Kumar
Varun AnnadataVarun Annadata
@James Loghry can i write a custom java script code in a custom link to make the vf page to show while hovering on the custom link?