Questions tagged as 'css'

1
answer

Drag and Drop: Dropping image within another image

Good afternoon, I'm doing a Drag and Drop code and dropping an image inside another image, it just adds
asked by 19.09.2017 / 21:22
3
answers

Button next to text bar with Bootstrap

I'm trying to create a very simple form with Bootstrap consisting of just a text bar and a browse button. But even though they are both in .form-group , text bar has a width of 100% and the button is down, instead of appearing to...
asked by 11.03.2014 / 13:58
2
answers

Get CSS by JavaScript

Is there any way to get the list of all CSS applied to an element by JavaScript ? Example: Let's say I have the following HTML element: <div id="mega">Content</div> I also have CSS : #mega { width: 300px; heigh...
asked by 03.11.2017 / 13:05
2
answers

Incorrect button centering

I have button within a div of which I can not centralize it. Through margin-left I can do this, but to treat the same in responsiveness is very annoying. Code of button together with div : <div class="...
asked by 04.11.2017 / 13:59
2
answers

Vertical alignment with CSS? [duplicate]

I'm trying to display an image and next to it a text. My problem is that this text should be aligned with the bottom of the image, but only appears aligned to the top. I've tried a lot of codes and I ended up getting this one that also does no...
asked by 23.08.2017 / 18:48
1
answer

effect with transition css in the Angular

Well I'm using a progress bar whenever I'm loading some data on the page. To be cool I'm trying to put an effect on when it pops up. But the effect only works when it is hidden, how do I apply it when it appears? Progress bar class load...
asked by 24.08.2017 / 15:31
2
answers

What is and what is br clear="all"?

I remember that it used to be common to see this <br clear="all"> in source codes. But I've always wondered why this clear all ? What's the difference from <br> to <br clear="all"> ? When should I use on...
asked by 07.12.2018 / 11:51
1
answer

Content Slide with HTML and CSS

I'd like to make a slide of content with HTML and CSS , the slide the header. I'll explain better ... Normally the menu is used to navigate the pages, so when clicking this link the current page is redirected to another, but what I wan...
asked by 08.12.2018 / 21:03
1
answer

How to redirect a page using .htaccess?

How have you been? Well, I've been dealing with a problem that is summarized in the following: I want through the .htaccess file to redirect just the home page from my site to another domain. Example: Redirect: www.site1.com - > www...
asked by 11.12.2018 / 23:25
1
answer

Take an element that is inside an iframe

I needed to get a title that is inside an iframe, I did it with jquery but it takes a lot to fade or even disappear. I did so with jquery: $(document).ready(function () { $("iframe").contents().find(".titulo").css("display","none"); });...
asked by 27.07.2018 / 19:45