Questions tagged as 'css'

0
answers

css menu does not work when entering through Google, but usually works via URL

This problem happens on mobile devices. It is a bit strange, but when you access the site through the URL, the menu works normally, that is, when you click on the 3 horizontal bars, the menu appears. But when I go on google, I do the research an...
asked by 25.11.2015 / 16:01
1
answer

Problem with slideshow css

I want to leave the slide with the format of the image below. I add display:block to the images in my slideshow, but, it does not work! HTML:<divclass="slideshow"> <div class="slide"> <div class="slide-1">...
asked by 09.09.2015 / 19:32
0
answers

Hover in thumbnail change image in larger div

I have 2 div, a smaller div than the thumbnail and another div major , which after the hover effect I want to increase the size of the image in this div and superimpose the text that is in it, eg: Without the Hover: Duringthehover(Whenmovi...
asked by 23.10.2015 / 00:25
0
answers

Using navbar-collapse bootstrap [closed]

When using the navbar-collapse bootstrap on small screen (cell phone), I wanted to minimize when choosing a menu item. Has anyone ever gotten this?     
asked by 19.08.2015 / 22:10
0
answers

Custom jquery mobile intel xdk icon

I can not put a custom icon in my header! Can anyone help? html: <a data-role="button" class="icon-myicon" data-icon="myicon"></a> css: .ui-icon-myicon{ background-image: url("icons/IconMenuPrincipal.png"); }     
asked by 20.08.2015 / 05:03
1
answer

Why is "overflow: hidden" not working on my slide? [closed]

<div class="slideshow"> <div class="slide"> <div class="slide-1"> <a href="#"><img src="img/01.jpg"></a> <div class="info-slide-left"> <a href="#"><h2>Lorem Ipsum é si...
asked by 11.09.2015 / 23:20
2
answers

Is it possible to set the font size dynamically?

I'm having to develop some views , and frankly I would define my knowledge of CSS as structurally. I would like to know if it is possible to create a method, without using Javascript, to define the font size to be used in the text dynamicall...
asked by 01.10.2015 / 22:00
1
answer

How to allow the choice of a theme in the site, through a css file and cache memory?

Alright? So I'm trying to create a system of individual theme choice on my site, and with that, I need to have it saved when the user chooses it, and all pages in the site load the css file containing the theme (yellow.css, blue.css), and whenev...
asked by 27.07.2015 / 01:33
1
answer

Recover ID passed by the DIV on the next page

I have the following CSS class along with foreach (): <section id="cidades"> <div class="listacidade">ESCOLHA UMA OPÇÃO</div> <ul id="ListandoCidades"> <? foreach($cidades as $valor){ ?>...
asked by 04.08.2015 / 00:55
1
answer

How to make a div of height equal to that of the div container? (container larger than the viewport)

If I do not want to set the height of the container div, how do I want it to increase dynamically according to content? <div class="conteiner"> <div class="esquerda"> <!--Esta div não terá conteúdo e seguira a altura da div...
asked by 04.08.2015 / 00:00