Hello, I'm a designer who doesn't know much about coding ㅜ<
I want to work on the effect I want with Wix coding, but I don't know what you mean
When you mouse over "This moment"
I want to change it to an image of "For You Only"!
'This moment' is currently designated as #image1
"For You Only" is designated as #image2.
How can I complete the code...
We desperately need the help of experts passing by Please help me once.ㅜ<
coding code wix
If it's possible to add custom HTML and custom CSS, do this.
HTML
<div id="nunc"></div>
CSS
#nunc {
display: block;
width: 100%;
Height: 48px; /* If the image is displayed too small, raise it. */
background-image: url ("http://blah, blah, blah, blah, this moment."jpg");
background-size: contain;
background-repeat: no-repeat;
Cursor: pointer; /* You can remove this line. */
}
#nunc:hover {
background-image: url ("http://blah, blah, blah, blah, blah, blah, blah, for God's sake per person."jpg");
}
568 Who developed the "avformat-59.dll" that comes with FFmpeg?
887 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
610 Uncaught (inpromise) Error on Electron: An object could not be cloned
599 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.