Questions tagged as 'css'

2
answers

Set top of a div in relation to the screen

I have a div that appears when I touch an open button (similar to a modal), this button appears n times along the page, my problem is that if it has been scrolled down and clicked on the button to open, the div appears at the top of the page and...
asked by 01.02.2017 / 19:03
3
answers

mask-image: radial-gradient () does not work in Mozilla Firefox

I have the following line of css code that works in Chrome but not Mozilla. mask-image: radial-gradient(ellipse 20px 20px at 50% 50%, black 40%, transparent 50%); Thank you in advance!     
asked by 27.11.2017 / 17:50
3
answers

PHPMailer, send html file with image and external css as message

I'm using the following code to send an HTML email with an attachment (zip) and if it works. What I want is to make changes for: 1. Send an HTML template already pre-made containing CSS (it's in an external file). 2. Embed (not attach) any...
asked by 29.04.2017 / 13:48
4
answers

Problems with the Bootstrap grids

I'm trying to put several columns in bootstrap with its grid system but at the moment of seeing it it shows me the next problem. If you notice it instead of being left behind in social media management, it remains in paid advertising. Why...
asked by 06.01.2017 / 20:59
2
answers

Edit CSS property Display: none

I have the following CSS associated with a div that I used, to show a message to the user, when a form does not fill in any field or introduce erroneous data: CSS Code: #informacion { padding-left:20px; background-repeat:no-repeat...
asked by 29.05.2017 / 20:40
1
answer

Style is not the same on all pages

This is my first web page, therefore there will be failures in the structure of the code. I have created a button , I have applied CSS in a stylesheet for the position, but in no page is the position of the button equal. How can I solve th...
asked by 14.11.2016 / 13:56
3
answers

Create Sticky DIV at the bottom of the screen

I would like to create a sticky div (I think that's what they're called) that is always at the bottom of the screen, I'm using the floating panels of the "Lobipanel" library and I want to create a container for one of these panels that is always...
asked by 16.03.2017 / 17:17
1
answer

I need to make the position of the header and the nav fixed without changing the position of the content that follows

I have the following CSS code so that the header and the nav stay in the same place when you scroll to the page, but the content that follows is positioned at the top of the page remaining below the header and the nav...
asked by 19.11.2016 / 13:51
2
answers

avoid cutting a text in the cell of an html table

How can I make the cell of an html table occupy the length of a text and not cut into pieces?     
asked by 29.07.2016 / 18:02
1
answer

CSS gradient does not take up the full height of the screen

I have this problem: you see a part without gradient at the bottom of my screen. I do not know how to remove it, I tried it with margin but it leaves it ugly when I pass it to tablet-phone view. Can you help me? This is my HTML code...
asked by 02.09.2016 / 03:13