Questions tagged as 'css'

1
answer

My select does not resize to the font size. How to solve?

I added select to my form , but when I set the font size to 35px the select does not fit the font size, a cut occurs. See below for what happens: Ineedthefontsizereallytobe35px,howcanIresolvethis?HTML<figureclass="c...
asked by 01.08.2017 / 15:54
1
answer

How to change the font size of select options?

I have select in my form but I can not change the font size of the options. See image below: Howtoincreasethefontsizeofthelistofoptions?Ialreadytriedfont-sizeandnothingworked.HTML<figureclass="cx-fotos-portugal">...
asked by 01.08.2017 / 16:39
2
answers

Bound logo and title when resizing the window

How to solve the print problem? I'm developing a responsive registration page, but the logo and the title are giving me a lot of headache, I've tried everything I know and I could not solve it, it's getting like that from a 500px. The problem is...
asked by 02.07.2017 / 23:48
1
answer

how to leave the video without the transparent background? [closed]

I'm using a transparentbox with youtube videos inside it, how do I leave the videos without the transparent background? my site     
asked by 29.07.2017 / 19:30
2
answers

Appear button when mouseover javascript

I'm developing an application in jsf, css, javascrip where when you move the mouse on the product there will appear a "Learn more" button and when you take the mouse the button know more disappears, only the first item is functioning for the res...
asked by 05.07.2017 / 22:00
1
answer

Bug with scrollbar in plugin select nice

Well I'm customizing the nice select plugin, however I'm having a bug where the scroll bar on the page gets huge, and the select is closed. How to make it appear only when the select is opened? (function($) { $.fn.niceSelect = function(...
asked by 24.06.2017 / 19:58
1
answer

Change background of a section [closed]

the section has a defined background How do I move the mouse over the image? 1 Change the background of the section overlapping the current one, remove the mouse back. <section class="modules"> <div class="container"> <...
asked by 21.06.2017 / 21:38
3
answers

How to stylize the field where the options of a select tag are?

Asthepreviousphotoshows,Iwouldliketostylizethatlocationthatismarkedinred.Ihavealreadyputthefollowingcode:selectoption{background-color:white;border:1pxdashedred;}background-colorworked,buttheborderattributedidnotwork,andseveralotherattributesdi...
asked by 11.09.2017 / 17:52
1
answer

Controller Laravel?

How can I style an object in a array in controller Laravel? Mapper::marker($marker['lat'], $marker['lng'],['label'=> "<div>".$marker['label']."</div>"]); Controller public function index(){ Map...
asked by 10.09.2017 / 01:35
2
answers

How to adjust a div to fit across the screen if there is not enough content for it

Hello, I'm using the Materialize freamework to create an administrative dashboard for a system I'm designing in PHP, but I know very little of the front end. I would like help setting the leftbar to fit across the screen if there is not enoug...
asked by 25.07.2017 / 05:37