Solved Image mouse hover (1 Viewer)

amir0914

Registered User.
Local time
Today, 10:01
Joined
May 21, 2018
Messages
151
Hi every one, I would like to use css3 hover for image in access because it's difficult to assign hover to image on access form. is it possible or has someone sample file of my request?
Thanks in advanced.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 01:01
Joined
May 7, 2009
Messages
19,230
this is an Old trick.
see this demo.
 

Attachments

  • mouseHover.zip
    33.3 KB · Views: 109

amir0914

Registered User.
Local time
Today, 10:01
Joined
May 21, 2018
Messages
151
this is an Old trick.
see this demo.
Thank you arnelgp, I have another question about image, is it possible to set image of form background from attachment fields?
I want to set 10 images to background of a form so that the images changes by user. the simple way is that the images called from a folder, but I don't want to use any external images. so I'm going to find a way to embed the images in my access file and call and use them for background of main form. one way that I guessed is attach all of 10 images on a field of a table and call them on form. do you have any idea?
 

theDBguy

I’m here to help
Staff member
Local time
Today, 10:01
Joined
Oct 29, 2018
Messages
21,467
is it possible to set image of form background from attachment fields?
Hi. I do this all the time, but the way I have to do it is extract the image file from the Attachment field to a local folder. Will that work for you?
 

amir0914

Registered User.
Local time
Today, 10:01
Joined
May 21, 2018
Messages
151
Hi. I do this all the time, but the way I have to do it is extract the image file from the Attachment field to a local folder. Will that work for you?
Hi, that's a good idea, but I don't know how I can do that. do you have a sample file or code?
Is there a way to do that without extracting the images like OLE object ??
 
Last edited:

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 01:01
Joined
May 7, 2009
Messages
19,230
you have to extract the attachment and make it the Picture of the Form.
 

Attachments

  • attachmentAsBackground.zip
    34.6 KB · Views: 114

Users who are viewing this thread

Top Bottom