Questions tagged as 'css'

3
answers

TAG center substitute

I have the following form: .table { max-width: 500px; border-collapse: collapse; font-size: 12; width: 320px; text-align: center; box-shadow: 2px 2px 2px 2px #aaa; } .table tr td{ padding: 8px 8px 8px 8px; }...
asked by 10.03.2015 / 14:24
3
answers

Background image 100%

I've always had this curiosity, how to leave the background image 100% according to the monitor (We all know that there are several measures). So I was told that it would be a script in JS or jQuery, I do not remember very well, and it worked as...
asked by 16.10.2014 / 03:02
3
answers

Doubt over stylization of input="submit"

I have a following class: .rodape input{ blablabla } And the following HTML <div class="rodape"> <input type="text" /> <input type="text" /> <input type="submit" /> </div> What happens, all the...
asked by 24.11.2014 / 17:25
3
answers

Create a comic-balloon-shaped div

How can I create a% com with comic book-like appearance (I do not know if this is the best expression). Goal: Reality: * Please ignore fonts and colors in question, focus is tip of div . Follow the code in JSFiddle :     
asked by 02.10.2014 / 21:36
2
answers

How to create a box with two separate texts

Hello, I am a beginner of XHTML and I ask you to tell me about this code and not html5. I want to do a header but I can not. The goal is for the first text to be higher than the first. See the example image sf. I am in doubt as much in...
asked by 12.06.2014 / 20:56
1
answer

Bug textarea with padding in Firefox

padding-bottom in <textarea> , works normally in Google Chrome and other browsers when scrollbar scrolls, but in Firefox the spacing always stays "fixed" and texts are cut off. Difference in Opera (based on Chromium) and...
asked by 18.08.2016 / 21:12
4
answers

Drawing with CSS

Is there any way to draw a sheet like the image below using CSS?     
asked by 18.10.2016 / 14:51
3
answers

Uncheck a checkbox when clicking outside it

HowcanIunmarkacheckboxifIclickonanotherfieldinthesite?Thecheckboxissothatwhenthestateischecked,it'drags'mymenufrom-65%to0andappearsonthescreen,beingusedinaresponsivemobilelayout.UnfortunatelyIhavenoideahowthiscanbedone,butIbelieveit'sinjavascri...
asked by 29.12.2015 / 18:43
2
answers

How to put & raquo e & laquo no :: before?

I need to put a &raquo and a &laquo in the :before attribute of a given element. How do I do this in CSS? ul.breadcumb > li:after{ content: '&raquo'; /** Isso aqui não funciona **/ }     
asked by 24.09.2015 / 18:41
1
answer

How to Inspect an element that only appears when I hover in another element?

I have an element that when doing a hover in it will appear a pseudo-element elsewhere on the screen, however I would like to inspect this pseudo element when it is visible on the screen. How do I inspect an element that only appear...
asked by 06.11.2018 / 13:01