Questions tagged as 'css'

1
answer

Select element, ignoring specific class

Come on ... Suppose I have something similar to the list below. <div id="respostas"> <div class="historico"> <div class="lista"> <div class="enviando"><strong>verbot</strong> curar</div...
asked by 04.07.2017 / 19:16
2
answers

How to make menu with different drawing?

I do not know what to do, but I do not know which commands I use to leave the line diagonally. Follow the image below: I need to do only with HTML and CSS, thank you in advance. And ignore the numbers inside the blue square.     
asked by 27.06.2017 / 18:14
1
answer

How to put Scroll to table inside div with width 100%?

The example shows a div with horizontal scroll, but I would like the table along with the div that has scroll to adjust 100% to the size of the screen. .div { border: solid; display: inline-block; width: 300px; overflow: auto;...
asked by 30.07.2016 / 22:40
2
answers

How to get 40px X 40px from every image?

How do I make a resolution for the entire image? For example, I have this image: But in CSS I'll only get 20px from it. You can not use height and width .     
asked by 04.07.2015 / 01:53
2
answers

How to make a button with Razor and Css

I'm trying to make a button on a particular page. However, my entire project started with the Razor engine, so I would like to know how I can make a button with such an engine, I'm trying to do it like this: @model WebApplication3.Models.Co...
asked by 23.10.2016 / 19:10
1
answer

How to position a Span tag on the page?

I'm studying ASP.NET MVC 5 and I'm trying to create a page where in the upper left corner I would have a "Menu" button, I could create the button and action but I'm having trouble locating the button on the page. / p> I want this button to be...
asked by 21.10.2016 / 22:11
1
answer

How do I get a div to scroll down automatically?

I have a div with a lot of text, and I want it to load when the page div starts to do automatic scrolling showing the whole text ... html: <div id="corpo"> <p> Titulo da notícia, Titulo da notícia, Titulo da notícia,...
asked by 18.05.2015 / 15:40
2
answers

Do not load a CSS if IE8

Problem: I would like to not load the CSS if it is IE8 For all other browsers I want to load CSS I thought about doing <!--[if IE 8]> (deixar vazio) and put for each type of browser the CSS Webkit, Gecko, but I think it is not t...
asked by 06.04.2015 / 17:07
1
answer

Centralize div container materialize

I have the following structure in my HTML : <div class="image"> <div class="container center-align"> <h1 class="grey-text text-lighten-5">Análise de Sistemas</h1> <span><b class="grey-...
asked by 17.05.2015 / 00:43
1
answer

How to make the tip of the "dialogue balloon"?

How do I make this triangle before the numbers flap? Can you do this by manipulating the borders?     
asked by 06.04.2015 / 03:40