Questions tagged as 'css'

2
answers

Working with Labels in CSS

When we use attributes like Label the text is written from left to right. Can we change that? Make the text start for example from the middle to the sides or from the right to the left? Example: ----> Left to right | MY TEXT ----...
asked by 15.07.2016 / 15:04
1
answer

jquery scroll submenu

Hi I need my scroll submenu to appear the other options because when it opens it does not fit the page, nor in the tablet and mobile layouts. I've tried using css overflow-y and more is not working so I'm looking for a solution in jquery, but I...
asked by 18.06.2016 / 05:01
1
answer

Grid problems in Bootstrap version 3

I'm having grid problems in my html with bootstrap it should be like this butinmybrowseritlookslikethis: HTML:<header><divclass="container"> <div class="row"> <div class="col-md-6"> <...
asked by 18.06.2016 / 05:38
1
answer

Dropdown language menu [closed]

I visualized in a site that exists in the upper right a dropdown menu where the user can make the selection of the language. Below is a print of the site with the selection option open. When the user clicks Français, for example, the flag of Fra...
asked by 22.08.2016 / 04:46
1
answer

Alignment html and css

I'm having some difficulties trying to align the following content HTML<divclass="header"> <div class="logo-para-header"> <h2>Logo teste</h2> </div> <div class="content-wrap"> &...
asked by 18.08.2016 / 20:58
1
answer

Click and show div, click again and hide

I have the following HTML <nav class="nav nav-default"> <div class="container"> <a href="#" class="nav-brand">Brand</a> <button type="button" class="nav-button"> <span class="fa fa-navicon">...
asked by 20.08.2016 / 22:42
1
answer

Video with reflection in firefox

I have the following structure that displays a video: div { height: 460px; width: 100% background: -moz-linear-gradient(top, black 0%, #020223 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, colo...
asked by 22.08.2016 / 18:37
1
answer

Class active in the menu using include in asp

In my asp pages I use an include to call a file that contains my menu: <!--#include file ="cabecalho.asp"--> Menu file: <!DOCTYPE HTML> <html lang="pt-br"> <head> <meta charset="UTF-8"> &l...
asked by 25.07.2016 / 20:59
1
answer

Test Pages within the loading pattern 5 seconds

I'm going to select a few sites to hand, to catalog and make available later and I have in mind to prioritize users using a 2G / 3G USB mini-modem on the Personal Computer (PC), in which the connection is somewhat limited. For this I need to k...
asked by 05.06.2016 / 17:47
1
answer

How to change the content language of an application with Cordova from Portuguese to English?

I have an application made in HTML, CSS and Javascript using Apache Cordova, it has support for English and Portuguese, but how do I change the contents of all pages of it when the person selects English or Portuguese in a settings page ?     
asked by 13.07.2016 / 14:37