How to display a list on the button when hovering over button - list

I have a button and I want to make a name of the button disapear when you hover over it. At the same time I want the background to change and show a list on the button.
.buttons{
width: auto;
position:horizontal;
font-size: 0;
background-color: darkslategrey;
border-radius: 10px;
}
.buttons .btn-1{
display:inline-block ;
border-radius: 8px;
background-image: url("/img/teatritood.JPG");
cursor: pointer;
background-size: 100%;
border: none;
padding:none;
height: 30rem;
width: 33.3%;
font-family: 'Courier New', Courier, monospace;
color: whitesmoke;
font-display: bold;
font-size: 30px;
box-shadow: inset 80px 80px 80px darkslategrey, inset -80px -80px 80px darkslategrey;
}
.btn-1:hover{
background-image: url("/img/teatritood.JPG");
cursor: pointer;
transition-duration: 0s;
background-size: 100%;
border: none;
padding:none;
width: 30.33%;
height: 30rem;
font-size: 0px;
box-shadow: none;
box-shadow: inset 10px 10px 10px darkslategrey, inset -10px -10px 10px darkslategrey;
}
.btn-1:hover::after{
display: block;
content: attr(data-hover);
font-family: 'Courier New', Courier, monospace;
color: whitesmoke;
font-display: bold;
font-size: 38px;
transform: rotateY(180deg);
}
<pre>
<section>
<div class="buttons">
<div>
<button type="button" class=btn-1 data-hover="Uus list">Teatritööd</button>
<button type="button" class=btn-2 data-hover="Uus list">Näitused</button>
<button type="button" class=btn-3 data-hover="Uus list">Muud</button>
</div>
</div>
</section>
<div class="hidden-list">
<div>
<ul>
<ul><a>Projektid</a></ul>
<ul>Kirjeldused</ul>
<ul>Pildid</ul>
</ul>
</div>
</div>
</pre>

Related

Flexbox template for a draggable list

I have a list of draggable items, for a responsive design :
https://codepen.io/daedrias/pen/KyPZYG
header,
footer {
background-color: #5fba7d;
padding: 1rem;
}
.container {
display: flex;
min-height: 800px;
}
.menu {
width: 15em;
background-color: #FFF8DC;
}
.content {
background-color: #fff;
border-left: 1px solid #958C4D;
flex: 1;
padding: 5px 10px;
}
.sortable-list {
width: 18.75em;
}
.row {
display: flex;
margin-bottom: 15px;
box-sizing: border-box;
}
.row>* {
display: inline-block;
border-radius: 4px;
box-sizing: border-box;
}
.left {
height: 2em;
display: flex;
cursor: move;
}
.handle {
width: 1.5em;
height: 2em;
line-height: 2em;
text-align: center;
margin-right: 0.125em;
border-radius: 4px;
}
.icon {
width: 2em;
height: 2em;
border-radius: 4px;
background-color: #c97777;
margin: 0 0.125em;
}
.stretch {
flex: 1;
border: 1px solid black;
padding: 6px 12px;
margin: 0 0.1em;
}
.trash {
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
margin-left: 0.125em;
}
.bouton-ajout {
flex: 1;
border: 1px solid black;
border-radius: 4px;
padding: 6px 12px;
margin: 0 2.2em 0 1.75em;
}
/* mobile layout */
#media (max-width: 768px) {
.sortable-list {
width: 100%;
}
.menu {
display: none;
}
}
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>Header</header>
<div class="container">
<div class="menu">
</div>
<div class="content">
<p>asdasd</p>
<div class="sortable-list">
<div class="row">
<div class="left">
<div class="handle">=</div>
<div class="icon"></div>
</div>
<div class="stretch">
banana
</div>
<div class="trash">X</div>
</div>
<div class="row">
<div class="left">
<div class="handle">=</div>
<div class="icon"></div>
</div>
<div class="stretch">
pineapple
</div>
<div class="trash">X</div>
</div>
<div class="row">
<div class="left">
<div class="handle">=</div>
<div class="icon"></div>
</div>
<div class="stretch">
orange
</div>
<div class="trash">X</div>
</div>
<div class="bouton-ajout">
+ Add a row V
</div>
</div>
</div>
<div>
</body>
<html>
Everything is pretty much as I want it to be (as in : the positioning, not the colors of this example), but I'm not happy about the 'add' button.
I would like to know if there is a better way to handle the width of the 'Add' button,so it is the same size as the icon + label combined. For now I use margins.
Is the flex display a good solution in this case? Should I use something else like display : table?

bootstrap-modal transparent background opaque text

