Questions tagged as 'html'

2
answers

How to draw a pizza using css

I'm having trouble making the lines on a round button to match the partitions of a pizza WhatIhave:<divclass="panel-body no_padding padding_bottom_top_list" style="display: inline-block;"> <div class="list-group">...
asked by 15.08.2017 / 17:03
1
answer

How to remove double side scrollbar?

I'm having a side scrolling duplicity problem on my page. I used the Bulma Framework. Does anybody know how to solve this? Here is the problem print: body { background-color: #f5f8f9; font-family: 'Lato', sans-serif; } aside...
asked by 17.07.2017 / 19:34
3
answers

How to select value in Select

How to select a value other than the first according to an ASP.NET Razor C # variable. <select id="MeetingFrequency" name="MeetingFrequency"> <option value="0" selected disabled>Selecionar</option> <option value="SEM...
asked by 21.07.2017 / 14:19
1
answer

Format CSS Button

I'm developing a web application and would like to leave my button with two visuals. A button with enter and another button longer but with the same look, same color, and wider width. But I'm not getting Lookhowthebuttonsare <buttontype=...
asked by 27.09.2017 / 23:11
3
answers

How to ensure that an image is centralized and responsive

Good morning! I would like to know how I can do with CSS so that an image is centralized so that it is responsive to all monitors .     
asked by 22.09.2017 / 15:42
2
answers

Web pagination with C #

I'm building an administrative application, and in this application I have a messaging page. I'm currently bringing the last 20 messages. I already have the screen ready to receive this messages, but my problem is in making the button logic t...
asked by 25.08.2016 / 16:34
2
answers

How to remove trash in print screens

How do I create a CSS to remove rubbish as in the attached image.   I'm using bootstrap.     
asked by 28.09.2016 / 20:30
2
answers

How to include a js from another domain in html?

Hello, I have an .js file in link . I would like to call it in another location (mydomain2.com) with <script src="meudominio.com/arquivo.js" ></script> , however, gives file not found. And the name is correct and I can access...
asked by 03.03.2016 / 20:22
2
answers

Pass menu from "normal" to "hamburger"

Hello! My question is: What is the best way to go from a normal menu, with inline-block for example to a hamburger menu, that when you click the icon it opens the menu items, when the resolution does not support a menu in line? Is there any g...
asked by 12.05.2016 / 13:27
2
answers

How to dribble the table tags that are inside the foreach in PHP and HTML

I need to set up a table of days and events. When one of the days of the event is the same as the table day, it has to appear on the screen in the correct place. I am already able to compare and show, however, because the table is all disassembl...
asked by 09.11.2014 / 20:51