Questions tagged as 'css3'

1
answer

Make class combiner open the page in separate tab

I have a code in which it creates me a page as if it were a theme, randomly picking the css classes, but what it does is create the "theme" inside the page that the button is, and I would like it to open a new page with the selected theme. Fo...
asked by 15.07.2015 / 14:47
1
answer

section overlap my header

I want to put my content right below the header tag but when I create my section the content overlaps my header and I do not know if it's a good practice to get my section and applying a margin-top follows the code: html, body {...
asked by 19.05.2015 / 20:17
1
answer

Carousel with touch screen interaction

I have a carousel that navigates through the right / left arrows. In mobile, the user must be able to "drag" the carousel, without using the arrows to navigate. I'm using the bootstrap's own carousel. Do I need a framework to get the desired...
asked by 25.05.2015 / 18:54
2
answers

Why the footer does not get hidden and messes the page

I need the footer hidden and appear as I scroll the page, but something is going wrong I do not know why. In this link is the example of how it should work. Follow my code: a { text-decoration: none; } ul li { list-styl...
asked by 21.05.2015 / 16:17
1
answer

Code to manipulate video components

I have a problem in my code that handles my video with mute and the volume but it is not working follow my code: <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Nova Era...
asked by 20.05.2015 / 21:14
1
answer

Responsive menu does not close when selecting element

I made a responsive menu on a one page site. The page scrolling part is working normally, but the menu only closes if the user clicks on the menu icon again. I need the menu to close when the user selects one of the nav elements. $(...
asked by 21.05.2015 / 16:09
3
answers

Difficulty adjusting menu and footer in responsive layout

The code below is about menu and footer , which I'm having difficulty adjusting to responsive layout: /*Código por Domingos Pereira, GPSI12 */ /*Dísciplina de Redes */ /* Professor: João Delgado */ /* Menu */ #menu{ text...
asked by 27.05.2015 / 22:19
1
answer

How to inactivate the empty area of a div?

I have a div on adding mouse events but I wanted the mouse 'hit' to only work where content existed and ignored margins' po ex. The image (yellow area is the area I want to 'inactivate' since there is no content) that illustrates the problem...
asked by 19.09.2014 / 19:20
1
answer

Align a 'span' in the vertical center of a 'li' without changing the rest of the text

I have an unordered list that needs to be kept in the same format because it is a dynamically mounted side menu. More or less like this: <ul> <li> <a> Link 1 <span> Algum texto </span> </a> </li&g...
asked by 21.07.2014 / 20:30
1
answer

Remove search magnifying glass on webkit

How to remove this blue magnifying glass that appears in the OPERA and Chrome browsers? I'vetried-webkit-appearance:nonebutnothinghappens..searchinput[type="search"] { width: 170px; height: 27px; background: #fff url('images/search.png') no...
asked by 24.07.2014 / 20:43