Posts by Hermes Netto • 139 points
4 posts
-
1
votes1
answer1360
viewsQ: How to create fade-in effect in div?
I have a div which receives data from the Mysql database and lists the images. I placed a lightbox to make more interesting the visualization of images and an effect of fade-in so that whenever you…
-
6
votes3
answers5281
viewsQ: Navigation without a refresh!
I’m developing a website that has a div where I have a script that lists results of an SQL query. These are images, in this case. The site was developed on just one page, so by clicking on the…
-
2
votes6
answers636
viewsA: How do you turn the average to red?
You can assign a class in "b" and by the css format with the desired color. In this case the whole line will turn red. If you only want the average result in red you can do this. echo "<b> A…
-
2
votes1
answer117
viewsQ: Is it possible to use Query String and Hash at the same time?
I am developing a one-page site only using the hash’s html to scroll the page until the id specified, but the need to use also a query string with php, but now every time I try to use both of them…