VISUAL SLIDESHOW & WEBSITE MAKER

Create your website – free, responsive, on your own!

Create awesome mobile-friendly slideshows and websites. No coding and free.

HOW VISUAL WEB MAKER WORKS

VISUAL SLIDESHOW WEBSITE BUILDER

Try now, it's free! You can use it for free to create sites for your and your clients' purposes!

DOWNLOAD FOR WIN DOWNLOAD FOR MAC

SLIDER / SLIDESHOW

GALLERY / PORTFOLIO

MOBILE / DROPDOWN MENU

Is it possible to change type of cursor in image slideshow using jquery?

Q: How do I get the controller to disappear when the cursor is not pointing at the picture like the demo does on your website? I see the option to not have it show at all and to change the location. I have not published this to the Internet yet.

A: You can change the type of cursor manually. Open generated "slideshow.css" file in any text editor (for example, Notepad), find following lines:

.slideshow-images img {
    display: block;
    position: absolute;
    z-index: 1;
}



add line:
cursor: default;

You'll have:

.slideshow-images img {
    display: block;
    position: absolute;
    z-index: 1;
    cursor: default;
}

VISUAL WEBSITE BUILDER

Make the process of creating your sites for non-profit and commercial purposes easier, this solution is free and doesn't require special skills.

DOWNLOAD FOR WIN DOWNLOAD FOR MAC