Questions tagged as 'css'

1
answer

Align navigation menu in the center

I'm trying to align the "drop" menu in the center. Help? HTML: <main id="conteudo"> <section id="produto" class="box"> <nav id="drop"> <ul> <li><a href="">Linha Au...
asked by 18.11.2015 / 21:03
2
answers

How to make mega menu stylized in Wordpress?

I need to make a mega menu similar to the product menu of this site: link I use Wordpress on the site I'm working on right now, I do not know if there is a plugin for this, but what most disturbs me in the creation of this menu is becaus...
asked by 19.11.2015 / 18:41
1
answer

Resize submenu when page overflow

My category submenu, overflows the page when resized. How do I make the submenu go left when this happens? The problem AssoonasIwantittohappen,thesubmenuwasthrowntotheleftbecauseitwasoverflowingthepage #primary_nav_wrap { margin-top:1...
asked by 26.11.2018 / 17:17
1
answer

overlapping divs, but leaving a top not overlapped

I'm able to override the divs but I can not put a nav on it that does not overlap. *{ margin:0; padding:0; box-sizing: border-box; } html, body{ height: 100%; } h1,h2{ color:#ccc; display: block;...
asked by 07.12.2018 / 12:19
1
answer

how to position a triangle created with css?

How can I position a div that creates a triangle next to an item in my menu? <div class="triangulo"> </div> .triangulo{ width: 0; height: 0; border-style: solid; border-width: 17.5px 30.3px 17.5px 0; border-col...
asked by 07.12.2018 / 13:25
2
answers

CSS Alignment Webmail

I'm having trouble aligning the text of a <span> tag, I use margin-left in css and it works but only the margin in the first line <tr bgcolor="#fff"> <td style="padding:0px 40px 6px 40px;margin:0; text-align...
asked by 14.12.2018 / 12:52
1
answer

How to change the color of a link when mouseover?

I have a horizontal menu with links (example): Home; About; Contacts; The idea is that the home always has the green background padding and the rest of the white background links. When the mouse is over the other links the background changes...
asked by 17.08.2014 / 02:00
4
answers

Element does not take parent's background

I have a red background , which I formatted in body , and I have a white background content. In the <h2> tag with the following text whats language do you want is in there, and is not formatted by white , why? HTML...
asked by 13.08.2014 / 16:08
2
answers

Modify the image size according to its URL

Good morning! I searched (and even found a js named Holder.js that apparently does what I want, but I could not understand it) a way to do the following: Image Url at 700x700 - > link I want it to stay 200x200, so step - > link or...
asked by 01.08.2014 / 14:48
2
answers

Div's with input and label on the same line

My situation : I have a form in which the fields are arranged vertically, and with the label aligned to the right and left, as shown in the image below: Iwanttoleaveatleast2fieldsperlineforothertests,andthereisspaceonthepagetodothis.Ihavemad...
asked by 12.08.2014 / 17:23