Questions tagged as 'css'

2
answers

mpdf only displays on firerox

I am using mPDF and it is only generating the reports correctly in FireFox or opening by IE. If I try to open the file with PDF reader it returns the error when loading PDF document. <?php include("../crud/_views/plugins/mpdf60/mpdf.php")...
asked by 19.09.2017 / 16:35
2
answers

How to leave the background image with transparent background?

I want to leave the background image transparent without affecting the other items of the body, only the image, but when I place the opacity the entire site becomes transparent, if in case it does not have as good practice I use the img tag as i...
asked by 20.09.2017 / 17:01
1
answer

Detect ellipsis

I have a following div with an image, title, and some options. See: .truncate { font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } <div class="item thumb"> <div class="thumbn...
asked by 29.08.2017 / 21:50
2
answers

I'm having trouble leaving this div centralized and responsive

I am having trouble in leaving this div centralized and responsive could someone help? .ml{ text-align: center; color:#3A89AF; } .ml p{ text-align: center; color:#000; } .ml a{ text-decoration: none; text-decoration-line: n...
asked by 16.01.2018 / 02:31
2
answers

How to put this type of hover?

The hover I want is this: link My hover looks like this: link My css and html html{ font-family: sans-serif; } header{ width:100%; height:58px; background-color: #693; border-bottom: 6px solid #487f...
asked by 24.01.2018 / 13:01
3
answers

How to center a text in the middle of the page?

I'm using bootstrap 3. I want to center a text as the example below. @import url('https://fonts.googleapis.com/css?family=Anton|Black+Han+Sans|Open+Sans+Condensed:300'); /* font-family: 'Black Han Sans', sans-serif; font-family: 'Anto...
asked by 19.04.2018 / 01:39
3
answers

Click the button and change the background color

Good afternoon, I'm developing 1 game in Meteor, and for example when I click to choose the character wanted the background turns green, and if you choose another character the background would return to normal and the new selected character wou...
asked by 16.05.2018 / 18:16
2
answers

Set tr or td width in HTML5

I need to set the width of a column to a table , but the width ( inline ) in HTML5 is not supported, as per the documentation: HTML Tag In this case, can not be done inline ? What are the options? As in email mark...
asked by 18.05.2018 / 13:31
1
answer

background-color hard to find

I have the following website Slide Show There is just ) a slide show . In the navigation part, there is a nav tag that has a background :rgba (0,0,0,.5) And it has two buttons with an image as background. This image is...
asked by 10.05.2018 / 15:21
2
answers

Effect on css image

How do I do this effect as in this image in css?     
asked by 14.04.2018 / 02:44