Questions tagged as 'css'

1
answer

As always show search field

I have a form where I have a search field, this field is only visible when the user clicks on the image of the existing magnifying glass and the field is displayed a line below my layout, I would like to leave it always visible and next to the i...
asked by 06.11.2015 / 20:52
1
answer

Image not picking feature of the div in which it is inserted

I have a header tag, where is my menu, this header tag has 80% width of the screen and is fixed at the top. I have just below the menu an image, which I want to take 100% of the screen, but it is inside the same header tag. Is this image not cat...
asked by 26.11.2015 / 12:05
4
answers

Custom font in html / css does not work

I'm trying to insert a non-standard font into my html , but it's not working. I downloaded the font and put it in a /font folder inside the css folder. Here is the code: @font-face { font-family: sans-pro; src: url(...
asked by 16.04.2016 / 01:35
1
answer

I can not put a new column inside a table

I would like you to help me put a column (painted in yellow) as shown in the attached image. Ialsoleavemycurrentcodetohelp:<?php$database="anomalias"; $server="127.0.0.1"; $connect= mysql_connect('localhost','root',''); $selecio...
asked by 12.04.2016 / 21:14
2
answers

How to leave a responsive image without the use of frameworks?

I have the following question: I have the following image in a PSD file. I'm using Bootstrap to develop the system, but I needed this image to be made with CSS and to be responsive. Any suggestions? Thank you!     
asked by 22.09.2015 / 16:03
1
answer

How to do line break in a li? [closed]

How do I give a line break in a text that is inside a li, and configure css to be correct? I'm trying to make a menu whose list items have quadrangular background, but I can even do the line break but the problem is in the CSS that I can no...
asked by 05.01.2016 / 16:04
2
answers

CSS form diagonally without warping the letter together

Hello, I need to make a diagonal form. But the letters of the form are crooked together "search the store". Can anyone solve this with CSS? HTMLUsed<divid="search" class="col-xs-10 search search-form" style="padding-right: 0px;">...
asked by 03.09.2015 / 15:11
1
answer

Center text within an image in div

I have a little problem on this blog that I work on, link The grids of posts just below the logo are working everything OK, however, as you can see the text (title of the post) when the mouse is above is not in the middle correctly, for exa...
asked by 06.09.2015 / 04:19
1
answer

Align elements of a form to the center?

How can I put the inputs / textareas in the center (but do I want the label to continue on the left)? form { width: 700px; color: red; } form textarea,input { display: block; margin: 0 0 30px 0; } <form>...
asked by 12.09.2015 / 23:14
1
answer

Toggle css class in a nav toggle, using Jquery

I am making a menu with a toggle using Jquery . The menu is working perfectly. I am using an Font Awesome class to show the icon on the button to enable toggle . I want to change the class fa-chevron-circle-down to fa-chevron-...
asked by 14.10.2015 / 21:38