Cheeky I know but I was hoping there might be some brighter spark than me (not hard) who could point me in the right direction in how to do something like on this page:
you see if you hover over the svg icons in the page you get a pricing panel appear. the bottom one (the vehicles) would be the first one i would try to get working as that seems the simplest (not cummalitive). It would seem to me (I could be very wrong) that the svgs/images in this section have a hover event, when you hover over it shows a div on the right.
But in wappler i cant seem to work out how to make a div show based on a hover event?
when i add a dynamic event to my link and use the select and then type show i only get a modal option, i have given my right hand div an ID etc.
sure its simple as wappler always has this stuff covered and I am just having an especially dim moment.
thanks in advance
Darren
PS if anyone has any pointers as well on how to do the top ones that would be wonderful
The same way as you can show/hide element on click - using a variable.
Add a variable in your app root. Select the element you want to be hovered add new dynamic attribute > mouse > mouse over > variable > set value > set your var value.
Do the same for all the elements.
Result:
you can use this variable value to filter data / show hide elements etc.
another problem how do i get the image to swap out on hover, i have made to svg files the same, one black and one pink, so when i hover i get my right hand div showing, but want the image to change to the pink one, is that possible?
thanks
Darren