Questions tagged as 'css'

1
answer

What is the minimum width of a mobile device?

My site is organized to fit different screen sizes through CSS @ media's, however the minimum width is 320px (width). I imagine there are devices with smaller widths, but in an unprepossessing amount ... does that work? or do you recommend styli...
asked by 08.03.2018 / 10:00
2
answers

Resize image automatically

When programming a web page via PC, I added an image map whose image was relatively large, occupying the width of the entire page. The problem is that when you access a smaller screen, such as a notebook screen, the image does not resize along w...
asked by 22.03.2018 / 14:40
2
answers

Smooth height change

I'm doing a Navbar where it will decrease the height and change the color in the scroll event. My problem is in letting this smooth transition. I was able to make up for the color, but not for the height. How can I let the height change smooth?...
asked by 28.02.2018 / 20:15
2
answers

Opacity only in li and not in span

I have the following code HTML : <li class="item produtoDesabilitado" id="1028" style="border: 2px solid rgb(255, 255, 255) !important; height: 346px; padding-bottom: 22px;"> <div class="product-image-wrapper" style="max-wid...
asked by 20.02.2018 / 18:25
2
answers

Iframe does not support the "resize:" property in Mozilla Firefox

I have a function that directs the WYSIHTML5 plugin into a textarea, this plugin migrates the textarea to an iframe: <iframe class="wysihtml5-sandbox" security="restricted" allowtransparency="true" marginwidth="0" m...
asked by 10.11.2017 / 17:07
2
answers

How to use before in CSS?

The image below demonstrates my expected result. In fact, I would like every time I instantiate the tags h1, h2, h3 in html, come to toast this stroke under the title. I was researching something similar to before, but I still have not had any r...
asked by 03.05.2018 / 20:20
3
answers

How to align content in td?

How do I align the contents of <td> within my table? I know that for horizontal alignment I use text-align: center; //text-aling está errado . I want it to be equal to Teste and Armas . <table class="ta...
asked by 07.12.2017 / 23:04
3
answers

How to use a text selector in html?

How can I make a text selector within HTML so that I can have options when certain text within a p tag, for example, is selected?     
asked by 08.05.2018 / 16:04
1
answer

Remove "sticks" from a textarea

I have a textarea and would like to know how to remove these "scratches":     
asked by 14.09.2017 / 00:24
1
answer

Increase text size when scrolling

How do I scroll the page to increase the size of the text? I would like every%% text to increase by 50px to scroll the page to a total of 10px top. Below is Fiddle and Snippet: JsFiddle $(document).ready(function(){...
asked by 20.09.2017 / 18:16