Questions tagged as 'css'

1
answer

Class active in the menu using include

In my php pages I use an include to call a file that contains my menu: <?php include('../../sidebar-menu.php'); ?> Menu file: <ul class="sidebar-menu" id="nav-accordion"> <?php foreach ($li...
asked by 16.11.2015 / 18:28
1
answer

How to use the same Bootstrap header for two different menus

I have in my page a header of library bootstrap and in it I am using two menus but with the same calls, when resizing the page two icons are displayed but always calls the two menus, I would like each menu to be called independent...
asked by 11.11.2015 / 21:37
1
answer

My site gets messed up on Microsoft Edge, Firefox and Safari. How to solve this problem? [closed]

My site catches on Chrome and Opera, but when testo in those other browsers gets messy, more, on Edge. Edge - Safari- Firefoxistheonethathastheleasterrors- MyCode: /*--------------------Confgurações primarias css------------------...
asked by 19.12.2015 / 01:20
2
answers

Leave a smoother, random effect

I have the following effect: .fundo { -webkit-filter: blur(1px); -moz-filter: blur(1px); -ms-filter: blur(1px); -o-filter: blur(1px); filter: blur(1px); width:500px; height: 300px; border: 1px solid #ddd; background: #fff url(...
asked by 29.12.2015 / 16:20
1
answer

How do I receive data from a form using the HTML class attribute?

I know it's possible to "call" the name of a form into a php file. But in a php file, it is possible to "call" a class made in a form to get the same effect of "calling" the name, that is, how to send data from a form to a php file through a cla...
asked by 17.10.2015 / 21:59
1
answer

How to navigate a site if a single page?

I want to make one of those one-page sites, but I can not think of one thing: how can I do that when I click a button it scrolls down the page to the referring content? In the menu you have to have a Contact button and when I click on it it g...
asked by 06.05.2015 / 14:26
1
answer

How to organize the body of HTML on the screen with CSS

I made a header and retractable side menu, but I can not now organize the body of the site next to the menu, it always stays down and if I float left and right it gets occupying 10% of the screen size and glued to the right side. HTML and CSS...
asked by 17.04.2015 / 14:07
1
answer

Responsive Layout

I'm having problems in the responsive layout part, I'm looking forward to starting work with the following sizes: 1280 x 1024 1024 x 768 768 x 1024 480 x 320 1680 x 1050 1024 x 600 However, I had already opened another topic for that ....
asked by 15.04.2015 / 18:48
1
answer

How to create a multi-image page? One over the other [closed]

I'm drawing a layout and I'm already thinking about what HTML and CSS will look like. I can even imagine how to do it, but it is possible that you have better opinions and suggestions. Layout still under development: Thepagehasseparateimage...
asked by 16.01.2015 / 03:37
4
answers

Change image with hover CSS

I have two images in html and both are in the same place on the page. What I want to do is touch the hovered images. I hidden an image with display: none and when hover the display is block, but it is not working. Any ideas? .left_corpo .resta...
asked by 20.05.2016 / 10:21