Questions tagged as 'css'

1
answer

Visual problem with Bootstrap [closed]

I have a problem with Bootstrap, what happens is that in the system that I am developing has a menu that loads the forms in the MasterPage but if you click on the <li></li> in the menu of the form that is already open, the scr...
asked by 11.04.2016 / 18:00
1
answer

Working with mediaqueries or changing html?

I sold a php system with html and the client wants to see it more comfortably on his cell phone. I have a template as follows: <nav class="dropdownmenu"> <ul> <li><a href="">ABM</a> <ul class...
asked by 05.01.2019 / 13:19
2
answers

Display menu within another to the right

I have a menu in the following way: body { font-family: sans-serif; width: 1080px; margin: 0; background-image: url(img/ottralogo.jpg); padding: 0; text-align: left; position: relative; margin-right: auto; marg...
asked by 04.01.2019 / 12:43
1
answer

How to organize stylesheets [closed]

I'm doing a web application and I just made a form, but I found myself a question, how do I organize the style sheets, at the moment I have a single style sheet called sytle.css, so for the other pages of the site, I must enter my styles in that...
asked by 20.02.2016 / 16:49
1
answer

Line jump between label and input type

IN CakePHP 3.6 How do I make a line jump between the label and the input type? <?= $this->Form->control('nombre', ['placeholder' => 'Nombre', 'class' => 'nombre', 'size' => '20', 'maxlength' => '30']); ?> It shows...
asked by 01.01.2019 / 15:20
1
answer

Effect display with materialize

I have a materialize button, with a display effect, it displays two list elements (Spanish, English, the button says languages) when I click, it does not display the effect. On the materialize page, it tells me that I have to add the jquery CDN...
asked by 03.01.2019 / 19:55
0
answers

page automatically refresh and not save repeatedly with visual studio code [in standby]

Good evening and happy new year 2019, I would like to know how to make a page refresh automatically, while I am modifying in the visual studio code, and not being saved at every moment. Thank you very much for your answers and ratings pdta...
asked by 31.12.2018 / 01:17
0
answers

How to auto-fit an image that was positioned using background-position to a container with specific CSS measures?

I have a sprite with 9 images of a character in movement, I know that using background-position I can locate the drawing of that image and then give it a width and a height to see how much to show. The problem lies in the following: If the...
asked by 30.12.2018 / 03:50
0
answers

Error Exception: ActiveXObject is not defined in google chrome

I want to be able to control a Wacom 520 signature tablet through any browser but I present the following error when opening demobuttons.html in Google Chrome:    Exception: ActiveXObject is not defined. I would like to know how I can con...
asked by 28.12.2018 / 20:22
2
answers

Bootstrap dropdowns styles

I'm adding some Bootstrap nav to my website, specifically a Dropdown, but with the 3.3.7 bootstrap version I found everything strange without Dropdown style. Then I went to the bootstrap documentation and found the version 4.0.0 that perfectl...
asked by 01.01.2019 / 23:44