Posts by deLiz • 69 points
6 posts
-
1
votes3
answers4539
viewsA: Force client-side update after site update
Friend, a very simple solution is to rename the HTML/CSS/JS files that have been modified (and of course, change where they are also called), so the browser does not recognize anything in cache and…
-
0
votes1
answer181
viewsA: Display a GIF at start
Another solution would be to leave the "src" of the gif blank or null, and when you run your "Update", the "src" is corrected, along with the visibility or display style attributes. There are also…
-
0
votes1
answer63
viewsA: Fixed navbar after second Section
Okay, I checked the situation here quickly on the link provided and already see a problem. You need to update the z-index of your fixed navbar, otherwise it will be below the content of the site.…
-
1
votes1
answer719
viewsA: How to view PDF in pop-up when clicking link using html/css only?
Leandro, I believe the only solution is with Javascript. The link will open in a new window, and with Javascript you can set the size of this new window, thus generating a "pop-up". <a…
-
2
votes2
answers1109
views -
2
votes6
answers4426
views