Questions tagged as 'css'

1
answer

Change appearance of a controlsFX PopOver in JavaFX

I want to customize the look of a control PopOver in JavaFX . I have a button that when pressed, the PopOver appears. Here is a functional example: package pruebapopover; import javafx.application.Application; import javaf...
asked by 31.03.2016 / 16:00
1
answer

Series name dxchart devextreme

Currently working with ASP.NET and devextreme component. My question is: How can I name my "series" of the graph from the C # code? Devextreme shows how to do it from the client side but not from the server side. My project example is very si...
asked by 05.04.2016 / 16:09
1
answer

div inside header does not appear at the top right

The div that shows "User: Anonymous" does not appear where I want, I can not get the div (inside a header) with id="divLogin" to appear at the top right in Chrome, however in Edge if. In Chrome as you can see it appears under the...
asked by 31.10.2018 / 17:46
1
answer

Adjust height of an image to a div

I'm doing a website for a project at my university. It turns out that on my website I had a background image with a size of 1920x1080 that took up the entire wallpaper but by reducing the height of the main banner to 75vh (before it was at 100vh...
asked by 06.06.2018 / 11:31
4
answers

How to center a div and gather others

I have some divs and the image is not next to the video that is how I want it and also the imgagen instead of going out on the left. He has gone to the right. I also want to separate the box with the bottom one a bit and there is no way. and...
asked by 23.07.2018 / 12:00
1
answer

hide or make visible div

I am trying to make a div visible or not, when the size of the screen is less than 900px but it has not worked for me. keeps appearing the two images that I have in the div. I would greatly appreciate your help. <style type="text/c...
asked by 29.11.2018 / 20:23
1
answer

CSS3: Locate H3 and the paragraph within a GRID

I need to locate the text that is framed in yellow, inside the photo, that is container-2. Even though I put: .container-2 h3{ grid-column: 2 / 3; grid-row: 2; }    The h3 nor the paragraph move from place to inside the...
asked by 02.01.2018 / 14:24
2
answers

Save data of a select in the bdd

<legend><h3>FORMULARIO</h3></legend> <form md="post" action="agregarDatos.php" name="formulario" id="formulario" onSubmit="return limpiar()"> <div> <table>...
asked by 14.06.2018 / 18:55
2
answers

Add styles to an email sent from php

I would like to know how I can add styles to the data sent from php, this is my code but it does not work, it appears as if it were string in the mail: $mensaje = " <!DOCTYPE html> <html lang='en'> <head&...
asked by 12.11.2018 / 19:22
1
answer

How to keep the user bar placed correctly

You see, in my project I have this code for the user bar: <header style="width: 100%; position: fixed; z-index: 100;"> <nav class="navbar navbar-expand-md navbar-laravel" style="background-color: #0077FF;"> <div clas...
asked by 06.11.2018 / 12:46