I am having a problem setting a bootstrap-modal as transparent with background opaque text. I tried setting the background color as RGBA, however, it still affects the text making it the same transparency now. I tried defining the background in: .modal-open, .modal-dialog, .modal-content, .modal.in and .modal-dialog — none of those worked.
HTML:
<!-- Modal -->
<div class="modal" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<div class="modal-title" id="myModalLabel"><h1>ZU</h1></div>
<div class="modal-body">
<p>Do Zore World Tour 2017</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde nihil enim aperiam illum nisi tenetur facere quidem possimus libero dolorum, vitae natus cumque? Dolor sapiente fugiat culpa repudiandae, earum quisquam.</p>
</div>
<!-- email sign up form w/ button -->
<div class="container">
<div class="row">
<div class="col-md-6">
<p><form class="form-inline">
<div class="form-group">
<label for="email"></label>
<input type="email" class="form-control" id="email" placeholder="Email address*"><button type="submit" class="btn btn-default">Sign Up</button>
</div>
<div>
</div>
</form></p>
</form>
</div>
</div>
</div>
<!-- email sign up form w/ button -->
</div>
</div>
CSS:
/* modal pop up */
.modal-content {
position: relative;
background-color: rgba(250, 179, 0, 0,6;)!important;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 0px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal.body{
background-color: none;
}
.modal-title h1{
font-family:;
font-size: 20.854em;
text-align: center;
color:#fab300;
}
/* modal pop up */
I have updated the CSS file. Please check at the codepen link here:
https://codepen.io/sushantb/pen/mwvzdR?editors=0100
The CSS file now looks like this:
* {
border-radius: 0 !important;
}
body {
background-color: #000;
}
/* LINKS */
a:hover {
color: #ffcc4d !important;
text-decoration: none;
}
a:visited {
color: #fab300 !important;
text-decoration: none;
}
/* LINKS */
/* nav bar custom*/
.navbar-inverse {
background-color: #000;
padding-top: 0px;
padding-bottom: 0px;
border: none;
padding: 0px;
margin: 0px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #ffcc4d !important; /*Sets the text hover color on navbar*/
}
.navbar-inverse .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >
a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #fab300 !important; /*BACKGROUND color for active*/
}
.navbar-toggle{
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid #fab300 !important;
border-radius: 4px;
}
.navbar-inverse .navbar-toggle .sr-only .icon-bar{
color: #fab300 !important;
}
/*.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: silver; /*Change rollover cell color here
}*/
.navbar-inverse .navbar-nav > li > a {
color: #fab300; /*Change active text color here*/
}
.navbar-inverse .navbar-brand > li > a:hover, .navbar-inverse .navbar-brand > li > a:focus {
color: #ffcc4d !important; /*Sets the text hover color on brand TO FIGURE OUT!!!*/
}
.navbar-inverse .navbar-brand > .active > a, .navbar-inverse .navbar-brand > .active >
a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #fab300 !important; /*BACKGROUND color for active brand TO FIGUER OUT!!!*/
}
/* nav bar custom*/
/* type */
body {
background-color: white;
font-family: Scope One;
font-weight: 400;
line-height: 1.45;
color: #333;
}
p {margin-bottom: 1.3em;}
p span {
color: white;
font-weight: 900;
}
h1, h2, h3, h4 {
margin: 1.414em 0 0.5em;
font-family: Scope One;
font-weight: inherit;
line-height: 1.2;
}
h1 {
margin-top: 0;
font-size: 6.854em;
}
h2 {font-size: 4.236em;}
h3 {font-size: 2.618em;}
h4 {font-size: 1.618em;}
small, .font_small {font-size: 0.618em;}
/* type */
/* modal pop up rgba(250, 179, 0, 0,6;) */
.modal-content {
background-color: rgba(0,0,0,0.6)!important;
position: relative;
opacity: 1.0;
border: 1px solid #999;
border-radius: 50px;
outline: 0;
}
.modal.body{
background-color: green;
}
.modal-dialog {
background-color: white;
}
.modal.in .modal-dialog {
background-color: transparent;
}
.modal-title h1{
font-family:calibri;
font-size: 20.854em;
text-align: center;
color:#fab300;
opacity: 1;
padding-bottom:5px;
}
.modal-title h3{
font-family:inherit;
font-size: inherit;
text-align: center;
color:#fab300;
padding-bottom:5px;
}
.modal-body h3, p{
color: #fab300;
}
.modal-backdrop {
background-color: transparent !important; /* I kept this to show the kind of transparent effect I would like to acheive on tge modal background */
}
/* email sign up form */
.input .placeholder-shown{
color:#fab300 !important;
}
.input .placeholder{
color: #fab300;
}
.form-control{
border-top: none;
border-bottom: 1px solid #fab300;
border-left: none;
border-right: none;
box-shadow: none !important;
width: 65%;
}
.button, .input, .select, .textarea{
color:#fab300 !important
border-top: 1px solid #fab300 !important;
border-bottom: 1px solid #fab300!important;
border-left: 1px solid #fab300 !important;
border-right: 1px solid #fab300 !important;
box-shadow: none !important;
}
.form-inline .btn .btn-default{
border-top: 1px solid #fab300 !important;
border-bottom: 1px solid #fab300!important;
border-left: 1px solid #fab300 !important;
border-right: 1px solid #fab300 !important;
box-shadow: none !important;
}
/* email sign up form */
/* modal pop up rgba(250, 179, 0, 0,6;) */
/* overlay */
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
transition: .5s ease;
background-color: rgba(250, 179, 0,.2;)!important;
}
.container:hover .overlay {
opacity: 1;
}
.text {
color: #fab300;
font-size: 10px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
/* .overlay .btn .btn-primary .btn-lg{
}*/
/* CTA button color override */
.btn-primary, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
background-color: #fab300 !important;
/* background-color: rgba(250, 179, 0,.6;)!important -- I WOULD LIKE TO HAVE IT TRANSPARENT*/
border-color: #fab300 !important;
font-family: 'Scope One', serif;
font-color:#fff !important;
font-size: 16px;
font-style: bold;
text-transform: none;
color: white;
vertical-align: center;
text-align: center;
}
.btn-primary:hover{
background-color: #ffcc4d !important;
border-color: #ffcc4d !important;
}
/* overlay */
/* Tour - Table */
.table .table-inverse{
border-spacing: 0;
background-color: rgba(250, 179, 0,.6;);
}
.table .table-inverse .td {
padding: 0;
}
/* Tour - Table */
Please review and revert.
Regards,
Sushant

