Questions tagged as 'css'

3
answers

HTML / CSS - input date height width

How can I change the height and width of the tag input of type date and time, in HTML itself or CSS?     
asked by 20.05.2018 / 15:59
3
answers

How to put an image inside the bootstrap popover

I want to put an image inside the popover. Anyone know if this is possible? <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <meta name="viewport" cont...
asked by 13.07.2018 / 21:57
1
answer

CSS responsive layout in columns

I'm making a layout that will have two columns, the first one on the left will compose a menu a second will occupy all the remaining space on the screen on the right side and it will stay in the content. In developing the css of these columns...
asked by 22.05.2014 / 01:45
1
answer

Get TD value and send as parameter

I have a table with two TD only (CNPJ and Social Reason). My controller has a method that receives 2 parameters (CNPJ or Razao). These parameters are sent via jquery. I can not do the following. When you click on the TD CNPJ or Razao, you should...
asked by 07.07.2014 / 22:32
1
answer

How to apply css to the body inside an iframe?

I want to apply background: transparent no body that is created inside an iframe. For example: <iframe src="http://www.meusiteteste.com.br"id="frame_result_show" frameborder="0"></iframe> Is there any way?     
asked by 10.04.2014 / 17:27
2
answers

How to customize scroll bar in Chrome?

I have a select multiple combo that can not take up a lot of vertical space, so the ideal would be to scroll down with that traditional little set to navigate 1 in 1 item down. Is there any way to force the traditional scroll, with javasc...
asked by 27.02.2014 / 20:57
2
answers

How to see if a file in input type file was selected?

Is there any way to tell if the file-type input has any files already loaded, ready to be sent? I want to make a condition where you have a file to upload to the first input, then show an add button plus a file input and so on. Is it possi...
asked by 20.02.2014 / 02:34
2
answers

Customizing the Scroll of a 'div'

Since there are many different device resolutions, I'm having a hard time displaying a feed list. Here is an image of how I think it best to display such DIV (list), since the page is responsive and it is not trivial to put a scroll-ba...
asked by 26.02.2014 / 13:07
2
answers

How to interact JavaScript + jQuery with CSS

I have a class in CSS that is called .codigo . I wanted when I was using it, it would remove the HTML formatting (example: make <font></font> appear the same is appearing here in the PT SO, using the .text() metho...
asked by 11.02.2014 / 18:19
1
answer

Object appears in place of the page

My question is this: I want / need a code for my site, which works in the way of this site . In it, when the user uses the scroll of the mouse to descend a little on the page, a little bit (which when clicked, goes back to the top ) appears...
asked by 25.03.2014 / 22:32