Questions tagged as 'css'

0
answers

Make text with overflow-x: hidden move automatically

I'm setting the width of the li and sending all the text that exceeds is hidden, now I would like to make the part of the text that is hidden automatically move to appear on the screen. HTML: ul - @realties.each do |realty| li...
asked by 09.11.2018 / 18:56
0
answers

Mathematics of fluid layout

I'm trying to develop a fluid layout, so the result of the percentages never hit the desired width, I have the following structure HTML <div id="wrapper"> <div id="top"></div> <div id="filtragem"></div>...
asked by 09.11.2018 / 22:27
2
answers

How to force loading of JS and CSS files with each new published version?

Every time I publish a new version of my web application (a multi-company system) that has changes to JS and CSS files, some clients complain about errors and I find that it is the cache of the browser and I have to instruct the client to refr...
asked by 03.09.2015 / 20:57
0
answers

How to apply my Css in a child tag

Within my tableRow there is a tableHeader and I want to apply my CSS within tableHeader How should I proceed? <tr> <th><?= $properties['propertie_id'] ?></th> <th><?= $properties...
asked by 08.11.2018 / 00:39
0
answers

Pagination with Vue.Js

I created a paging component and took the items sent by the server that are already paged in 5 per page. The next button works correctly bringing all the pages, but the pagination only stays from 1 to 5 being that the go to page 6 for example wa...
asked by 08.11.2018 / 04:21
2
answers

Change the link color nav bootstrap 4

I have the menu below: ButIwouldlikethecolorofthelinktobe#3E4095andhover#FFFF00.HowcanIchangethecolorinBootstrap4?<navclass="navbar navbar-expand-lg navbar-light"> <a class="navbar-brand" href="#">&nbsp;</a>...
asked by 15.11.2018 / 15:03
0
answers

JS Event on Elementor

Good morning, everyone. I need to create an event on a site that takes the following action. On the right side I have a block with 6 titles, each for a different block on the left side. I need to know how I do (code) handling in javascr...
asked by 13.11.2018 / 14:00
1
answer

Help with iframe formatting

Hello, I have a form of google that I want for a page with the formatting of 1280 * 800 and the problem and that does not occupy the page completely always hide or at the end of the form or iframe in the iframe it hides content I want it to occu...
asked by 06.11.2018 / 21:12
2
answers

How to get a form and send it to the e-mail? [closed]

I need to send a form from an email, I've researched a lot, but nothing explains exactly what each line does, and if you have to have an online server, or if you have a test site, I'll leave mine html, here, if anyone can help me, I'll be gratef...
asked by 12.11.2018 / 17:14
1
answer

Load from within the partialview js / css

Good morning, insira o código aqui I can not load .js / .css when loading partialview no layout <!DOCTYPE html> <html> <head> ... @RenderSection("header", required: false) </head> <body>...
asked by 04.11.2018 / 15:33