Questions tagged as 'css'

1
answer

How to do a fade in on page load?

I'm trying to make a fade-in effect as soon as my page is opened using only CSS, would I have some way to do that? Are the browser enabled? I did a search and what I found I'm leaving here to better illustrate the question. img {...
asked by 12.07.2017 / 23:37
1
answer

Freeze line from an html table

I would like to know how to freeze a line from an html table, for example I would like to freeze the 1 row of the table, by the time I scroll down it came along, could anyone help me? I already tried to use absolute position, but it does n...
asked by 06.07.2017 / 18:42
2
answers

Leave div and fixed elements

I have div that opens to the side when I click the button: IfIleavethedivwith"Change city" with fixed height until it resolves, but the letters continue to move. Would there be any way the elements would not resize when opening?     
asked by 08.07.2017 / 19:01
1
answer

Change text of input type = file with filename

I'm doing a project in ASP.NET MVC 5, and I need the text of my input of type 'file' to change to the name of the file when loading it. I've hidden the input so it can be triggered by clicking on label in CSS as below: HTML: <div...
asked by 19.07.2017 / 20:01
1
answer

css variables with values coming from the database

I'm developing a website where I saw myself needing to bring the style (colors) of the elements of the database. This would be a piece of cake if it were a page because (for relaxation) I could write the css in head of the document...
asked by 19.07.2017 / 15:55
1
answer

How to set CSS scope in wordpress?

Even using the body_class() function that returns the page name or the id of it when applying a certain rule to css some elements in other pages change, for example: Home: <body <?= body_class(); ?>> <!--...
asked by 03.07.2017 / 15:58
3
answers

Hide text when it does not fit within the div [duplicate]

I have a div with the following class c-txt , note that when the text does not fit inside it, the text is summarized with three dots (...). I need to do this with the div txt to avoid breaking the buttons. Does anyone know h...
asked by 05.07.2017 / 20:00
2
answers

Applying the scroll in table keeping the header fixed

I was looking for a way to apply vertical and horizontal scroll keeping the header fixed to my table. I found in this fiddle a possible solution for this case. $('table').on('scroll', function () { $("table > *").width($("tabl...
asked by 04.07.2017 / 14:03
1
answer

Slide Responsive Boostrap

Hello, I would like to add a full slide in my head using the bootstrap, just like the image example: Couldyouhelpme?IfyouwanttoviewmystructureI'mleavingthelinkfrommyrepositoryingithub: link     
asked by 28.06.2017 / 20:53
1
answer

Display original text, with broken lines, inside the tag a

I'm trying to put a text with more than one paragraph as a link, but the display inside the tag % with% removes any line breaks that are in the text. I'm doing the following: <a style="cursor: pointer;" onclick="wpquery_link_filter(' <?...
asked by 18.08.2017 / 14:38