Questions tagged as 'css'

2
answers

Input date ta in English

I made an input date from the bootstrap and it is in English, is there any way to get it in pt-br? HTML <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="css/bootstrap-datetimepicker.min.css"...
asked by 07.02.2018 / 17:19
2
answers

Login Form Screen Flashes

I have a problem: I have a login screen that I made, but it blinks. I did not want this to happen. I wanted the login form to be static with the images passing in 5 minutes. Thelinkdoesnothavethegraybox.Iwantedthegrayboxtoo.Hereistheprobl...
asked by 30.12.2017 / 19:46
0
answers

Web Developer: Council of evolution: next step? [closed]

Good morning everyone, I need your advice and your experience to evolve in the career. I have been a Web Developer for 2/3 years. I have always worked on doing everything from scratch, working with HTML, Javascript, CSS, PHP, MySql. I do ever...
asked by 08.01.2018 / 12:56
0
answers

Display Grid for IE11

I'm doing a grid with the 7 items as per the code below: My code nav div.grade { display: grid; grid-template-columns: auto auto auto auto; margin-top: 5px; display: -ms-grid; -ms-flex-direction: column; -m...
asked by 07.05.2018 / 23:40
1
answer

How to make a text overlay a div with image?

I can not make the text "Text I want to override." stay on top of the div "textDiv" that has an image as background, please help me. HTML <div class="divLeft"> <img id="photo" src="photo.png"> <div class="textDiv">...
asked by 07.05.2018 / 00:27
1
answer

Problems filtering table contents using select

I have a select with the genres "Male" and "Female", when selecting one of these genres, another select is shown with sports modalities and each of these modalities prints a table. I am a beginner in jQuery and need the tables to be filtered a...
asked by 04.05.2018 / 15:08
1
answer

Vertical text alignment [duplicate]

Hello, I'm trying to align a text vertically, but the code is not working. It is divided into 2 columns and the column with the image is larger the text is at the top html: <div class="col-md-12" id="id01"> <h3>Id...
asked by 24.11.2017 / 22:26
1
answer

Scroll does not work in bootstrap mode

I have a modal with an image on the left and several comments on the right, but on the right I wish there was scroll as the comments did not fit in the modal. So I have this row with several rows inside that will be the comments, but the scroll...
asked by 20.11.2017 / 21:32
1
answer

How to turn list into responsive menu?

I'm having trouble making the list below into a responsive menu, something like Bootstrap's responsible navbar. I want to keep the current style of the menu, but let it behave just like Bootstrap's responsible navbar, which picks up the menu for...
asked by 21.11.2017 / 19:13
2
answers

Div alignment

I own a table that is built dynamically with information from a movie director. I need to change the structure for a div, mainly for the responsibility issue, today reducing the size of the component that stores this table, the text ends up over...
asked by 06.11.2017 / 01:41