Posts by rgralb • 137 points
6 posts
-
0
votes1
answer966
viewsQ: Problem with overflow-x and overflow-y in css
Good afternoon, all right? I need a table to scroll on the x-axis if the table width is larger than the container width. If I do this, it will work: overflow-x: auto; overflow-y: hidden; But I need…
-
1
votes0
answers90
viewsQ: Appgyver iOS - How to change the default color of selected and not selected from tab-bar icons on iOS
I need to change the color of the icon that is in the app’s tab-bar on iOS. In the previous documentation, it was done as follows…
-
2
votes1
answer48
viewsQ: input search on iphone
I have the following appointment: <form class="area-search" action=""> <input name="search" type="search" placeholder="O QUE ESTA PROCURANDO?"> <button>Buscar</button>…
-
0
votes2
answers892
viewsQ: dynamic background - jQuery
I’m testing a slide of images, I’m dynamically altering the background using jquery’s "css" function by changing the url("image path"); But I realized that every time there’s a switch, he lowers the…
-
3
votes3
answers265
viewsA: W3C HTML validator accuses "Empty Heading"
I think I get it. Semantically it’s not right to put a h3 within a figure tag. If I change the figure tag and use a div, solves the problem. <!DOCTYPE html> <html class="no-js">…
-
10
votes3
answers265
viewsQ: W3C HTML validator accuses "Empty Heading"
I’m trying to validate my html and it’s giving me the following message: Line 328, Column 34: Empty heading. <h3 class="titulo-chamada">A internet no controle</h3> He hinted that the…