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
sangam Bp 39sangam Bp 39 

Guys I am stuck In visual fore page please help Me?

Scenario:
In a visualforce page I need a button if I i click that Button I want to display on image and in that image i want close or cancel option.
OR
when i move the cursor on link i want to dispaly image.in visual force page.
Ashish KumarAshish Kumar
Hi,

Are you trying to achieve this using bootstrap or just visualforce components? 

you could use onmouseover event of visualforce
<apex:commandLink onmouseover="call a javascript method to show or hide image "/>

Thanks
Ashish
sangam Bp 39sangam Bp 39
Hi ashish I want in Bootstarp only...pls send me if u have sample code