Questions tagged as 'html'

1
answer

Progress bar in a cell of a table

I'm making a calendar and I need to make a progress bar of the elapsed time each day. I set up the calendar using HTML tables. How can I make this progress bar each day separately?     
asked by 29.12.2017 / 19:50
1
answer

Edit select showing bank value and showing other table options

   I have the table that registers a user (gr_entidade) and that has a connection with a user status table (gr_entidade_status). I want the edit form (editing_user.php) to display the value in the database, but I can see the other items in the t...
asked by 28.12.2017 / 14:51
1
answer

Calculate horizontal distance of an element

I'm trying to customize a submit button using Bootstrap 4 Beta 3 . The idea was to do something like "slide to unlock" style ; however, it is only working in a resolution above 992px ... I believe this is due to break-point...
asked by 02.01.2018 / 09:12
1
answer

How to put an image next to the other in a gallery?

I'm creating a gallery on my website using html and formatting in css, I put each image in a div and used the float tag so that in the gallery view one image stands next to the other. But it's getting a "blank" space. Here is my css format: .g...
asked by 25.10.2017 / 12:07
1
answer

Deleting records marked with checkbox

I wanted to be able to delete multiple records from a table just by selecting the records using checkbox , same as Gmail, I select the emails that I want to delete or mark as read. Because when I need to delete some registry I still have t...
asked by 19.10.2017 / 14:28
1
answer

Create action on an html button

I'm new to web development and came across the following problem. I have an input text and a button in html and I need to create an action that when clicking the button, a function is called and in the function, I will make the necessary manipul...
asked by 20.09.2017 / 13:20
1
answer

How to put links from social networks to share the link of the page of a post?

I have a question. I do not understand much about ASP.Net, but a friend of mine asked for help to implement social networking buttons on his TCC site. His CBT is a news portal like any other. He would like to put on each post page something l...
asked by 21.09.2017 / 17:32
1
answer

Materialize 1.0.0-beta (CSS Transitions)

I'm new to the front end in general, I have basic knowledge of html and css, I'd like to use materialize and understand this function here. link As I try to use these codes on the page only I can not use the Toggle Scale on my page <...
asked by 02.04.2018 / 01:06
1
answer

I need to change the border color of a cell in the datatable

I need every cell in the first column of the datatable to change color as the table is scaled. The color will be set as the table data is generated in the backend. Here is an example of how I need to: OntheleftedgeofthefirstcolumnIneedtod...
asked by 31.03.2018 / 03:03
1
answer

Div below another - fixed menu

I'm creating a fixed menu and I'm having a problem. When I put the position fixed in the div of the menu the div that was below (content) "up", so part of the content is hidden in the menu div. I think it's not correct I put margin-top in...
asked by 23.04.2018 / 18:07