Questions tagged as 'css'

0
answers

Blogger can not read date: post.body and date: post.url

I have social sharing buttons on my blog that work normally through the parameter expr: href="data: post.url / data: post.title" which takes the address and title of the publication in question . However, I am modifying this sharing system, crea...
asked by 22.03.2017 / 04:35
0
answers

Customize select and understand CSS effect

see this example I'm doing about customizing a select and an input link Note the effect of the input, click on the text box and you will see that the bottom edge has a nice smooth effect, even beauty. The problem is that I am not able...
asked by 22.03.2017 / 21:38
1
answer

Remove type when value is 0

I have Web Essentials installed in my Visual Studio, and it made me the following recommendation: Soon,Iremovedthedrivetype.ThestyleworkedperfectlyinChrome,butwhentestinginFirefoxandIE,itwasconsideredinvalid.Samplecode: .mydiv { width:...
asked by 22.03.2017 / 18:00
1
answer

HTML + CSS I would like to put a radio button as a symbol

Hello, guys. I want to put the Δ symbol as a radio button, and when I click it, it flips over that other ▲ symbol. How do I do this?     
asked by 14.01.2017 / 21:55
0
answers

Carrousel is not responsive

I'm having difficulty leaving a page with responsive bootstrap, with the full screen it is correct: NowwhenItrytoseehowyouarerespondingonsmallerdevices,mycaruselisnotresponsive: Hereisthecarcode:<divid="myCarousel2" class="carousel slide" da...
asked by 09.01.2017 / 16:06
1
answer

How to enable the right-click (with the new tab option) on an input or button

I have input that I would like to right-click to see the abrir link em uma nova guia option. How can I do this, is it only possible with css and html , taking into consideration that this same button will fire a...
asked by 09.01.2017 / 17:52
1
answer

How do I make a background-image with width in pixels do not stay static on a website page?

I have several background images with a certain width in pixels and underneath these images I have one or two titles with background-color (with a color rectangle behind also with the width in pixels equal to that of the image so aligned) and te...
asked by 09.01.2017 / 15:32
0
answers

Modifying height of the text field while keeping the 'focus' of the field at the top

Good morning, I have a simple question, I did some research and could not find anything related, I do not want to believe that this is a bug. So, typing the field starts only in the middle of it, no matter how much padding or margin I gi...
asked by 13.02.2017 / 13:34
3
answers

Page rendering asp.net DisabledCssClass

I have the following problem, I have this code on a page: <div class="modal-footer"> <asp:Button runat="server" ID="btnCancelar" Text="Cancelar" class="btn btn-sm btn-danger" data-dismiss="modal" Width="90px" /> <asp:But...
asked by 13.01.2017 / 19:39
0
answers

Allow zoom on mobile phones only in one div

I have HTML with the goal: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes"/> That is, you can not zoom in on your cell phone. But within that HTML has a div that loads an imag...
asked by 02.01.2017 / 19:08