Questions tagged as 'css'

2
answers

About menus on websites

I took an HTML and CSS course and now I'm putting the learning into practice. For this, I'm trying to set up a website, but I would like to make menus similar to the one on this site " link ", in which when hovering the mouse above the menu, it...
asked by 09.07.2014 / 01:52
1
answer

Form Multiple Steps Wizard

I'm implementing a step-by-step form ( Wizard ) and I'm using the project's CSS acornejo I basically use Bootstrap's Model so that the user can not sign in to their account without first completing certain steps. CSS tuning: .nav-wizard...
asked by 16.07.2014 / 18:06
1
answer

Head Block does not load CSS file

I've created a block to load the CSS files: <block type="page/html_head" name="head" as="head"> <action method="addCss"><stylesheet>css/base.css</stylesheet></action> <action method="addCss"><styl...
asked by 13.08.2014 / 15:40
1
answer

Error of font-face when publishing project [closed]

I'm having an MVC project. When executed in localhost the fonts is normal, however when publishing to the server they give error. CSS @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.e...
asked by 19.03.2015 / 23:13
1
answer

Change image size and box with%, not working

I have a layout, where I have a div with an image, and a class with a box above that image, the same size of that image, and I apply a transition on top of this box to reveal it when I position the mouse over it, and a link...
asked by 13.02.2015 / 19:17
1
answer

Can you determine a line of code for each browser?

I want in Google Chrome my site has width: Xpx; and in Safari it has width: Ypx; , is it possible?     
asked by 18.02.2015 / 18:47
1
answer

Z-INDEX and BOX-SHADOW

I have the following code: <style> .all{ width:100%; height:100%; background:url(images/background.jpg); } header{ width: 100%; height: auto; display:inline-block; background:url(images/bordatopo.png) top rep...
asked by 20.02.2015 / 18:09
1
answer

How to avoid overlapping of select elements in a form on the same page?

I use wordpress as a CMS and created a form with the WPCF7 (Contact Form 7) plugin. It turns out that some form elements such as select, checkbox and radio button overlap each other in a way that I can not adjust them. View Image With the h...
asked by 03.03.2014 / 00:11
1
answer

Jquery Cycle - One centralized slide and the other two partially appearing

I need a slider that would have at least 3 slides, where the middle one would appear completely with the resolution and the other two sides would appear partially. I'm using the Cycle2 link I need it to work correctly in IE8 up. I...
asked by 07.03.2014 / 19:20
2
answers

Concatenate .sass files with Compass

I'm trying to concatenate (unify) multiple .css files generated from SASS and I'm using Compass to process my files. I'm using Grunt to perform some tasks, including concatenating files, however as I try to merge the generated .css files, man...
asked by 30.01.2014 / 20:52