Questions tagged as 'css'

1
answer

Change navbar style with scroll

I've been looking for a way to make a navbar bootstrap 3 have a behavior similar to Google+ navbar, while scrolling down it gets smaller and displays instead of menus with icon and title only menus with icon, when returning to the top it...
asked by 29.01.2015 / 16:44
1
answer

Customize my modal bootstrap

I have a modal working: <!-- Bootstrap Modal Dialog --> <div class="modal fade" id="myModal" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <asp:UpdatePanel ID="upModal...
asked by 16.03.2015 / 03:28
1
answer

Change CSS with session and misaligned divs

In general, how to change the CSS property of some tag depending on the user's access to the system? Below is the image of the header (draft) before the user accesses the system: Andbelowthesameheader,butwiththedivsofthemisalignedbuttons(d...
asked by 27.05.2015 / 04:58
1
answer

CSS Toggle Switch with select

I need to transition this script to use with <select> . Well, the script that works is like this      link My selections (over 88) are ONLY in this style: <select> <option value="0">Off</option> <option...
asked by 09.12.2014 / 23:43
1
answer

problem with CSS with PrimeFaces

I'mwantingtostriptheedgesoftheModefield,ifIcannot,I'mfindingthatafisherythatI'mwrong.<?xmlversion="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitio...
asked by 26.08.2014 / 20:28
3
answers

Position image to the right and top

With this code, I can keep the image on the right: <a class="navbar-brand navbar-right"><img src="~/Images/ache.jpg" /></a> But this image is inside a menu bar. I have an image and have redeemed it so that it has the same...
asked by 22.08.2014 / 13:55
1
answer

JavaScript Code Incompatibility

I'm using a script to switch a block with Nav Tabs, the first part of the code works normally, but the part where I do the border-color request and game to the other field is only working in Chrome, could someone tell me Why? JS:...
asked by 18.08.2014 / 13:59
2
answers

Can I have different transitions in the same tag?

Hello everyone, would you like to know if I can have more than one transition in the same tag? Why implement the transitions for properties but it does not work? * Or this is because I have not set the property values before. .trans { back...
asked by 12.08.2014 / 22:25
1
answer

Create a web form generator

I need to create a web form generator, ie create form, fields, validations, CSS so that this structure goes to a data repository and when querying the mount structure on the form screen. Does anyone know what technology is best to create a pr...
asked by 16.09.2014 / 20:42
2
answers

Modal window with database contents

I even know the PHP and Javascript, the problem is that I do not know how to dynamically create the modal for each click on a link, bring specific information from that link. If you click user 1 , bring information in the modal window of user 1...
asked by 10.09.2014 / 02:49