Questions tagged as 'css'

2
answers

responsive content with fixed size sidebar

Is it possible to make a layout with flexible width content and a fixed size sidebar? Example <body> <header></header> <article></article> <aside></aside> </body> I...
asked by 01.01.2016 / 22:20
1
answer

CSS and JavaScript files do not load when using Amigavel URL

Hello, I'm trying to create Friendly URL and it worked fine on some pages only some of it is not working CSS, JS etc. I'm using this in .htaccess: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^home/?$ /index.php?p=hom...
asked by 02.01.2016 / 06:44
3
answers

Leave fixed elements on a static page [closed]

How do I fix a button or text? For example, in a background already with the background drawn, in the case would it just fix the text in a specific part of the background and when resizing the browser it accompanies with the background?     
asked by 06.10.2015 / 07:56
2
answers

Create custom variables

Well, I have a flea here, behind the ear and I can not solve the following problem: $select = $mysqli->query("SELECT * FROM payments WHERE client_email='$xemail'"); $row = $select->num_rows; $linhas = 0; while($linhas < $row)...
asked by 21.07.2016 / 19:18
2
answers

Helps identify site effect

I'm searching on some sites and I really liked the effect used on this site link where the mouse over the interactive effect disperses. Does anyone have examples of this effect in specific?     
asked by 21.07.2016 / 16:59
1
answer

jquery function does not work

CSS: .nav { width: 15%; height: 800px; background-color: #421; margin-top: 55px; float: left; } .nav-min { width: 5% !important; background-color: #ccc !important; } JS: <script src="http://code.jquery.com/j...
asked by 04.05.2016 / 04:24
2
answers

Load HTML pages into a div [duplicate]

Good morning! I'm a beginner in HTML and CSS. I created a web page where I basically have the navigation menu and have the other pages in separate files. I would like that when clicking on a menu option the page was updated and the navigati...
asked by 30.04.2015 / 16:31
2
answers

Button animation does not happen

When I clicked on the button it was for him to go to the left for 400ms but when I click he goes straight without the animation, he "jumps" straight to the final place without going through the rest. CSS: #icone-menu.icone-menu-animacao{...
asked by 20.04.2015 / 18:53
4
answers

Align 4 divs in CSS table

I have 4 div created, how can I align center in table. That is the first line with the two div and the second line with the others. Using the CSS table display and without using an HTML table. Example: link     
asked by 04.05.2015 / 14:16
2
answers

Summernote Plugin fullscreen modal problem

I'm using the Summernote plugin for creating content within a system. But when I'm in fullscreen and try to add a link or image, the respective modal appears behind the bootstrap backdrop. I already tried changing the z-indexes, but to no avail....
asked by 26.06.2015 / 22:50