Questions tagged as 'css3'

4
answers

Edge in intercession between 2 elements - CSS

I'm creating the following menu: butIcannotcreatethisborder: HowcanIcreateitwithCSS? .m{ position: fixed; top: 0; left: 0; height: 100%; width: 100%; background: #aaa; } .a{ background: #777; position: relative; pa...
asked by 23.08.2018 / 16:25
2
answers

Rotation check in javascript

Is there any way to check the rotation of a div in javascript , for example checking style left is offsetLeft , could someone tell me how the rotation would look?     
asked by 28.02.2014 / 00:14
4
answers

How to show warning "Refresh your Browser" when it does not support HTML5?

How to display the "Update Your Browser" warning when the user's browser does not support HTML5 tags or CSS3 properties? An initiative that encourages this is the link site, but they do provide a script for it. Would it be possible to...
asked by 13.01.2015 / 13:08
4
answers

CSS, input in firefox shows blank text

In firefox the text of my input does not appear, what reason? see link input { width: 100%; height: 35px; margin-bottom: 10px; color: #595959; padding-top: 17px; padding-right: 17px; padding-bottom: 17px; p...
asked by 16.12.2014 / 21:11
2
answers

I can not centralize a picture semantically

How to leave an image in the center of the screen I tried to put a text-align:center and it did not work. Here is my html code: <header> <img src="images/bg-header.png" id="bg-header"> <ul class="menu">...
asked by 19.05.2015 / 19:27
3
answers

css alignments

My case is as follows: ButIwanttoleaveitlikethis: HTML <div id="problema"> <div id="verificar" style="width: 500px; height: 100px;"> <h1 style=" clear: both;position: relative; display: table; " >Log<...
asked by 01.08.2014 / 22:37
3
answers

CSS selector for tables

I am doing a refactoring in a code and have a CSS rule that is changing the display of all tables. A specific table is visually broken because of this change. Since I have not yet seen the whole code, I fear that if I override this rule it might...
asked by 28.03.2014 / 15:20
2
answers

Button spacing

I want to decrease the spacing of these buttons but I can not. Already tried to put margin and padding and nothing. I do not want to use a list. How can I do it? The following is the html code: <div id="buttonbar"> <button id=...
asked by 27.04.2015 / 20:25
2
answers

How to scale a div without changing the child elements?

How do I make the opacity and size of the content within the paragraphs not change when the transition occurs?! #quadrados{ padding-top: 2vw; overflow: hidden; width: 100%; height: 30.5vw; background:url(imgs/pared...
asked by 22.12.2017 / 21:11
2
answers

How to use fonts on my Site?

Hello, I've always used Google sources on my sites, but I came across a project that has fonts that do not exist in Google Fonts. Can I use an external source, whatever it is? It is like? (I apologize if there are any similar questions, but I di...
asked by 24.11.2015 / 13:39