Questions tagged as 'css'

2
answers

Fixed side vertical fixed scroll menu

How do I make a menu like Wordpress that is vertical, fixed and has its own scrolling that is limited to its ends: varlast_scroll;Inwordpressthedivoftheelementgetsa"position: fixed" when it reaches the end and the beginning of the menu to st...
asked by 20.04.2016 / 00:09
0
answers

f.label is overwriting the information that is in f.text_field

    <% = f.label "SUS Number"% >     <% = f.text_field: sus_number% >        <% = f.label & quot; Patient & quot;% >     <% = f.text_field: name,: class = > 'form-control'% >        
asked by 30.05.2016 / 07:17
0
answers

How do I make anchor appear under the menu?

I would like to know how I can make the anchor stay under the menu when it is clicked. My menu is fixed with jquery when it descends a few pixels. For example look at this image, when I click on the anchor the menu is below it: I'dlikeitto...
asked by 12.05.2016 / 19:39
0
answers

Loss of pixels in input of one form and another not

I have the following input <label class="labelPequeno">Endereço</label> <input type="text" class="typeTextGrande" required maxlength="400" id="endereco" name="endereco" /> With class="typeTextGrande" C...
asked by 12.05.2016 / 16:08
18
answers

What is the best way to centralize an element vertically and horizontally?

What is the best way (by "best" I mean: with the widest possible compatibility between browsers and as simple as possible) to position an element in the center of the page, vertically and horizontally and independently of resolution using only...
asked by 29.01.2014 / 18:29
1
answer

I can not make fluid layout in the menu

Hello. I have the menu below: <ul class="menuUlTopo"> <li class="menuTopo"><a href="principal.php" title="Principal">Principal</a></li> <li class="menuTopo"><a href="administradoresMenu.php" title=...
asked by 09.04.2016 / 21:50
1
answer

How to display an entire image

Well, I removed a layout from the internet to edit it, but when I do <img src=""> and then I put a <a> behind and a <a> in front of the image, only a part of the image appears to me. the whole image appears...
asked by 11.04.2016 / 13:48
0
answers

Problem with menu

While hovering over it, it turns blue and I wanted it to stay blue while I hovered over the submenu cogigo:<ul><li><ahref="?op=5" accesskey="5" title="">Sobre</a></li> <li><a href="?op=1" accesskey=...
asked by 10.04.2016 / 01:11
0
answers

Slide with rounded base

First time I need to make a slide of this type, came up with a normal slide with a div overlapping the bottom of the slide, giving the rounded effect. Is there another way to do this? EDIT: It should work in browsers: IE, Firefox...
asked by 26.04.2016 / 18:59
2
answers

Checkbox style changing style on label. How to pack?

Good morning! I have the following code: <div style="float:left;"> <label class="labelPequeno">Oportunidade</label><input type="checkbox" id="oportunidade" name="oportunidade" /> </div> <div style="wi...
asked by 02.04.2016 / 15:42