Questions tagged as 'css'

2
answers

JS and HTML DIV - TAB KEY

Good, I want to make a Genre of ScoreBoard as seen in the games, but for Site ... If the person Clicking TAB, a table or a div # specifies ... How do I do this?     
asked by 10.07.2017 / 16:26
2
answers

Page does not recognize href="", as if there was no href="", nothing happens - PHP

I'm finishing a project, but I had a small problem. On the page there is a "button" where a document is downloaded. But by hovering over the mouse, or even clicking, nothing happens, it's like some element, but a link ( href= ). See: l...
asked by 13.07.2017 / 22:13
2
answers

Why is the navigation bar overlapping the header?

Asyoucanseethenavigationbariscoveringtheheader(thatthebannerasbackground),butintheory(basedonmyknowledge,ofcourse)theheadershouldstartrightafterthenav.NOTE:Itriedtogiveamargin-topintheheaderjusttotestandthenavwentdownwithhim.Itriedtousez-indexa...
asked by 12.07.2017 / 14:35
1
answer

How to break line between php tags with css

I need to break lines between php tags using css of figcaption , since in html5 the <br> tag is deprecated. My code: <figcaption> <?php echo $tiporesultado; ?> <?php echo $imovelpara; ?...
asked by 04.07.2017 / 03:48
1
answer

Print only part of an HTML page [duplicate]

I'm trying to print only the part of an HTML page that has a barcode. HTML: <div class="barcode-img"> <svg id="barcode" jsbarcode-textmargin="0" jsbarcode-fontoptions="bold"...
asked by 08.06.2017 / 15:47
2
answers

CSS attribute does not work

I have a really annoying problem. I am creating a table and in it I am putting a 5% padding. And when I go in the browser to check if this is right, the attribute is in the element, but it is not applied. Bad when I open the inspect, and unmark...
asked by 02.05.2017 / 02:12
1
answer

Change vh by px

I'm having the following problem: I have a page that has several slides in HTML itself. All of these slides have their size set to vh instead of pixel . The problem is that when I access with mobile, the cell being horizontal...
asked by 26.04.2017 / 17:47
2
answers

Change content according to screen size [duplicate]

I have a link with text that is normal when it is displayed on the pc, but very large for mobile phones (where I would use only one acronym). I need a way to change the text according to the size of the display. I have already tried to know ho...
asked by 17.05.2017 / 19:14
3
answers

Does CSS's "! important" property influence site performance?

I'd like to know if assigning the !important property influences site performance, as I use it enough to override bootstrap for example.     
asked by 22.06.2017 / 16:09
3
answers

Should I set the background in TD or TR?

I've been asking this question all my life. I would like to know what is the most recommended way to set background to tr or td . Example 1 .table > thead > tr { background: red; } Example 2: .table >...
asked by 28.03.2017 / 16:39