Questions tagged as 'css'

1
answer

How to modify the caption of a carousel so that the text is seen as a footnote

I'm wanting to add a kind of caption, depending on whether the photo contains description or not. this would be an example: What occurred to me was to resort to caption and try to touch it with css to achieve my goal <div id="mi...
asked by 01.11.2016 / 17:27
2
answers

Apply style to descendant in: onfocus CSS

What I want is that when doing focus in an element li (using navigation with the tab key) the style is changed (from h2 , h3 or div ) but not me It works. I have the following code: li{ background-co...
asked by 06.01.2017 / 01:15
3
answers

Problem with bootstrap columns occupy space in lower columns

My problem is to dynamically generate columns of type "col-md-4" but if one exceeds the content as seen in the image causes the following columns to skip that space. What I'm looking for is that it respects the space of the div above and d...
asked by 18.10.2016 / 17:37
2
answers

Active Class with a NavBar - Bootstrap3

Good morning everyone, the post is to ask for help with a project I am preparing for the institute, we are asked to make a help desk system (handling of attention tickets) and a scorecard (reports in statistical tables, etc.) I am working on...
asked by 14.12.2016 / 20:14
1
answer

Insert iframe time on Google map

I have inserted a google map created on my sites with the google application. This map is a pop-up window that opens when I hit a button and it takes up 100% of the screen. What I want now is to add an iframe that shows the time, but I can not g...
asked by 15.01.2017 / 18:27
1
answer

Problem with accommodating Divs

I am doing a medical examination, only that I have a problem with the CSS or with the code. I need the box that says diagnosis to appear under previous visits. I tried to do it but it keeps appearing below, in fact on the right side of these two...
asked by 04.10.2016 / 19:36
2
answers

Horizontal scroll in Select for any browser

I want to add a horizontal scroll in a select element. The code that I show you below works properly in chrome, however it does not work in firefox or ie. <html> <head> <link rel="stylesheet" type="text/css" href="estilo.css"&...
asked by 13.10.2016 / 22:19
2
answers

collapse submenu when selecting another option from the menu

I have a vertical menu with submenus, the process that makes my current menu is that each one clicks on the option it displays a submenu, and it is hidden until the user clicks on the parent menu again, as I can do so that when you click on anot...
asked by 29.08.2016 / 19:22
1
answer

Image does not work correctly in android app

I am developing an app using HTML + JavaScript + CSS with Cordova. This app uses SVG images to better suit the different resolutions, but I run into a problem: although the images are displayed well on my computer and in the android emulator, wh...
asked by 02.08.2016 / 14:56
1
answer

How I give CSS styles to an added icon as a class of icomoon.io

I'm about to finish my 12 web page and I want to know how to modify the icons that are added as a class, of those that are downloaded from icomoon.io. The code of the icons comes like this: .icon-add-to-list:before { content: "\e900"; } An...
asked by 31.07.2016 / 23:48