Questions tagged as 'css'

2
answers

How to solulate the incompatibility of the mobile menu symbol with some browsers?

The mobile menu icon I use does not display some browsers on some tablets that my family owns. <label class="menumobile" for="bt_menu">&#9776;</label> CSS label.menumobile{ float: left; width: 100%; color:#fff;...
asked by 28.06.2017 / 13:18
3
answers

Change class after 3s via javascript

I need to change the class of some elements after 3 seconds that start loading the site, I want to do this but I can not, I was trying to SetTimeout but I can not handle the seconds issue and I did not find a solution via Google. I want t...
asked by 10.10.2017 / 16:13
2
answers

Trimming html and css table layout

I have a page page in php that looks for mysql data and shows in a table: However,whenIlowerthewindow,thetablesandtheheaderare"disorganized," like this: HowdoI"lock" the tables and that they do not change position according to the size o...
asked by 11.10.2017 / 19:12
1
answer

how to create a layout using float

I'm trying to create a page just like the one in the photo, but to no avail. From what I've seen I need to use the float property. I'vecomethisfar,butit'snotresponsive,either. In the second photo I created, I can not get the 4 images to...
asked by 06.12.2018 / 19:08
2
answers

Count only on visible labels

I have a difficulty with my code. I have a dropdopwn menu that displays notifications. When the notification shows the same date as the current day it displays <div class="label notification-badge">NOVO</div> . The notification...
asked by 09.11.2016 / 13:49
1
answer

Form does not appear

Well on the contact page the form that was supposed to appear there simply does not appear, no input appears, I've tried to change some things, take it out and put it on other divs, but still the problem continues. Another question I'm having is...
asked by 01.12.2016 / 00:51
3
answers

How to animate an anchor call?

The links are inside a div and the buttons that call them are outside this div, everything is working, I would just like to put an animation in this transition. P.S. The transition is horizontal. <style type="text/css"> html, bo...
asked by 28.06.2016 / 22:01
2
answers

How to use float: left correctly?

I've been using heavily float: léft; lately, but there are times when it does not work as I expect. Example: (image1)Noticethatamarginappearsthatshouldnotbehere. (image2)Themarginadds,butsinceithasnofloattheotherdivisonthebottomline.Thep...
asked by 05.06.2016 / 00:42
1
answer

Generate Table with PHP group index

How can I make a Table that shows me a Line at the beginning of each Group in a table To understand me better I am putting below an image of how I need Current Table TableWithIndex <tableclass="table table-bordered table-condensed table-s...
asked by 02.11.2016 / 01:14
2
answers

How to leave my footer always below? [closed]

I want to leave my footer ( link ) the same as the footer of this page ( link )" Always on bottom ". I've tried everything and can not find the error. My footer gets up as if it were fixed. I tried using this Footer link at the end of the docum...
asked by 30.03.2017 / 22:49