Footer in Custom Joomla Template

I am currently running Joomla with a custom template which I designed. Most everything is working beautifully, but I am having a major problem with the footer: it appears in the middle of the page if the content is longer than a certain height. I have the footer set to absolute with a bottom value of 0, so I cannot figure out why it would show up like this on some pages. Below is the contents of my template's custom.css and index.php for reference. Please also see the screenshots below. The first shows a page with the footer correctly positioned, while the other two highlight the footer problem. Thanks in advance for any assistance!
custom.css
#charset "utf-8";
/* Wowcrofty's Picture Perfect Custom Layout */
/* CSS Descriptor properties order:
1. Positioning properties
2. Width and height properties
3. Margin and padding properties
4. Border and box properties
5. Background properties
6. Text properties */
/* HTML tag styling */
body {
width: 100%;
height: 100%;
background-color: #FF8000;
font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}
a {color: #000;}
a:visited {color: #FF8000;}
h1 {
font-size: 28px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 18px;
}
header {
width: 99%;
height: 310px;
padding-top: 20px;
background-color: #000;
text-align: center;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 40px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
background-color: #000;
line-height: 2;
color: #fff;
font-style: italic;
text-align: center;
}
/* Navigation Styling */
nav {
text-transform: uppercase;
}
.navbar-inner {
min-height: 40px;
padding-left: 20px;
padding-right: 20px;
background-color: #000;
background-image: -moz-linear-gradient(top, #000, #000);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#000));
background-image: -webkit-linear-gradient(top, #000, #000);
background-image: -o-linear-gradient(top, #000, #000);
background-image: linear-gradient(to bottom, #000, #000);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000', GradientType=0);
border: 0px solid #d4d4d4;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.navbar .nav > li > a {
float: none;
padding: 10px 15px 10px;
-moz-border-top-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
border-top-left-radius: 6px;
-moz-border-top-right-radius: 6px;
-webkit-border-top-right-radius: 6px;
border-top-right-radius: 6px;
color: #fff;
text-decoration: none;
font-size: 18px;
text-shadow: 0 -1px 0 #000;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
background-color: transparent;
color: #FF8000;
text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
color: #000;
text-decoration: none;
background-color: #FF8000;
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
nav .nav-child {
position: absolute;
top: 95%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
background-color: #FE642E;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,0.2);
*border-right-width: 2px;
*border-bottom-width: 2px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
box-shadow: 0 5px 10px rgba(0,0,0,0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
nav .nav-child.pull-right {
right: 0;
left: auto;
}
nav .nav-child .divider {
*width: 100%;
height: 1px;
margin: 8px 1px;
*margin: -5px 0 5px;
overflow: hidden;
background-color: #e5e5e5;
border-bottom: 1px solid #fff;
}
nav .nav-child a {
display: block;
padding: 3px 20px;
clear: both;
font-size: 13px;
font-weight: normal;
line-height: 18px;
color: #fff;
white-space: nowrap;
}
nav .nav > li {
position: relative;
}
nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus + .nav-child {
display: block;
}
nav .nav-child:before {
position: absolute;
top: -7px;
left: 9px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #FE642E;
border-left: 7px solid transparent;
border-bottom-color: rgba(0,0,0,0.2);
content: '';
}
nav .nav-child:after {
position: absolute;
top: -6px;
left: 10px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #FE642E;
border-left: 6px solid transparent;
content: '';
}
nav .nav-child li > a:hover,
nav .nav-child li > a:focus,
nav .nav-child:hover > a {
text-decoration: none;
color: #000;
background-color: transparent;
}
/* User Bar Styling */
#userheader {
width: 100%;
min-height: 25px;
max-height: 45px;
padding: 3px 8px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-color: #BDBDBD;
}
.userdata .control-group{
position: relative;
top: -12px;
left: 0;
float:left;
}
#form-login-remember {
position: absolute;
top: 14px;
left: 340px;
}
form ul.unstyled {
position: absolute;
top: 55px;
left: 10px;
display: none;
list-style: none;
}
.logout {
position: relative;
top: -10px;
left: 55px;
float: left;
}
.search {
position: relative;
top: 6px;
}
/* Component Styling */
.breadcrumb {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background-color: #BDBDBD;
color: #000;
}
#componentcontainer {
width: 99%;
height: auto;
margin: 0 auto;
padding: 15px;
border: 2px #000 solid;
background-color: #fff;
}
/* Button Styling */
.btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #000;
background-image: -moz-linear-gradient(top, #000, #6E6E6E);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#6E6E6E));
background-image: -webkit-linear-gradient(top, #000, #6E6E6E);
background-image: -o-linear-gradient(top, #000, #6E6E6E);
background-image: linear-gradient(to bottom, #000, #6E6E6E);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#6E6E6E', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #000;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
color: #ffffff;
background-color: #000;
*background-color: #000;
}
#contentheader {
position: relative;
top: 20px;
width: 55%;
height: 55px;
margin: 0 auto;
padding: 10px;
border-radius: 10px;
box-shadow: -1px -3px 2px #CDC7C7;
background-color: #000;
font-size: 36px;
color: #fff;
font-weight: bold;
text-align: center;
}
#content {
position:relative;
top: 35px;
background-color: transparent;
font-size: 36px;
text-align: center;
}
.bodycontent {
position: relative;
top: 175px;
width: 97%;
margin: 0 auto;
padding: 10px 0 20px 0;
border-radius: 10px;
box-shadow: -2px -2px 1px #ADA0A0;
background-color: #FD1115;
font-size: 26px;
line-height: 2;
color: #fff;
text-align: center;
}
/*News Ticker Styles*/
#news {
width: 95%;
margin: 0 auto;
box-shadow: -1px -1px 1px #fff;
background-color: #fff;
color: #000;
}
.date {
margin-top: 10px;
padding-top: 6px;
font-size: 18px;
font-weight: bold;
color: #000;
text-align: center;
}
.headline {
font-size: 24px;
font-weight: bold;
background-color: transparent;
color #000;
text-align: center;
}
.headlinebody {
margin-top: 10px;
font-size: 16px;
font-weight: normal;
color: #000;
text-align: center;
index.php
<?php
// Wowcrofty's Picture Perfect Photo Custom Joomla Template for v3.3
// Check that the template is being installed in Joomla.
defined('_JEXEC') or die;
// Add Joomla JavaScript Frameworks
JHtml::_('bootstrap.framework');
// Load Bootstrap stylesheets
JHtmlBootstrap::loadCss($includeMaincss = true);
?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<jdoc:include type="head" />
<!--[if lt IE 9]>
<script src="<?php echo $this->baseurl ?>/media/jui/js/html5.js"></script>
<![endif]-->
<link href="templates/wowcroftypictureperfect/css/custom.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="userheader" class="row-fluid">
<div class="row-fluid">
<div class="span9"><jdoc:include type="modules" name="userinfo" style="html5" /></div>
<div class="span3"><jdoc:include type="modules" name="search" style="html5" /></div>
</div>
</div>
<header class="row-fluid">
<div class="span12">
<img src="templates/wowcroftypictureperfect/images/headerbanner.png" alt="Wowcrofty's Picture Perfect Photo, click to go home." />
</div>
</header>
<div class="row-fluid">
<nav class="span12 navbar">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse collapse">
<jdoc:include type="modules" name="nav" style="none" />
</div>
</div>
</div>
</nav>
</div>
<div id="componentcontainer" class="row-fluid">
<?php if ($this->countModules('breadcrumbs')) : ?>
<div class="row-fluid">
<div class="span12"><jdoc:include type="modules" name="breadcrumbs" style="html5" /></div>
</div>
<?php endif; ?>
<?php if ($this->countModules('componentheadermodule')) : ?>
<div class="row-fluid">
<div class="span12">
<jdoc:include type="modules" name="componentheadermodule" style="html5" /></div>
<?php endif; ?>
<div class="row-fluid">
<div class="span12">
<jdoc:include type="message" />
<jdoc:include type="component" />
</div>
</div>
</div>
<footer id="footer" class="row-fluid">
<div class="span9"><jdoc:include type="modules" name="bottomnav" style="html5" /></div>
<div class="span3">Copyright © <?php echo date("Y") ?> Matthew Croft. All rights reserved.</div>
</footer>
</body>
</html>
You might try setting the footer div to relative and #footer.span3 to absolute. I'd might try using float somehow too. I usually debug this type of stuff using the Chrome Inspector.

How to design a collapsable menu in sharepoint 2013 using sharepoint designer

i need to make a menu where once a menu is clicked it will span to show sub menu and i need to add styles and colors as well. i am new to sharepoint so please elaborate in details where to write code and in which language. responses will be highly appreciated.
A very smooth and simple way to do this is by adding a Script Editor webpart to the page.
Inside that content editor, you can use a the jQuery Accordion menu. The code just "works" so all you need to do is fill in the HTML section for the names of the menu items and links to where they go.
Here's the code you would place in the webpart and change the links to be your own:
<div id="w">
<nav>
<ul id="nav">
<li>Animation
<ul>
<li>Cartoons</li>
<li>Comic Strips</li>
<li>Video Clips</li>
<li>Web GIFs</li>
</ul>
</li>
<li>Graphic Design
<ul>
<li>Adobe Photoshop</li>
<li>Branding & Logos</li>
<li>Digital Marketing</li>
<li>Illustrations</li>
<li>Infographics</li>
<li>Product Design</li>
</ul>
</li>
<li>Digital Photography
<ul>
<li>Cityscapes</li>
<li>Oceans</li>
<li>Wide-Angle Lens</li>
<li>Wildlife</li>
</ul>
</li>
<li>Print & Identity
<ul>
<li>Branding</li>
<li>Business Cards</li>
<li>Letterpress</li>
<li>Poster Art</li>
</ul>
</li>
<li>Programming
<ul>
<li>CSS3</li>
<li>HTML5</li>
<li>JavaScript & jQuery</li>
<li>MySQL Databases</li>
<li>Wordpress CMS</li>
</ul>
</li>
<li>Web Design
<ul>
<li>Icons</li>
<li>Tutorials</li>
<li>User Interfaces</li>
<li>Website Layouts</li>
</ul>
</li>
</ul>
</nav>
</div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<!-- <script type="text/javascript" language="javascript" charset="utf-8" src="nav.js"></script> -->
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
$(document).ready(function(){
$("#nav > li > a").on("click", function(e){
if($(this).parent().has("ul")) {
e.preventDefault();
}
if(!$(this).hasClass("open")) {
// hide any open menus and remove all other classes
$("#nav li ul").slideUp(350);
$("#nav li a").removeClass("open");
// open our new menu and add the open class
$(this).next("ul").slideDown(350);
$(this).addClass("open");
}
else if($(this).hasClass("open")) {
$(this).removeClass("open");
$(this).next("ul").slideUp(350);
}
});
});
</script>
<style>
ol, ul, li {
padding: 0;
}
menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
h1 { font-family: 'Merienda', 'Trebuchet MS', Verdana, sans-serif; font-size: 2.95em; line-height: 1.7em; margin-bottom: 20px; font-weight: bold; letter-spacing: -0.03em; color: #675d90; text-shadow: 2px 2px 0px rgba(255,255,255,0.65); text-align: center; }
#w { display: block; width: 740px; margin: 0 auto; padding-top: 45px; }
/* nav menu styles */
#nav {
display: block;
width: 280px;
margin: 0 auto;
-webkit-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
-moz-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
}
#nav li { }
#nav > li > a {
display: block;
padding: 16px 18px;
font-size: 1.3em;
font-weight: bold;
color: #d4d4d4;
text-decoration: none;
border-bottom: 1px solid #212121;
background-color: #343434;
background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#292929));
background: -webkit-linear-gradient(top, #343434, #292929);
background: -moz-linear-gradient(top, #343434, #292929);
background: -ms-linear-gradient(top, #343434, #292929);
background: -o-linear-gradient(top, #343434, #292929);
background: linear-gradient(top, #343434, #292929);
}
#nav > li > a:hover, #nav > li > a.open {
color: #e9e9e9;
border-bottom-color: #384f76;
background-color: #6985b5;
background: -webkit-gradient(linear, left top, left bottom, from(#6985b5), to(#456397));
background: -webkit-linear-gradient(top, #6985b5, #456397);
background: -moz-linear-gradient(top, #6985b5, #456397);
background: -ms-linear-gradient(top, #6985b5, #456397);
background: -o-linear-gradient(top, #6985b5, #456397);
background: linear-gradient(top, #6985b5, #456397);
}
#nav li ul { display: none; background: #4a5b78; }
#nav li ul li a {
display: block;
background: none;
padding: 10px 0px;
padding-left: 30px;
font-size: 1.1em;
text-decoration: none;
font-weight: bold;
color: #e3e7f1;
text-shadow: 1px 1px 0px #000;
}
#nav li ul li a:hover {
background: #394963;
}
</style>

CSS Div Duplicates itself

Hello I am working on this design, but there seems to be a problem with the "content-main-text". For some reason, it duplicates itself, (or at least thats what it looks like), one time it shows with 0 px padding, and the second time with 5 px padding (how it really should be displayed).
Here is the Template file code:
<?php
define('IN_PHPBB', true);
$phpbb_root_path = 'foro/';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
$user->session_begin();
$auth->acl($user->data);
$user->setup();
$url="http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
a:link {
color: #4d9547;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #4D9547;
}
a:hover {
text-decoration: underline;
color: #d02c2c;
}
a:active {
text-decoration: none;
color: #d02c2c;
}
a {
font-size: 1em;
}
h3 {
font-size: 1.7em;
color: #3D372B;
}
h2 {
font-size: 2em;
}
body {
background-color: #484238;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #4F493D;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-top: 0px;
margin-top: 0px;
}
#content-left {
background-image: url(/Images/Backgrounds/Classic%20Template/border_left.gif);
background-repeat: repeat-y;
background-position: left top;
margin: 0px;
}
#content-right {
background-image: url(/Images/Backgrounds/Classic%20Template/border_right.gif);
background-repeat: repeat-y;
background-position: right top;
margin: 0px;
padding: 0px;
}
#header {
background-image: url(/Images/Backgrounds/Classic%20Template/border_top.gif);
background-repeat: repeat-x;
background-position: left top;
padding: 0px;
margin-right: 3.5px;
margin-bottom: 0px;
margin-left: 0px;
height: 50px;
}
#header-left {
background-image: url(/Images/Backgrounds/Classic%20Template/border_top_left.gif);
background-repeat: no-repeat;
background-position: left top;
margin: 0px;
padding: 0px;
height: 44px;
}
#header-right {
background-image: url(/Images/Backgrounds/Classic%20Template/border_top_right.gif);
background-repeat: no-repeat;
background-position: right top;
margin: 0px;
padding: 0px;
}
#topnav {
background-image: url(/Images/Backgrounds/Classic%20Template/topnav_bg.gif);
background-repeat: repeat-x;
background-position: left top;
white-space: nowrap;
display: block;
float: left;
height: 24px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 15px;
border-top-width: 3px;
border-right-width: 3px;
border-left-width: 3px;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-top-color: #4F493D;
border-right-color: #4F493D;
border-left-color: #4F493D;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
#Global {
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 13px;
color: #4F493D;
background-color: #E0DACE;
background-image: url(/Images/Backgrounds/Classic%20Template/bg_content.gif);
background-repeat: repeat;
background-position: left top;
width: 100%;
}
#page-header {
clear: both;
height: 15px;
margin-top: 0px;
margin-right: 2.5%;
margin-bottom: 0px;
margin-left: 2.5%;
border: 2px solid #4F493D;
text-align: center;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
#navar-top {
margin: 0px;
padding: 0px;
}
#block_header {
background-image: url(/Images/Backgrounds/Classic%20Template/block_top.gif);
background-repeat: repeat-x;
background-position: left top;
display: block;
padding: 0px;
clear: both;
height: 5px;
margin-top: 0px;
margin-right: 5px;
margin-bottom: 0px;
margin-left: 5px;
}
#block-content {
background-image: url(/Images/Backgrounds/Classic%20Template/block_left.gif);
background-repeat: repeat-y;
background-position: left top;
}
#block-footer {
background-image: url(/Images/Backgrounds/Classic%20Template/block_bottom.gif);
background-repeat: repeat-x;
display: block;
padding: 0px;
clear: both;
height: 5px;
margin-top: 0px;
margin-right: 5px;
margin-bottom: 0px;
margin-left: 5px;
}
#div {
background-repeat: no-repeat;
background-position: left top;
height: 24px;
}
#div {
background-repeat: no-repeat;
background-position: right top;
margin: 0px;
height: 24px;
padding-top: 0px;
padding-right: 6px;
padding-bottom: 0px;
padding-left: 10px;
}
#content-right {
background-image: url(/Images/Backgrounds/Classic%20Template/border_right.gif);
background-repeat: repeat-y;
background-position: right top;
margin: 0px;
padding: 0px;
}
#topnav-search {
float: right;
width: 120px;
margin-right: 20px;
padding: 0px;
border: 2px solid #4F493D;
height: 25px;
background-color: #E2DCD0;
}
#footer {
background-image: url(/Images/Backgrounds/Classic%20Template/border_bottom.gif);
background-repeat: repeat-x;
background-position: left bottom;
clear: both;
height: 6px;
text-align: center;
}
#left-column {
background-image: url(/Images/Backgrounds/Classic%20Template/block2_top_left.gif);
background-repeat: no-repeat;
width: 15%;
border: 1px solid #484238;
}
#column-left-rightbg {
background-image: url(/Images/Backgrounds/Classic%20Template/block2_top_right.gif);
background-position: right top;
background-repeat: no-repeat;
}
#column-content {
background-image: url(/Images/Backgrounds/Classic%20Template/block2_top.gif);
background-repeat: repeat-x;
}
#column-left {
float: left;
width: 12%;
margin-top: 20px;
margin-right: 2.5%;
margin-bottom: 20px;
margin-left: 2.5%;
}
#column-left-quests {
margin-bottom: 20px;
}
#column-left-title-leftbg {
background-image: url(/Images/Backgrounds/Classic%20Template/block2_top_left.gif);
background-position: left top;
background-repeat: no-repeat;
}
#column-left-title-rightbg {
background-image: url(/Images/Backgrounds/Classic%20Template/block2_top_right.gif);
background-repeat: no-repeat;
background-position: right top;
}
#column-left-title-center {
background-image: url(/Images/Backgrounds/Classic%20Template/block2_top.gif);
background-repeat: repeat-x;
margin-right: 13px;
margin-left: 13px;
font-size: 11px;
}
#Global #content-left #content-right #column-left #column-left-quests #column-left-title-leftbg #column-left-title-rightbg #column-left-title-rightbgTrue #column-left-title-center strong {
text-align: center;
}
#column-left-title-mainbox {
margin-bottom: 50px;
border: 1.5px solid #484238;
}
#column-left-quests {
text-align: center;
}
#column-left-quests-title {
font-size: 11px;
font-weight: bold;
color: #484238;
border-top-width: 2.5px;
border-right-width: 2.5px;
border-bottom-width: 2.5px;
border-left-width: 2.5px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-top-color: #484238;
border-right-color: #484238;
border-bottom-color: #484238;
border-left-color: #484238;
text-align: center;
vertical-align: middle;
height: 20px;
padding-top: 2px;
background-image: url(/Images/Backgrounds/Classic%20Template/Classic-Template-Column-Degradee.png);
background-repeat: repeat;
}
#column-left-quests-content {
border-top-width: 2px;
border-right-width: 2.5px;
border-bottom-width: 2.5px;
border-left-width: 2.5px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #484238;
border-right-color: #484238;
border-bottom-color: #484238;
border-left-color: #484238;
padding: 4px;
}
#column-left-HLM {
text-align: center;
margin-bottom: 20px;
}
#column-left-HLM-title {
background-color: #E2DCD0;
padding-top: 3px;
font-weight: bold;
border-top-width: 2.5px;
border-right-width: 2.5px;
border-bottom-width: 2.5px;
border-left-width: 2.5px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-top-color: #484238;
border-right-color: #484238;
border-bottom-color: #484238;
border-left-color: #484238;
height: 20px;
font-size: 11px;
background-image: url(/Images/Backgrounds/Classic%20Template/Classic-Template-Column-Degradee.png);
background-repeat: repeat-x;
}
#column-left-HLM-content {
border: 2.5px solid #484238;
padding: 3px;
}
#column-right {
text-align: center;
float: right;
width: 12%;
margin-top: 20px;
margin-right: 2%;
margin-bottom: 20px;
margin-left: 15px;
}
#column-main {
margin-top: 20px;
margin-right: 15%;
margin-bottom: 20px;
margin-left: 15%;
background-image: url(/Images/Backgrounds/Classic%20Template/block2_top_left.gif);
background-repeat: no-repeat;
background-position: left top;
}
#column-main-rightbg {
background-image: url(/Images/Backgrounds/Classic%20Template/block2_top_right.gif);
background-position: right top;
background-repeat: no-repeat;
height: 12px;
}
#column-main-content {
background-image: url(/Images/Backgrounds/Classic%20Template/block2_top.gif);
background-repeat: repeat-x;
background-position: center top;
margin-right: 12px;
margin-left: 11px;
}
#column-main-text {
margin-top: 0px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #484238;
border-bottom-color: #484238;
border-left-color: #484238;
padding: 5px;
}
#column-right-poll {
border: 2px solid #484238;
margin-bottom: 20px;
padding: 0px;
}
#content-right-poll-title {
background-image: url(/Images/Backgrounds/Classic%20Template/Classic-Template-Column-Degradee.png);
background-repeat: repeat-x;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-bottom-style: solid;
border-top-color: #484238;
border-right-color: #484238;
border-bottom-color: #484238;
border-left-color: #484238;
font-weight: bolder;
height: 20px;
padding-top: 5px;
}
#column-right-poll-content {
padding: 2.5px;
}
#column-right-imagenes {
margin-bottom: 20px;
border: 2px solid #484238;
}
#column-right-images-title {
font-weight: bold;
background-image: url(/Images/Backgrounds/Classic%20Template/Classic-Template-Column-Degradee.png);
background-repeat: repeat-x;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-bottom-style: solid;
border-top-color: #484238;
border-right-color: #484238;
border-bottom-color: #484238;
border-left-color: #484238;
height: 20px;
padding-top: 5px;
}
#content-right-images-content {
padding: 2px;
}
#column-right-herramientas {
text-align: center;
border: 2px solid #484238;
margin-bottom: 20px;
}
#column-right-herramientas-title {
font-weight: bold;
background-image: url(/Images/Backgrounds/Classic%20Template/Classic-Template-Column-Degradee.png);
background-repeat: repeat-x;
height: 20px;
padding-top: 5px;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-bottom-style: solid;
border-top-color: #484238;
border-right-color: #484238;
border-bottom-color: #484238;
border-left-color: #484238;
}
#column-right-herramientas-content {
padding: 2px;
}
#column-right-videos {
text-align: center;
margin-bottom: 20px;
border: 2px solid #484238;
}
#column-right-videos-title {
font-weight: bold;
background-image: url(/Images/Backgrounds/Classic%20Template/Classic-Template-Column-Degradee.png);
background-repeat: repeat-x;
height: 20px;
padding-top: 5px;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-bottom-style: solid;
border-top-color: #484238;
border-right-color: #484238;
border-bottom-color: #484238;
border-left-color: #484238;
}
#column-right-videos-content {
padding: 2px;
}
#page-banner {
text-align: center;
}
.Image {
display: block;
margin-right: auto;
margin-left: auto;
text-align: center;
border: 1px solid #000;
}
#new-copyright {
text-align: center;
clear: both;
}
-->
</style>
<meta name="Keywords" content="runescape, rs, ayuda, guias, español, jagex, tutoriales, mapas, trucos, consejos, ayuda, items, quests, misiones, videos, herramientas, calculadores, bases de dato, monstruos, armas, armaduras, magia, java, online, juegos, multijugador, MMORPG, guilds, dragones, negocios, herbs, posiones, gemas, skills, atlas, guerreros, cuevas, dungeon, merchant, clanes, hispanos" />
<meta name="Description" content="Las mejores guias de runescape en español con mayor cantidad de detalle, faciles de seguir, sencillas pero completas y organizadas." />
<!-- TemplateBeginEditable name="doctitle" -->
<title>:: Fenix Flame, guias de RS en Espanol</title>
<!-- TemplateEndEditable -->
<LINK REL="SHORTCUT ICON"
HREF="http://www.fenixflame.net/Images/FirePhoenix.ico">
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<style type="text/css">
body,td,th {
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 13em;
}
h1 {
font-size: 3em;
}
</style>
</head>
<body>
<div id="Global">
<div id="content-left">
<div id="content-right">
<div id="header">
<div id="header-left">
<div id="header-right">
<div id="topnav">
<div id="div">
<div id="div">
<?php
if ($user->data['user_id'] == ANONYMOUS)
{
echo ' FAQ • ';
echo ' Buscar • ';
echo ' Buscar • ';
echo ' Identificarse';
}
else
{
echo'Panel de control de usuario • ';
echo'<strong>' . $user->data['user_unread_privmsg'] . '</strong> mensajes privados • ';
echo'Buscar sus mensajes •';
echo' FAQ •';
echo' Buscar •';
echo' Usuarios • ';
echo ' Desconectarse [ '. $user->data['username'] .' ]';
}
?>
</div>
</div>
</div>
</div>
<div id="topnav-search">
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
google.load('search', '1', {language : 'es'});
google.setOnLoadCallback(function() {
var customSearchControl = new google.search.CustomSearchControl('013088667146165371013:-bdq_dp2ewk');
customSearchControl.setResultSetSize(google.search.Search.SMALL_RESULTSET);
customSearchControl.draw('cse');
}, true);
</script>
<link rel="stylesheet" href="http://www.google.com/cse/style/look/espresso.css" type="text/css" />
<link rel="stylesheet" href="http://www.google.com/cse/style/look/espresso.css" type="text/css" />
</div>
<p><br />
</p>
</div>
</div>
<div id="page-banner"><img src="../Images/Banners/Fenix-Flame-Evolution.png" alt="Fenix Flame Logo Image" border="0" title="Fenix Flame" /></div>
<div id="page-header">Home • Foro • Guias • El Clan • Videos • Contactarse </div>
<div id="column-left">
<div id="column-left-quests">
<div id="column-left-quests-title">Quests</div>
<div id="column-left-quests-content">Cooks Assistent<br />
Black Knights Fortress<br />
Demon Slayer<br />
Dorics Quest <br />
Dragon Slayer<br />
Ernest the Chicken<br />
Goblin Diplomacy<br />
Imp Catcher<br />
Knights Sword<br />
Unstable Foundations<br />
Pirates Treassure<br />
Prince Ali Rescue<br />
Restless Ghost<br />
Romeo y Julieta<br />
Rune Mysteries<br />
Sheep Shearer<br />
Shield of Arrav<br />
Vampire Slayer<br />
Witchs Potion</div>
</div>
<div id="column-left-HLM">
<div id="column-left-HLM-title">PvM</div>
<div id="column-left-HLM-content"><span class="text"><a href="New Classic Template/HTML/Guias/High LM/King Black Dragon.php">King Black Dragon<br />
</a>Chaos Elemental<br />
Kalphite Queen</span></div>
</div>
</div>
<div id="column-right">
<div id="column-right-poll">
<div id="content-right-poll-title">Encuesta</div>
<div id="column-right-poll-content"><strong>En tu opinión, ¿El actual diseño grafico del sitio es mejor o peor que el anterior?</strong><br />
Mejor porque es menos brillante<br />
Mejor<br />
Mejor pero le hacen falta retoques <br />
Igual de bueno
<br />
Peor<br />
Mucho Peor
<br />
</div>
</div>
<div id="column-right-herramientas">
<div id="column-right-herramientas-title">Herramientas</div>
<div id="column-right-herramientas-content">Combat Calculator<br />
Max Hit Calculator<br />
Price Checker</div>
</div>
<div id="column-right-videos">
<div id="column-right-videos-title">Videos</div>
<div id="column-right-videos-content">Videos Guia<br />
Videos Entretenimiento</div>
</div>
</div>
<div id="column-main">
<div id="column-main-rightbg">
<div id="column-main-content"><br />
</div>
</div>
<div id="column-main-text">
<!-- TemplateBeginEditable name="MainTextRegion" -->
<p>Hellooooo</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<!-- TemplateEndEditable --></div>
</div>
<div id="new-copyright">This website and its contents are © 2009 - 2011 Fenix Flame. All Rights Reserved.<br />
RuneScape ® is a trademark of Jagex Ltd. © 1999 - 2011 Andrew Gower.</div>
<div id="footer">"</div></div></div></div>
</body>
</html>
This isn't a CSS problem; it's an templating/HTML problem. Have a look at these two lines:
<div id="column-main-text">
<!-- TemplateBeginEditable name="MainTextRegion" -->
The problem is that MainTextRegion generates one of the column-main-text divs, so the first of those two lines is unnecessary. Just delete the first of those two lines (and its corresponding closing div) and your problem should be solved.