Questions tagged as 'css'

0
answers

Not all my class="posts" appear on the page

Hello! I'm developing an application with html5 to learn. I got a template ready, using boostrap. I'm having trouble showing up in one of my "pages", all fields .. <ul class="posts"> <li class="post" id="postid1"> <a href="#" c...
asked by 10.03.2016 / 09:08
2
answers

JSF2 tags do not work inside a Bootstrap tag [closed]

I created a Java Web project that is using JSF2 + Bootstrap, both the CSS file and Bootstrap are correctly configured in my project, and in previous project Web Java was always responsible for the Back End part, only now I'm starting to learn th...
asked by 27.08.2015 / 16:29
3
answers

Print orientation using JavaScript, CSS, HTML or PHP

Can I "preset" the page orientation when the user is printing is already marked as landscape? (Landscape) My case is as follows, I'm having code similar to this example    link I'm exporting my HTML to Excel and in this part every...
asked by 08.09.2015 / 16:38
2
answers

Div disrupts Link

I have the following DIVs: <section id="cidades"> <div class="listacidade">ESCOLHA UMA OPÇÃO</div> <div class="listacidade"><a href="../zz"><img src="<? echo base_url(); ?>site/modules/entrada/ima...
asked by 03.08.2015 / 22:14
2
answers

Button customization

Put more beautiful buttons instead of these buttons to move forward and back. <div class="wrapper"> <div class="header"><!-- --><button class="prev go" data-go="-1" disabled>&larr;</button><!-- --...
asked by 23.07.2015 / 22:47
1
answer

Fix page with Zurb Foundation 5's Modal Reveal [closed]

I have a modal done with Foundation, what I intend is to set the background of the page, and only move the modal, follows a template: Modal example with scroll How can I accomplish this?     
asked by 12.04.2015 / 03:39
0
answers

Retractable menu breaks css properties when triggered [closed]

/* Responsive Mobile Menu v1.0 Plugin URI: responsivemobilemenu.com Author: Sergio Vitov Author URI: http://xmacros.com License: CC BY 3.0 http://creativecommons.org/licenses/by/3.0/ */ function responsiveMobileMenu() {...
asked by 02.06.2015 / 22:46
2
answers

How to modify the width for the adaptation in tablets of a menu without half queries?

Menu: link I've never seen a responsive menu like this, it has nothing of average queries, I believe the responsive part is created by javascript. Anyway this is not my problem, I want the menu to be responsive before it is.  For example, I...
asked by 08.05.2016 / 15:52
1
answer

Is there a generic Css code to make my site mobile friendly?

I would like to make my site mobile friendly. I know what to do for css because I do not want to change the template of the web page.     
asked by 02.05.2016 / 18:04
1
answer

JavaScript style buttons

I'm trying to do on a page, that buttons that are clicked change their style and also show a div when clicked. Only that they must be mutually exclusive, that is, when I click on one, only the div attached to the button should be displayed and o...
asked by 11.05.2015 / 23:26