Questions tagged as 'css'

2
answers

Bottom with blur and middle div without

I have a section , which takes up the whole area of the browser window, and with a background image filling its entire area. Within this section I have a div centralized and with another background image. I'd like to apply...
asked by 27.11.2018 / 20:17
2
answers

How to overwrite an image without absolute? HTML + CSS [closed]

My goal is to insert a background image that can be written above with <h2>, <p> and etc on top of it, but without using the position: absolute as this interferes with the sub-menus of the page appearing texts and above of the...
asked by 24.09.2018 / 06:10
1
answer

Font-face problem from a single source

I'm having trouble with a font on a website I'm developing. The font name is modern # 20 , I made her font-face and it's not working. Is my code correct? @font-face { font-family: 'modern'; src: url('../fontes/modern-no-20-webfont.eot...
asked by 20.01.2015 / 12:08
1
answer

Slider Jquery UI

I'm developing a slider where I need to display 4 images at a time, 2 up and 2 down, using jquerUI slider, I made an example in jsfiddle, but I'm only able to put all of them in line, eg jsfiddle: link I took this example on the internet...
asked by 15.04.2014 / 15:56
1
answer

CSS does not load in mobile version when installing SSL certificate free

I installed a SSL certificate on a site. The certificate is running normal. The problem is that in the mobile version of the site CSS is not loaded, on the other hand, in the desktop version the CSS is loaded normally. I suspect the problem is...
asked by 20.08.2018 / 22:48
1
answer

How to make an image in a box responsive using CSS?

Good evening, I'm having a hard time making the following idea work: When I hover over a certain point, a box with an image appears, but I wanted this image inside the box to be responsive and fit the screen size. Then I tried the followin...
asked by 30.11.2016 / 02:11
0
answers

HTML and CSS form with Asp.Net MVC

I have this login form done in CSS and HTML, can I use it in ASP.NET for authentication? The only change I thought of doing was for form within: @using (Html.BeginForm("Login", "Conta", new { ReturnUrl = ViewBag.ReturnUrl }, FormMethod....
asked by 15.12.2018 / 16:50
2
answers

z-index does not change! [closed]

I have the site: Gas Muriaé , and a (probably) z-index error that I can not get away with. Sothebannerisoverlayingthesideorderbar.Locally,Ialreadychangedthezin-indexplugininthecssoftheplugintoavaluesmallerthanthez-indexofthebannerbutitdidno...
asked by 07.12.2017 / 17:21
1
answer

Formatting images in CSS figure.class [closed]

(Solved) It seems that the .css file was corrupted, I created a new one and rewrote the same code on it, after that the code started working normally. I have a problem to put the attributes in an image in CSS, I save the file and it does not...
asked by 02.10.2018 / 20:14
1
answer

Image is visible before the Animate.css and wow.js load

I have some animations using animate.css and wow.js , I put some delay through wow, but as soon as the site loads the images are already shown and then apply the animation, I do not want them to appear before the animation, if it ha...
asked by 29.09.2017 / 22:15