Questions tagged as 'css'

1
answer

how do I make the click counter not erase

I have a click counter on a button, but I want the number of clicks to be fixed, not to be deleted when a new visitor enters, if not, to continue showing the amount that is has done, without using mysql or php code: <button id="view"&g...
asked by 05.07.2018 / 03:24
0
answers

Modal window from PHP

I have this publication that is a link all of it. What I want is that when I click open a modal window to show it in more detail, I have no idea how to do it, or how to pass the variable php to the modal window js or anything, I need help!...
asked by 04.07.2018 / 12:58
1
answer

how to change color of an Html.ActionLink

<div class="row"> @foreach(var comicBook in Model) { <div class="col-md-3"> <h4>@Html.ActionLink(comicBook.DisplayText, "Detail", new { id = comicBook.Id })</h4> <a href="@Url.Action("Detail", new {...
asked by 03.07.2018 / 17:38
3
answers

How to overwrite my bootstrap file on my stylesheet?

As you can see in the inspector the file site.css is loaded which is where I have my styles that should overwrite bootstrap, but does not load the new content I write, what is this?     
asked by 06.07.2018 / 16:31
1
answer

how to mix two CLASS in one image?

I have two css where each one gives a different action to the images, and what I want is to know if you can join the two in one line of code, or make another class where the mescle. one is zoom that the download deinternet is from zoomy.css th...
asked by 30.06.2018 / 05:48
1
answer

Navbar in bootstrap is not fixed-top or justifies text to the right

I am using the bootstrap 4.0 version and I have made a navigation bar, but I want the nav-links or elements on the right and the bar is fixed top, I have tried anyway but it does not work. the code: <nav class="navbar fixed-top navbar-ex...
asked by 30.06.2018 / 23:09
1
answer

Place filter to a background image with css

I want to place a filter on an image that I will put in the background by applying background-image:url(url..); to div but I have a problem, the filter is also taking the content that is inside the box and I just want to apply the...
asked by 29.06.2018 / 04:03
1
answer

css to square image in the center using divs in phpmailer

I have the following problem and that is that I am building a body for the emails that I send on my page. I am using css to be able to bring and place the background image in a div that contains the data sent in the form that through phpmailer w...
asked by 30.06.2018 / 22:15
2
answers

Read a txt file and apply a font

I'm trying to do with HTML and CSS, a code that allows me to read a txt file, extract the text that is stored there, and then put it on the web page with a font, and I can not. I'm not an advanced programmer, I'm just the base. <style...
asked by 05.07.2018 / 19:22
0
answers

BootstrapTable removes check when I filter and remove the filter

Each row in the table has a checkbox in the first column. When filtering by any field, the checkbox check disappears. <div id="soportesContainer"> <table style="font-size:9px;" data-filter-control="true"...
asked by 05.07.2018 / 18:30