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

Can I change the type of cursor in image search slideshow?

Q: I have the hand pointer on the big picture.. The picture shouldn't link to anything. I have removed the tags from the HTML, but it's still there.. I have even tried to add a cursor: default; to the css (not in the example I am linking to) - and it works until the image is clicked on - the the hand cursor reappears.

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