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...
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...
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...
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;...
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...
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...
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...
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...
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...
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...