Questions tagged as 'css'

1
answer

Put secondary divs next to each other inside the main

Well it's the following, I have the following code, what I intend is to put the divs that are inside the div with id="goncalo" next to each other in a straight line, ie I want it to be aligned in form of a "straight". <div id="goncalo">...
asked by 30.01.2017 / 00:57
1
answer

Show banner in site footer

I would like to show a fixed banner in the footer of my site, however I want him to follow the site's content conforms for rolling the site for downloaded or up, I could already show the banner, evil was unable to get him to accompany the page....
asked by 30.01.2017 / 19:22
2
answers

Cut image inside a div in CSS

I need any image size to be centered inside the div: Example below: I'mhavingthiscsscodetodotheimagecircle:.anuncio_dialogo{background-color:#FFF;width:128px;height:128px;margin-bottom:5px;}TomakethecircleI'musinganotherCSSclass.img-circl...
asked by 07.12.2016 / 00:44
1
answer

Apply CSS Style to Razor elements eg EditorFor

How do I apply a style to all EditorFor of my View ? Example field : @Html.EditorFor(model => model.Photo, new {htmlAttributes = new {@class = "form-control"}}) I tried to do this but did not: <style> Html.Ed...
asked by 14.12.2016 / 23:31
2
answers

How to pause CSS animation while music is stopped?

I made an example: function play() { //Fazer animação } function pause() { //Para animação, ficar toda linha roxa; } #animacao { position: relative; margin: 30px; } #bloco { display: block; bottom: 0px; w...
asked by 01.12.2016 / 18:55
2
answers

Codeigniter; Calendaring Class: highlight the current month in an annual calendar

I made a method that writes a VIEW with a calendar table that shows all the months of a year using the library Calendaring Class . It works fine, and returns this: Code:<?phpclassCalendarextendsCI_Controller{publicfunctionthis_year(){$da...
asked by 26.11.2016 / 05:17
3
answers

How to add a scrollbar in PopUp with css?

I have the PopUp below that when I decrease the screen it does not create the scroll bar and it is not possible to see the complete content. How can I create a scroll bar for when the browser is in a smaller size? Full Screen - Normal:...
asked by 30.11.2016 / 14:18
1
answer

Div with load overlay

Hello, I have the following div and I made a code in jquery so when I trigger it through an event, it appears, but I want to style it in a way that the div overlays the entire contents of my page, with a black background with a certain opa...
asked by 29.11.2016 / 13:43
1
answer

How to do the animated scroll effect automatically?

This site that I found link has a super cool effect that I would like to make a similar on my site:   When you scroll down, item 01 changes to 02. Consequently, the content changes. I know I should use Javascript and CSS, but I can not...
asked by 30.11.2016 / 13:11
2
answers

Images Overlapping and responsive

Good morning,          Friends I'm a beginner in CSS and I'm using the bootstrap and would like to put two overlapping images, and they should be responsive and the image2 must have absolute position with respect to image1. >     
asked by 20.12.2016 / 14:41