Questions tagged as 'css'

0
answers

Why does the 'first-letter' pseudo-element not work correctly in this example? [closed]

When you use it, a space appears at the bottom of the page, causing the footer to go up a bit. This does not happen when using 'first-line', for example. It's only with 'first-letter'. Could anyone explain why this happens and how to solve th...
asked by 14.01.2015 / 03:24
1
answer

CSS: Dropmenu with Login

I have a drop menu: hover for a div that contains 2 input, login and password, and two buttons, so when I try to type something in the div (which appeared with the li hover) it disappears ... Is there something I can do to make it stay, and j...
asked by 25.01.2015 / 03:51
0
answers

Firefox OS: Error submitting app

I'm trying to validate my app in the firefox marketplace. However, I am getting the following news: Error extracting the manifest from the zip file. But the manifest.webapp complies with the firefox standard { "name": "Primeiro APP Firefox...
asked by 10.02.2015 / 15:53
2
answers

best way to do sprites in SASS

I'm doing a sprite with sass as below, but I would like to know if this way is correct or not, or if there is a better way. $sprites: bovino, suino, aves, embutidos, congelados, ovinos, laticinios; .icon-sprite { background-color: transp...
asked by 12.02.2015 / 19:35
0
answers

Protection x Freedom - Paid Fonts [closed]

We know that when a site resolves to use a paid source on your site, it seeks design and differentiation at the same time. But for the user to see the source working on the page, the developer must somehow declare it to the client to see the...
asked by 20.02.2015 / 04:32
2
answers

Carousel image resolution

I have been looking for some option but I have not found how to configure the resolution of the carousel. I'll give you an example. Have this image: Inthecarouselitlookslikethis: Is there any way to make it whole, or a bigger part? Does...
asked by 19.02.2015 / 23:43
1
answer

Jquery problem setting browser window

! [insert image description here] [1] I'm developing a website and I'm having a problem adjusting the window. The problem is in the site menu (nav), when I am adjusting the window to smaller it reaches a point where the menu text disappears. The...
asked by 07.12.2014 / 20:23
0
answers

How to Insert a Slider on my site [closed]

I'm developing a website and would like to add a simple but elegant slider. Is there a plugin, preferably jQuery, that allows me to create a slider like from this site ?     
asked by 28.12.2014 / 21:22
1
answer

How to customize tags in ruby on rails?

I have a form: <% form_tag :action => 'validacao' do %> <p> Login: <%= text_field :acesso, :email %></p> <p> Senha: <%= password_field :acesso, :password %></p> <p><%= sub...
asked by 14.05.2015 / 22:34
1
answer

Calculation of body mass index (BMI)

My html code is as follows: <!DOCTYPE html PUBLIC "-//WC3//DTD XHTML 1.0 Stric//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>JavaScript Aula 07&l...
asked by 01.08.2014 / 18:41