Questions tagged as 'css3'

2
answers

activating background overlay with link

Is everything good? I'm preparing a layout for a blog and need to do a slidershow or so in the following way: NowIcandoeverythingbeautyviaCSS,butIhaveaproblem!Theimaginaonlyactivateswhenthemousepassesoverthediv,butIneedtheimagetobeactivatedorb...
asked by 21.07.2015 / 19:31
2
answers

Responsive Design

I have two doubts here with responsive design. The first is in relation to the following code: <link rel="stylesheet" media="only screen and(min=width: 1366px)" href="css/deskmax.css" /> Because when I create CSS so it does not o...
asked by 02.06.2015 / 14:46
1
answer

Scroll per section with side guide

I would like to apply the following effect to a project, when the user uses the scroll, either up or down the scroll is made straight to the section below, needing a rolled scroll and it goes to the next section of the hierarchy: What...
asked by 19.02.2015 / 14:36
2
answers

Custom font in HTML within IE10?

When testing in Chrome, Firefox and Safari, they all ran smoothly with the font on my site, but when I tested in IE9 it did not recognize the font I imported, what's the problem? I imported the source of a folder into the site project: @fon...
asked by 17.02.2015 / 21:01
1
answer

Formatting for mobile devices

Can I use @media screen and (orientation:portrait) {} to make my code work on mobile devices only? I believe that cell phones and smartphones are the only ones that have $(window).height() greater than $(window).width() o...
asked by 19.02.2015 / 00:19
1
answer

Text size in div

I have a text inside a div and it will not go to the end of it and I would like this to happen, the text is what is positioned to the right of the page next to the larger image. I created a generic div to do some testing. The div with its ori...
asked by 27.01.2015 / 18:17
1
answer

Repeat div with foreach?

I have a list of registered users that displays the most important data such as name and email. I've created a div to display this data. However, I do not want to display everything in the same div, I would like to create a way to repeat this di...
asked by 10.11.2014 / 18:58
1
answer

Centralize components of a dataTable that is editing the data in the Primefaces

How can I centralize the components of this datatable . When I click to edit the data of the same I realize that the components of data entry are not centralized, but when using a certain tests with css I managed to get to the side but not...
asked by 03.08.2014 / 23:47
1
answer

How to make "custom" background for a word? (as shown in the image)

How do you do this kind of background effect, as shown in the image below? If possible using CSS. Iwantittolookliketheimage.Ididwiththetext-shadow( link ) but it didnt look cool.     
asked by 28.07.2014 / 15:16
2
answers

Scroll accompanying mouse with datagrid

I am new to the development branch, and I have a problem that for me is complicated to solve, I have a grid that contains data in SQL and I have to use a scroll (scrollbar) when moving the mouse on the side of the grid , I saw an example on this...
asked by 18.06.2014 / 16:04