Questions tagged as 'css'

1
answer

Does anyone know where I can find material for by toolbar in a TextArea, to use with php in the posting area?

I want a toolbar in this style in a text area, to use for styling articles for posts, can someone tell me where to find material, or maybe, teach or send some code for me to analyze and such to redo?     
asked by 24.05.2018 / 22:52
1
answer

Container div height relative to page size?

How do I set the height of the bootstrap div divider relative to page size? <div class="container"> <div class="row"> <div class="col"> its works! </div> </div> </div>     
asked by 22.05.2018 / 23:59
0
answers

Text rolling in bootstrap

I'm using a <ul> to show results on a site. 3 items per line are printed: Site name, link and status. In the browser the result is good: TheproblemoccurswhenIusethemobile: BecauseIamnotusingatable(nordoIwantto),thetextsoverlapan...
asked by 15.05.2018 / 20:45
1
answer

Objects change position when browser changes [closed]

Can someone tell me why changing the browser, from Chrome to Firefox, do the relative positions I gave in CSS change? I usually use Chrome, but I tried it on Firefox and all the objects I gave position:relative are deforested. /* --...
asked by 14.05.2018 / 21:20
0
answers

Google maps does not work within bootstrap modal

Hello, everyone. I'm developing a registry that uses the Maps API to find an address and I'm trying to use it within a modal, but when I put it inside the modal, it does not show the map or autocomplete the input field. p> I'm using the exa...
asked by 23.05.2018 / 03:09
1
answer

Hover effect with javascript calling css class

I want to replace the 'product' class with the 'product-buy' class with javascript, as soon as I move the mouse over the div. How do I make this code? Js $(function(){ $(".produto").hover( function(){ //Ao posicionar o cursor sobre a div $(...
asked by 18.05.2018 / 23:28
1
answer

Text area with image

Hello, I'm going to make a form and I do not know how to do it to include an image inside the text area, something like that. TEXT TEXT IMAGE TEXT Something of a kind for the include user to know? As it is done here in stack ov...
asked by 02.06.2017 / 13:27
1
answer

Chartjs. How to adjust the height of the chart according to the size of the table? Ionic 3

I'm developing an application in Ionic 3, where I consume data from an API and display the data in a horizontal graph. The amount of data returned by the API is not standard, then the previously setada times the height in the CSS is not sufucien...
asked by 17.05.2018 / 19:36
0
answers

Thumbnail of youtube does not occupy total size of div

Good people! I have a problem, I am using the youtube API to import the thumbnails to my website, these thumbnails should occupy the size of the divs, but no, they all have different sizes and the titles deform the css ... HTML: <div...
asked by 13.05.2018 / 03:17
0
answers

Submenu not doing dropdown

Can someone tell me why my submenu is always being displayed? I want it to appear when hovering, but it is always visible ... CSS: /* submenu */ .sub-menu { width: 100%; padding: 5px 0px; position: absolute; top: 100%; l...
asked by 15.05.2018 / 02:26