Questions tagged as 'css'

1
answer

Error with border radius Chrome

I have the following structure using bootstrap and fontawesome .social-rodape{ margin-top: 35px; } .social-rodape ul li a { padding: 10px 12px; border-width: 0; color: #37a8ab; font-size: 30px; } .social-roda...
asked by 07.01.2015 / 17:43
1
answer

Align horizontally multiple DIVs within a container

I have several div with float: left inside another div, which is the container of them, according to code: <div id="container"> <div id="box-1" class="box">1</div> <div id="box-2" class="box">2<...
asked by 26.05.2014 / 15:36
1
answer

Because when I write in div it changes position?

I write something in one of <div> and it changes position. Why? Here's what's happening: link HTML: <div class = "wrap1"> <div>algo</div> <div></div> <div></div> <...
asked by 30.06.2014 / 07:21
1
answer

How do I delete the "shadow" from the focus of a button / button?

After clicking on the button it has a shadow effect (blue) around it ... I leave an image for you to understand my doubt. How to remove this outside line?     
asked by 10.07.2014 / 04:20
2
answers

Modal within modal [duplicate]

I have a modal that opens on another modal, as I would not allow that modal that is open on the other modal does not close when I click outside it. Note: I'm using bootstrap, I already tried using "data-backdrop=" static "" and it did not work...
asked by 07.08.2014 / 15:33
4
answers

___ ___ erkimt Align text after image ______ qstntxt ___

Hello, I have a problem that I do not know how to solve. This is my situation:

ButIwantittolookthisway:

And like I said, I have no idea how to solve it.

And this is my code:

%pre%

Thank you.

    
______ azszpr30062 ___

While you treat the text as a single character string, no space. Of course your code will not partition the content and will not consecutively fit the base of a %code% . I imagine, you will not have a single giant word like that.

Instead of dealing with style, I applied classes. Some sincerely even unnecessary, there is how to lapid this code a bit. The value of the body can be modified according to the proportions it will treat.

CSS

%pre%

HTML

%pre%

JSFiddle

    
______ azszpr30058 ___

I've pasted your HTML into jsfiddle and left working as you wanted it to, but I noticed that it's a little complicated beyond what it should be, it might be simpler, like this:

%pre%

JSFiddle

Or better yet, delete inline styles and just use classes, it's much easier to modify and adjust later.

    
______ azszpr30066 ___

Here it depends a lot on the effect you want. If you want the text to wrap the image, use float as in the solutions that have already been presented. Now you want to make two columns, that is, keep the space underneath the empty image, so you can do this:

%pre%

Note that the width value can be set to any value but the sum of all width and margin can not exceed 100%. The width has to be even defined because by default the value of the width of the image and of the p is of 100% it makes the text stay under the image.

    
______ azszpr170973 ___

%code% in the image. simple and easy:)

    
___

Hello, I have a problem that I do not know how to solve. This is my situation: ButIwantittolookthisway: And like I said, I have no idea how to solve it. And this is my code: <div style=" position: relative; height: 300px; f...
asked by 23.08.2014 / 03:00
2
answers

Is there any way to set image quality to increase the loading speed?

Is there any way I can leave a given image, through CSS, with a lower quality, to increase page load speed? Example: First load a certain image with the lowest quality, then increase its quality when the user moves the mouse?     
asked by 19.10.2015 / 15:37
2
answers

Select with transition on change with onchange

How to add a transition effect ( fade ) in a select with onchange , that when the <div> object is changed the same happens a transition happens? Below is a print of the table that was made: Andhere'sthescript:<m...
asked by 25.03.2014 / 22:16
2
answers

Transition effect in jQuery

I'm starting in jQuery and I have a question: is there any way to let the change go down with a kind of transition? <html> <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script><met...
asked by 20.03.2014 / 23:25
1
answer

How to integrate a select into a table?

I have a table . In Plan 1, I used the jQuery HeapBox plugin, however as I'm not good with JavaScript, I did not know how to configure it, I'd like the select heapbox in Plan 1 to have the same effect as the normal select, with the script that...
asked by 02.05.2014 / 01:02