Posts by Walter Robynson • 31 points
5 posts
-
2
votes1
answer310
viewsQ: CSS Sticky position does not work with Bootstrap class=Row
Hail, hail. I’m having trouble fixing a menu on a website. When page content has a DIV with class bootstarp ROW, this DIV overwrites the menu at scrolling time. HTML: <html> <head>…
-
-1
votes1
answer275
viewsQ: Delete record in multiple tables in Mysql
I have several tables with the same field versao. I would like to delete simultaneously in all tables all records containing the field versao with the same 'XYZ' value'. I tried to DELETE FROM `t1`,…
mysqlasked Walter Robynson 31 -
1
votes1
answer35
viewsQ: Overlapping labels
Greetings. With the following code... https://jsfiddle.net/WRobynson/n10pttbb/2/ The labels are superimposed when the screen is lowered. I would like you to stay one at the bottom of the other. Can…
-
0
votes2
answers68
viewsA: Why isn’t this code responsive?
That’s what I’m talking about... The span + select set has a fixed size. But it is installed on the screen according to the option chosen... That’s why I wanted to set the span, but when I try to do…
-
0
votes2
answers68
viewsQ: Why isn’t this code responsive?
Can anyone show me where I’m missing and my code doesn’t become responsive? (I use bootstrap) I wish there was one element underneath the other... Here’s the code: <div id='container'> <div…