Questions tagged as 'css3'

1
answer

shine 3D effect css

Hello community a few days ago I saw a 3D type effect on some cards of the following web page: link I would like to know how to get the effect that the cards have at the time of moving the mouse.     
asked by 09.02.2018 / 21:13
1
answer

How to use css3 variables, without problems of compatibility with Internet Explorer or other old browsers?

Good morning. What I am asking is if there is a library of the type "prefix-free" or "autoprefixer", but for the variables of css3: var (- variable) . Please do not answer that using X preprocessor I will not have that problem, I look for s...
asked by 19.12.2017 / 01:37
2
answers

Center ul within a div (CSS)

I have the following div which contains a background image and in the lower part a menu, my question is how can I center the items of my menu across the width of my screen, these are currently shown on the left. this is my code: <div cla...
asked by 29.10.2017 / 05:59
2
answers

EventListener for this javascript

I have the following javascript : $( document ).ready(function() { var pos = $('#center').position(), radiusSat = $('#sat1').width() * 0.5, radius = $('#center').width() * 0.5, cx = pos.left + radius, cy = pos.top + radius, x,...
asked by 05.10.2017 / 11:41
1
answer

How to select only a list in css?

I made this menu, but the problem is that by having a submenu and by doing :hover in the li container of the sub li , the effect what did I do, apply to li contenedor and%% of% where the mouse is passing , how d...
asked by 13.10.2017 / 03:54
1
answer

Error entering a data to the glyphicon

When entering a data that I have in the database in a table I get all the arrays well but when entering it in a glyphicon so that it does not look "ugly" it is put in the same detail of all the arrays. Personalize some suggestion pls...
asked by 28.09.2017 / 23:46
1
answer

Vertically center a span in mobile resolution

I have a menu that in mobile resolution the logo sticks to the top of the screen. I have tried several things and I can not center it vertically or put it on the bottom. <nav class="navbar navbar-custom-1 navbar-fixed-top container col-xs-1...
asked by 09.08.2017 / 17:12
1
answer

Why is the web displayed badly?

I have a website, called link and it looks good in Chrome and Internet Explorer, but in firefox, no .. why can I happen this? This is what it looks like in Chrome and IE: And that's how it looks in Firefox: Also, is there a pr...
asked by 02.07.2017 / 02:17
2
answers

Div with position: relative overlays another with position: fixed

I have a div "page menu" with fixed position and another below with position: relative; I want to put a text in it, but when under the page the relative mounts with the fixed when it should be behind, that I would continue to see the menu even i...
asked by 31.08.2017 / 15:49
2
answers

Fix a Column in Html

Good afternoon! I would like to know if someone could help me with the following, I have a table where I need that the first column of it is always fixed, that is to say that the scroll is enabled in the lower part and from there the body can...
asked by 15.05.2017 / 23:41