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
Venkateswarlu BVenkateswarlu B 

I have created case custom vf page as per my client requirement.I have created case comments custom related list using <apex:pageblocktable> now I want hoverlist like related lists on standard page.Anyone quick help

I have created case custom vf page as per my client requirement.I have created case comments custom related list using <apex:pageblocktable> .Now I want hoverlist like related lists on standard page.Anyone quick help:
Created Case comments related list like below:

<apex:pageBlock title="Case Comments" tabStyle="case" id="casecId">
         <apex:pageBlockButtons location="top" >
        <!--<apex:commandButton value="New" action='/apex/casecomment' styleClass="btn"/>  oncomplete="redirect();"  -->
         <apex:commandButton value="New" action="{!goToCaseComment}" styleClass="btn"/>
      </apex:pageBlockButtons>
      <table class="list" border="0" cellspacing="0" cellpadding="0">
        <tbody>.................................................
.....................................................................
Please help me asap:
Hover list I want like below for above custom related list:
User-added image