Questions tagged as 'css'

2
answers

Property left does not work in position fixed

I'm trying to make a div stay fixed in the footer of the page, in the right corner, but not leaning at the bottom of the page, so I used, as usual: width:50px; height:100px; background:#fff; position:absolute; bottom:0; left:10; But the div...
asked by 02.12.2015 / 19:33
1
answer

Automatically passing images from a gallery with Opacity effect

I have a small gallery of images side by side it already has opacity 0.1 and the mouse over one of the images the opacity effect becomes brighter 1.0 only I want to make an automatic change of the images keeping the opacity my gallery is in the...
asked by 18.07.2015 / 08:06
1
answer

Fancybox keep previous and next arrow always visible

On my site I'm using fancyBox to show a product image, it's working fine, but I need to leave the "Previous" and "Next" arrows always visible to make it clearer to the user that there is a navigation, I do not have enough knowledge for such a fe...
asked by 24.02.2015 / 19:43
1
answer

Highlight table row under the cursor with Pure CSS

I created a very simple HTML table with 4 rows and 4 columns and I used Pure CSS to make it prettier. Next, I wanted the table row to be highlighted when the user hovered over that row. I just added the code below into the <head>...
asked by 16.05.2015 / 03:05
1
answer

Search field disappears when adding product to cart

When adding some product in my shopping cart the search field of the site does not appear and I can not identify why I was deleting what I could from the files .css that I have and even then I could not reach a result. / p> I think it m...
asked by 24.03.2015 / 21:47
1
answer

Enable mobile browsers 'zoom' feature in dropdown

Is it possible to simulate the 'zoom' that mobile browsers implement in select , in dropdown ? Ex: When the user clicks a select , the browser itself creates a modal, allowing the user to select the desired option in a much...
asked by 24.03.2015 / 19:41
2
answers

Catch the url of the first image of each post (div), store that url in a variable

I have a blog, and for each post a div is automatically created. On the home page you should only see the first image of the post and the title (with link) referring to the post. But here, I'd like the image to be set to background-image...
asked by 06.02.2015 / 14:23
2
answers

Does not show users name in Jquery alert

I want to access the text content inside the div and show it in an alert (), but for this I have a list of users selected from the database, I did a little trick to add a counter in each div class that contains the user name, see example:...
asked by 08.02.2015 / 20:16
3
answers

Difficulty adjusting menu and footer in responsive layout

The code below is about menu and footer , which I'm having difficulty adjusting to responsive layout: /*Código por Domingos Pereira, GPSI12 */ /*Dísciplina de Redes */ /* Professor: João Delgado */ /* Menu */ #menu{ text...
asked by 27.05.2015 / 22:19
1
answer

How to put 2 inputs side by side?

How can I put 2 input aligned side by side? <li><inputtype="text" /><input type="checkbox" /> </li>     
asked by 30.12.2014 / 01:22