Questions tagged as 'css'

2
answers

How to leave a responsive site with or without bootstrap?

I'm making my first website for a client, just missing the site responsive. I wanted to know how can I do this? Most of the tutorials out there are with bootstrap, however I started and finished the site without bootstrapping, got to start using...
asked by 14.07.2018 / 21:16
1
answer

I can not click on the link - jquery

Hello, can anyone help me posted the code also in codepen , I can not click the link and I opened the PDF file, what happens is the div slideUp Thank you very much for your attention! (function($) { $('.pasta').click(function()...
asked by 16.08.2018 / 03:12
1
answer

How to put a border on a tr that appears over the edge of the td?

I was developing a screen, which contained a table with a style in tr:hover , so when the user moves the mouse over the lines, they look different. Everything was going well until I decided that I wanted to put a "blessed border" around th...
asked by 19.02.2014 / 22:44
1
answer

Edit an image using a 'content: url ()' tag :: after attribute

I added an image url to a content: url (); but I want to edit the size of this image, straight from the .sub :: after tag, after adding a 'width :;' the image remains the same size, how do I change the width and height of the image through the :...
asked by 07.06.2018 / 19:36
1
answer

How to use a Google font when printing?

I'm using this source: <link href="https://fonts.googleapis.com/css?family=Meie+Script" rel="stylesheet"> font-family: 'Meie Script', cursive; It works normally on the page. But when it comes to printing the font, it does not come out...
asked by 06.06.2018 / 14:30
2
answers

How to apply Opacity in IE8

I have a line that applies an opacity in a Background, with this CSS: .teste{background-color: rgba(27,18,9,0.9);} We all know that IE8 does not accept opacity, is there a hack for this?     
asked by 16.09.2014 / 16:04
2
answers

Create an image gallery

I'm starting a project and would like to create a page with a gallery like in the scheme below: Websitethatowns Gallery So it looks like the images are made available by lines, but I've only been able to make the images available by colu...
asked by 28.06.2018 / 20:56
1
answer

Javascript - Hide children from the radiobutton when you select another radio from the same group

I have a Radio Button group, some of them have other inputs as children, if they check the Input Father they should appear, if it is unchecked they should disappear. p> As in HTML below: <div style="padding-left:30px;clear:both;" cl...
asked by 26.06.2018 / 15:56
1
answer

How to change the color of a div via javascript with one condition

I'm trying to change the color of a div if the following condition is true, if( @ViewBag == "reservado" ) , but I can not, could someone tell me what the code would look like with that condition described above? I'm programming in...
asked by 05.10.2018 / 18:34
2
answers

how to get a parent element from a child with id?

I have the following code: <div></div> <div> <div class='minhaClasse'> <div id='text'>hhaushdus</div> <input name='profile_id' /> <div> </div> I need to get this div :...
asked by 11.10.2018 / 22:37