Questions tagged as 'css'

1
answer

How to keep left-aligned icon when resizing page?

I have a page that when resized the image of facebook is broken and I can not leave it aligned to the left next to the field of the newsletter, I already tried to reduce the size of the input and it was not cool, I did this: #newsletter-form...
asked by 20.02.2015 / 13:33
1
answer

What is the difference between "~ /" and "../" for directory browsing?

I saw this somewhere, wanted to know the difference.     
asked by 06.02.2015 / 02:30
2
answers

Stylize return message

I would like to style the return messages of a newsletter I have on my site, the attempts I made did not give the expected result and I believe that the lack of knowledge in the subject has been very messed up. What I have today is this: &l...
asked by 04.02.2015 / 20:10
1
answer

How to put the next and previous buttons on a Slider?

I have this simple slider , but I can not get through Previous and Next buttons. And I wanted to know if it's "workable." HTML <div class="fadein"> <img src="http://farm3.static.flickr.com/2610/4148988872_990b6da667.jpg">...
asked by 16.03.2015 / 00:55
1
answer

CSS cursor size

It is possible to increase the size (width and height) from the CSS, for example circle { cursor:crosshair; height: 200px; }     
asked by 09.12.2014 / 12:52
1
answer

HR styling

I have a line in a layout I'm doing, and I did not want to create a div just for her. I would like to continue the hierarchy I created. So I decided to use <hr /> Example: .empresa hr { width: 100%; height: 1px;...
asked by 05.12.2014 / 16:21
2
answers

Text appears behind the menu

I have a menu and my page text is appearing behind the menu and I want it to appear next. Pagecodeis:<html><heard><metacharset='utf-8'><metahttp-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" co...
asked by 26.02.2015 / 17:20
1
answer

How to put border-radius on an iframe maps?

I have an iframe with the google map I wanted to put a border-radius to get rounded corners I tried border-radius but did not give any suggestions how can I do this?     
asked by 27.02.2015 / 23:27
1
answer

Svg contained in DIV does not follow "max-height: 100%"

See the example structure first. .follow-window-size-container { height: 100vh; background-color: green; } container-of-svg { max-height: 100%; } container-of-svg svg { max-height: 100%; } <div class="f...
asked by 02.03.2015 / 23:56
2
answers

How to load background with fade effect in css?

Well, I have an html page with a background image, but when the page loads, it appears in a weird way. Can you load it gently on the page? I am using a code that changes the image every reload of the page. <script> var fundos = 20; ran...
asked by 26.11.2014 / 15:22