Questions tagged as 'css'

2
answers

Problem with panel and Bootstrap form

By placing tabs in panel-title , the form I have in panel-primary reaches the limit where the tabs start. The problem is this class: <div class="pull-right"> . If I remove it, my form takes all the space of the pan...
asked by 24.07.2016 / 01:58
1
answer

Problem with fontawesome icon - Fontawesome, Bootstrap

I have a problem with fontawesome , for those who do not know, fontawesome is a library that allows you to use icons focused on web usability. I also use bootstrap and I do not know why, but when I put the icon of an arrow with size...
asked by 25.05.2017 / 10:24
1
answer

Apply the same class to several ActionLink elements in MVC C #

I need to apply the same class to many ActionLink elements to give it styles. At the moment I have this code: @Html.ActionLink("Panel de Administrador", "Registro", "Registro", new { @class = "enlace" }) @Html.ActionLink("Cargar Casa", "Create...
asked by 27.06.2016 / 03:04
2
answers

Put an image as an element icon

How can I get an image to be set as a background in an element of my navbar ? I've tried it this way. <nav class="navbar navbar-default navbar-inverse " > <div id="navigation"> <ul class="nav nav-pills"> <...
asked by 25.04.2016 / 04:38
1
answer

How do I add an image to each payment method in woocommerce?

Hello, good day, I want to know exactly on which page I should include the image, I just need the name of the file to be able to edit it. I need the "bank transfer" option to have the image of the bank, like PayU's. Greetings and I hope yo...
asked by 15.06.2016 / 23:35
1
answer

How do you add a shortcut from a web to the home screen automatically? [closed]

Sorry for the Spanish, I want to make a button on my website give the order to the android browser, which creates a direct access to the WEB page, but does it automatically so that the user does not have to do anything else but, press the button...
asked by 08.06.2016 / 21:11
2
answers

(CSS basic HTML) Text box disappeared and the images are scattered on the page

In a school project I have to make a basic page with CSS that looks like this: But when entering the code, which I show below, the top is fine but the bottom disappears textbox "cuadrote" and the two images are very poorly accommodated: /...
asked by 04.04.2017 / 16:28
0
answers

problem in achieving an effect with javascript html and css

I have a problem in achieving the effect of this page: link The typewriter effect I already got with someone's help, but the problem that came up now is that I can not think of how to do the white shading effect that appears every time befo...
asked by 27.12.2018 / 02:36
1
answer

How to make responsive tooltip on an image?

I have an image of a plane, and I'm using tooltips to show information from different places on the plane, the drawback is that the tooltips do not hold the position on the map and they pass this to be in disarray How could you keep...
asked by 17.12.2018 / 20:58
2
answers

Keep alert message always at the center

I'm looking for a way to keep a css alert message focused on all situations. The situation is this: I have two tables that have the option to be minimized, and at the end a submit button. By pressing the sumbit button if there is an error,...
asked by 03.01.2019 / 14:36