Questions tagged as 'css3'

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

How can I style the select tag arrow in Firefox?

I have this little problem. I have a layout that needs to be exactly the same as I did, inside it the input definitions of type text and select . In Google Chrome, everything worked wonderfully, since the arrow was cute, as in th...
asked by 25.10.2017 / 16:44
2
answers

Use 2 different frameworks in the same CSS?

I started my internship today and the first task I received was to find out if it's possible to use two files in a single, minimized CSS. normal compilation and minification, to generate the only CSS, or is this not possible? Also,...
asked by 01.11.2017 / 03:46
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
1
answer

background-color hard to find

I have the following website Slide Show There is just ) a slide show . In the navigation part, there is a nav tag that has a background :rgba (0,0,0,.5) And it has two buttons with an image as background. This image is...
asked by 10.05.2018 / 15:21
2
answers

Effect on css image

How do I do this effect as in this image in css?     
asked by 14.04.2018 / 02:44
4
answers

column-count in css breaking line at the beginning of column

I'm using column-count in CSS to turn a text into 3 columns, so far so good. The problem is that I get a text with this MySQL specification: Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br> <br> Nullam ullamcorper effic...
asked by 09.08.2017 / 16:35
2
answers

I would like a layout so my aside is not joining with the footer

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Example1</title> <style ty...
asked by 05.07.2017 / 15:44
1
answer

HTML and CSS - Center Tabs to the center of the page

It's a newbie question, but I'm having this difficulty. I have 3 tabs that look like this: ButI'dlikeyoutostayinthecenterlikethis: Alsoinsteadoftext,Iwouldliketoputimages.MyCSSforthetabslookslikethis:/*Stylethetab*/div.tab{overflow:hidden...
asked by 19.11.2017 / 17:14
1
answer

Background-color without following max-width [closed]

I drew a maximum margin of 1500px, max-width: 1500px, for my site, but the behavior of background-color follows this margin, not wrong, quite the opposite, however I wanted to leave the color of my div in width 100% but the rest of the elements...
asked by 20.03.2017 / 20:49