Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter mhensler

    (@mhensler)

    Perfect! I even was looking in the inspect console in Chrome and I managed to miss that.

    Thanks.

    Thread Starter mhensler

    (@mhensler)

    Figured it out. Thanks.

    Thread Starter mhensler

    (@mhensler)

    Works perfectly. Thanks!

    Thread Starter mhensler

    (@mhensler)

    Here’s an excerpt straight from my child stylesheet:

    .main-navigation {
    	font-family: 'Roboto', sans-serif;
    	clear: both;
    	display: block;
    	padding: 0.1em;
    	border-radius:0.4em 0.4em 0 0;
    	/*background-color:#AB8342;*/
    	margin-top: 5px;
    	margin-bottom: 0;
    	max-width: 1049px;
    	-webkit-box-shadow: 0px 4px 2px 0px inset rgba(50, 50, 50, 0.50);
    	-moz-box-shadow:    0px 4px 2px 0px inset rgba(50, 50, 50, 0.50);
    	box-shadow:         0px 4px 2px 0px inset rgba(50, 50, 50, 0.50);
    	border-top: 1px solid #CCCCCC;
    	background-image:url(images/main_bg_leather.jpg);
    	background-repeat:repeat-x repeat-y;
    }
    .main-navigation:after {
    	clear: both;
    	content: "";
    	display: block;
    }
    .main-navigation ul {
    	list-style: outside none none;
    	margin: 0;
    	padding: 4px 12px;
    
    }
    .main-navigation li {
    	float: left;
    	margin: 0;
    	position: relative;
    }
    .main-navigation a {
    	color: #FFF;
        display: block;
        font-size: 1.4rem;
    	font-size: 14px;
        font-weight: normal;
        margin-right: 1em;
        text-decoration: none;
    	text-transform: uppercase;
    	padding: 0.4em 0.6em .1em .6em;
    	word-spacing: 2px;
    Thread Starter mhensler

    (@mhensler)

    Thanks, didn’t seem to work for me, though.

    Forum: Fixing WordPress
    In reply to: WP-ADMIN blank.
    Thread Starter mhensler

    (@mhensler)

    Nevermind, that worked! Deleted the folder and resorted back to the default theme. Thanks!

    Forum: Fixing WordPress
    In reply to: WP-ADMIN blank.
    Thread Starter mhensler

    (@mhensler)

    I can’t access any of the dashboard, and I’m assuming deleting the theme folder via FTP will just cause the site to go down.

    Thread Starter mhensler

    (@mhensler)

    Here’s an example of what one page looks like:

    https://www.mrhensler.com/member-list/mhensler/friends/my-friends/

    Thread Starter mhensler

    (@mhensler)

    Bump…

    Thread Starter mhensler

    (@mhensler)

    Thanks for the suggestion. Tried it, but still doesn’t work. The content on my Tech 10 page overflows and goes under the footer.

    Thread Starter mhensler

    (@mhensler)

    Alright, fixed the div issue, but the alignment is still off.

    Thread Starter mhensler

    (@mhensler)

    Geez, NOW it’s working? I didn’t even do anything. I just closed my browser and restarted…hmmm.

    Thread Starter mhensler

    (@mhensler)

    Ok, so I made some modifications, and got those issues worked out. Now, I have another. My footer is set to fixed and 0 from the bottom. It works FINE in FF, but my bg image for the footer is shifted to the right in IE8.

    Here’s the URL
    …test it and see.

    Here’s my CSS:

    @charset "utf-8";
    
    /* CSS Document */
    
    html, body {height:100%;}
    
    body
    
       {
    
       margin: 0px;
    
       padding: 0px;
    
       text-align: center;
    
       background-color:#585858;
    
       }
    
    h1, h2, h3, ul, li, p, form
    
       {
    
       margin: 0px;
    
       padding: 0px
    
       }
    
    hr
    
       {
    
       display: none;
    
       }
    
    a{
    
       text-decoration:none;
    
       }
    
    a:hover{
    
       text-decoration:underline;
    
       }
    
    .space
    
       {
    
       clear: both;
    
       }
    
    #page
    
       {
    
       margin: 0px auto;
    
       padding: 0;
    
       width: 842px;
    
       background-image:url(images/PNG/contentbg.png);
    
       background-repeat:repeat-y;
       height:100%;
    
       }
    
    #header
    
       {
    
       background:#CCCCCC;
    
    	height: 219px;
    
       width: 842px;
    
       text-align: center;
    
       background-image:url(images/PNG/header.png);
    
       }
    
    #headerimg
    
       {
    
       margin: 0px;
    
       text-align: left;
    
       }
    
    #top_nav
    
       {
    
       height: 45px;
    
       padding-left: 65px;
    
       padding-top:130px;
    
       text-align: left;
    
       }
    
     #top_nav ul
    
       {
    
       list-style: none;
    
       }
    
       #top_nav li
    
       {
    
       display: inline;
    
       padding:10px;
    
       }
    
       #top_nav li a:hover
    
       {
    
       }
    
    #top_sidebar
    
       {
    
       color: #fff;
    
       font-weight: bold;
    
       height: 10px;
    
       padding-right: 155px;
    
       text-align: right;
    
       }
    
    #content
    
       {
    
       float: none ;
    
       text-align: left;
    
       width:842px;
      height:100%;
    
       }
    
    .blogcontent, .widecolumn
    
       {
    
       float: left;
    
       padding: 10px 0px;
    
       width: 553px;
    
       background-image:url(images/PNG/postbg.png);
    
       background-repeat:repeat-y;
       height:100%;
       overflow:visible;
    
       }
    
    .blogcontent form
    
       {
    
       color: #fff;
    
       padding: 10px 50px 0px 90px;
    
       }
    
     .blogcontent input
    
       {
    
       background-color: transparent;
    
       border: 1px solid #214b73;
    
       color: #fff;
    
       }
    
       .blogcontent #searchsubmit
    
       {
    
       background: #b1b1b1;
    
       color: #214b73;
    
       font-weight: bold;
    
       padding: 2px;
    
       }
    
       .blogcontent h2
    
       {
    
       color: #fff;
    
       font: bold 18px  Georgia, Arial;
    
       padding: 0px 50px 0px 90px;
    
       }
    
       .blogcontent small a
    
       {
    
       font-size: 18px;
    
       padding: 0px 50px 0px 90px;
    
       }
    
    .post
    
       {
    
       text-align: left;
    
       padding:0px 50px 0px 90px;
    
       }
    
     .post h2
    
       {
    
       padding: 0px;
    
       color:#fff
    
       }
    
     .post .post_title
    
       {
    
       float: left;
    
       width: 90%;
    
       }
    
       .post_title h2, a
    
       {
    
       padding: 0px;
    
       margin: 0px;
    
       font: Georgia, Arial;
    
       font-size:24px;
    
       color:#F90;
    
       }
    
       .post_title a
    
       {
    
       text-decoration: none;
    
       }
    
       .post_title a:hover
    
       {color:#FF9900;
    
       }
    
       .post_title small
    
       {color: #FFFFFF;
    
       font: normal 12px Georgia, Arial;
    
       }
    
       .post_title small a
    
       {
    
        color: #FFFFFF;
    
       font: normal 12px Georgia, Arial;
    
       padding: 0px;
    
       margin: 0px;
    
       }
    
       .post .postmetadata
    
       {
    
       float: right;
    
       height: 15px;
    
       padding: 12px 5px;
    
       width: 35px;
    
       }
    
       .postmetadata a
    
       {
    
       text-decoration: none;
    
       font-size:12px;
    
       color:#F90;
    
       }
    
       .postmetadata span
    
       {
    
       padding-left:5px;
    
       color: #416fa3;
    
       font: normal 24px Georgia, Arial;
    
       }
    
    .entry
    
       {color: #c3c3c3;
    
       font: normal 12px "Times New Roman", Times, serif;
    
       padding: 20px 0px
    
       }
    
     .entry a
    
       {
    
       padding: 0px;
    
       margin: 0px;
    
       color:#F90;
    
       font: normal 12px "Times New Roman", Times, serif;
    
       }
    
       .entry a:hover
    
       {
    
    	   color:#CCC;
    
       }
    
       .entry blockquote
    
       {
    
       border: 2px dashed #F90;
    
       }
    
       .entry img
    
       {
    
       float: left;
    
       padding: 0px 20px 0px 0px;
    
       }
    
       .entry ul
    
       {padding-left:20px;
    
       }
    
       .entry li
    
       {
    
       }
    
       .entry ol li
    
       {
    
       list-style: decimal;
    
       } 
    
       .entry p
    
       {
    
       text-align: justify;
    
       padding: 0px;
    
       }
    
       .entry span
    
       {color:#FFF;
    
       }
    
    #sidebar
    
       {
    
       float: left;
    
       padding: 0px 0px 0px 0px;
    
       text-align: left;
    
       width: 289px;
    
       background-image:url(images/PNG/sidebarbg.png);
    
       background-repeat:repeat-y;
    
       }
    
     .belowsidebar
    
     {width:289px;
     height:49px;
     background-image:url(images/PNG/belowsidebarbg.png);
     background-repeat:repeat-y;
     }
    
       .sidebartop
    
       {
    
       float: left;
    
       padding: 0px 0px 0px 0px ;
    
       text-align: left;
    
       width: 289px;
       height:44px;
    
       background-image:url(images/PNG/sidebartoptwo.png);
    
       }
    
     #sidebar ul
    
       {
    
       list-style: none;
    
       margin: 0px; padding:5px 0px 0px 0px;
    
       }
    
       #sidebar li
    
       {
    
       margin: 0px;
    
       margin: 0px 0px 0px 70px;
    
       }
    
       #sidebar li h2
    
       {
    
       margin: 0px;
    
       font-size:14px;
    
       font:normal Arial, Helvetica, sans-serif;
    
       color:#FFF;
    
       }
    
     #sidebar ul ul
    
       {
    
       list-style: none;
    
       margin: 0px;
    
       font-size:11px;
    
       font: normal Georgia, Arial; 
    
       }
    
       #sidebar ul ul li
    
       {
    
       margin: 0px;
    
       font: normal 11px Georgia, Arial;
    
      padding:0px 0px 0px 15px;
    
       }
    
       #sidebar ul ul li a
    
       {font: normal 11px Georgia, Arial;
    
       text-decoration:none
    
       }
    
       #sidebar ul ul li a:hover
    
       {text-decoration:underline;
    
       color:#CCC;
    
       }
    
    .bottom_sidebar
    
       {
    
       float: right;
    
       height: 40px;
    
       width: 289px;
    
       background-image:url(images/PNG/sidebarbottomtwo.png);
    
       font:Georgia, Arial;
    
       font-size:12px;
    
       padding:0px 0px 0px 0px;}
    
    #search
    
       { padding:0px 0px 0px 0px; }
    
     #search input
    
       {background-color:#F90;
    
       color:#000;
    
       font:Arial, Helvetica, sans-serif;
    
     }
    
    #search #searchsubmit
    
       {
    
       background:#3c3c3c;
       border:1px solid #FF9900;
       font:Arial, Helvetica, sans-serif;
       font-weight:500;
       color:#FFFFFF
    
    }
    
    #footer
    
       {
    
       height: 34px;
    
       text-align: left;
    
       width: 842px;/*909*/
    
       background-image:url(images/PNG/footertab.png);
    
       position:fixed;
       bottom:0;
    
       }
    
     #footer .column1
    
       {
    
       background:#FF3333;
    
       float: left;
    
    	width: 300px;
    	text-align:center;
    
       }
    
       .column1 .bottom
    
       {
    
    }
    
       .column1 a
    
       {
    
       text-decoration: none;
    
       }
    
       #footer .column2
    
       {
    
       background-color:#006699;
    
     float: left;
       width: 250px;
    
       }
    
       .column2 h2
    
       {
    
       }
    
       .column2 ul
    
       {
    
       list-style: none;
    
       }
    
       .column2 a
    
       {
    
       text-decoration: none;
    
       }
    
    .clear {
    
      clear: both;
    
    }
    
    .footertext {color:#FF9900;
    font:Arial, Helvetica, sans-serif;
    font-weight:600;
    font-size:12px;
    padding-top:15px;
    
    }

    Here’s the HTML:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="https://www.w3.org/1999/xhtml">
    
    <head>
    
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Hensler's Technology Site</title>
    
    <link rel="stylesheet" href="style.css" type="text/css" />
    
    </head>
    
    <body>
    
    <div id="page">
    
    		<!--Insert the layout here-->
    
    <div id="header">
    
    <div id="top_nav">
    
    		<ul>
    
    			<li><a href="#"><img src="images/PNG/home.png" border="0" /></a></li>
    
    			<li><a href="#"><img src="images/PNG/aboutme.png" border="0" /></a></li>
    
                <li><a href="#"><img src="images/PNG/resources.png" border="0" /></a></li>
    
                <li><a href="#"><img src="images/PNG/contact.png" border="0" /></a></li>
    
    		</ul>
    
      </div> 
    
    </div> <!--End of "header"-->
    
    <div id="content">
    
       <div class="blogcontent">
    
       <div class="post">
    
       <div class="post_title">
    
       <h2><a href="#">Sample Post</a></h2>
    
       <small>November 2nd, 2008 | by admin | <a href="#">Lorem ipsum</a>| <a href="#">Category 1</a>| <a href="#">Uncategorized</a></small>
    
       </div> <!--End of "post title"-->
    
       <!--Comments-->
    
       <div class="postmetadata">
    
       <a href="#">2</a>
    
       </div>
    
       <br class="space" />
    
       <div class="entry">
    
       <p>
    
       <a href="#">
    
       </a>
    
       But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human. No one rejects, dislikes, or avoids <a href="#">pleasure</a> itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    
       </p>
    
       <a href="#" class="more-link">Read more &raquo;</a>
    
     </div> <!--End of "entry"-->
    
       </div> <!--End of "post"-->
    
    </div> <!--End of "blogcontent"-->  
    
     <div id="search">
    
       <form>
    
       <div>
    
       <input type="text" value="" name="s" id="s" />
    
       <input type="submit" src="images/PNG/search.png" id="searchsubmit" value="Search"  />
    
       </div>
    
       </form>
    
       </div> <!--End of "search"-->
    
     <div class="sidebartop"></div>
     <div id="sidebar">
    
       <ul>
    
       <li class="categories">
    
       <h2>Categories</h2>
    
       <ul>
    
       <li><a href="#">Lorem ipsum</a> (2)</li>
    
       <li><a href="#">Category 2</a> (1)</li>
    
       <li><a href="#">Sample category 3</a> (15)</li>
    
       </ul>
    
       </li> 
    
       <li class="pages">
    
       <h2>Pages</h2>
    
       <ul>
    
       <li><a href="#">Tech Ed 10</a> </li>
    
       </ul>
    
       </li>
    
       <li class="archives">
    
       <h2>Archives</h2>
    
       <ul>
    
       <li><a href="#">November 2008</a> (2)</li>
    
       </ul>
    
       </li>
    
       </ul> <!--End of sidebar's list-->
    
      <div class="bottom_sidebar">
    
      </div> 
    
      </div> <!--End of "sidebar"-->
    
    <div class="clear"></div>
    
    </div> <!--End of "content"-->  
    
    <!--Begin Footer-->
    
     <div id="footer">
    
    <p align="center" class="footertext">Copyright 2009 Mr.Hensler </p>
    
       </div>
    
    </div> <!--End of "page"-->
    
    </body>
    
    </html>
    Thread Starter mhensler

    (@mhensler)

    Thanks. I tried that, and my alignment is pretty decent in IE, but there’s still some alignment issues. Here is what it looks like now.

    And here’s the code:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Hensler's Technology Site</title>
    
    <link rel="stylesheet" href="style.css" type="text/css" />
    </head>
    
    <body>
    <div id="page">
    		<!--Insert the layout here-->
    
    <div id="header">
    
    <div id="top_nav">
    		<ul>
    			<li><a href="#"><img src="images/PNG/home.png" border="0" /></a></li>
    			<li><a href="#"><img src="images/PNG/aboutme.png" border="0" /></a></li>
                <li><a href="#"><img src="images/PNG/resources.png" border="0" /></a></li>
                <li><a href="#"><img src="images/PNG/contact.png" border="0" /></a></li>
    		</ul>
    
      </div>
    </div> <!--End of "header"-->
    
    <div id="content">
    
       <div class="blogcontent">
       <div class="post">
       <div class="post_title">
       <h2><a href="#">Sample Post</a></h2>
    
       <small>November 2nd, 2008 | by admin | <a href="#">Lorem ipsum</a>| <a href="#">Category 1</a>| <a href="#">Uncategorized</a></small>
    
       </div> <!--End of "post title"-->
       <!--Comments-->
       <div class="postmetadata">
       <a href="#">2</a>
    
       </div>
       <br class="space" />
    
       <div class="entry">
       <p>
       <a href="#">
    
       <img class="alignleft" title="pic-02" src="images/jpgs/pic-01.jpg" border="0" alt=""/>
       </a>
    
       But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human. No one rejects, dislikes, or avoids <a href="#">pleasure</a> itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
       </p>
    
       <a href="#" class="more-link">Read more &raquo;</a>
     </div> <!--End of "entry"-->
    
       </div> <!--End of "post"-->
       </div> <!--End of "blogcontent"-->
     <div id="sidebar">
    <div id="search">
       <form>
       <label class="hidden">Search for:</label>
       <div>
       <input type="text" value="" name="s" id="s" />
       <input type="submit" id="searchsubmit" value="Search" />
       </div>
       </form>
       </div> <!--End of "search"-->
       <ul>
       <li class="categories">
       <h2>Categories</h2>
       <ul>
       <li><a href="#">Lorem ipsum</a> (2)</li>
    
       <li><a href="#">Category 2</a> (1)</li>
       <li><a href="#">Sample category 3</a> (15)</li>
       </ul>
    
       </li> 
    
       <li class="pages">
       <h2>Pages</h2>
       <ul>
       <li><a href="#">Tech Ed 10</a> </li>
       </ul>
    
       </li>
    
       <li class="archives">
       <h2>Archives</h2>
       <ul>
       <li><a href="#">November 2008</a> (2)</li>
       </ul>
    
       </li>
       </ul> <!--End of sidebar's list-->
    
      </div> <!--End of "sidebar"-->
    
     <div class="bottom_sidebar">
       &nbsp;
      </div>
    
    <div class="clear"></div>
    </div> <!--End of "content"-->  
    
    <!--Begin Footer-->
    
     <div id="footer">
    
       </div>
    
    </div> <!--End of "page"-->
    
    </body>
    </html>

    Here’s the CSS:

    @charset "utf-8";
    /* CSS Document */
    
    body
       {
       margin: 0px;
       padding: 0px;
       text-align: center;
       background-color:#585858;
       }
    
    h1, h2, h3, ul, li, p, form
       {
       margin: 0px;
       padding: 0px
       }
    
    hr
       {
       display: none;
       }
    
    a{
       text-decoration:none;
       }
    
    a:hover{
       text-decoration:underline;
       }
    
    .space
       {
       clear: both;
       }
    
    #page
       {
       margin: 0px auto;
       padding: 0;
       width: 960px;
       background-image:url(images/PNG/contentbg.png);
       background-repeat:repeat-y;
       }
    
    #header
       {
       background:#CCCCCC;
    	height: 219px;
       width: 842px;
       text-align: center;
       background-image:url(images/PNG/header.png);
       }
    
    #headerimg
       {
       margin: 0px;
       text-align: left;
       }
    
    #top_nav
       {
    
       height: 45px;
       padding-left: 65px;
       padding-top:130px;
       text-align: left;
       }
    
     #top_nav ul
       {
       list-style: none;
       }
    
       #top_nav li
       {
       display: inline;
       padding:10px;
       }
    
       #top_nav li a:hover
       {
       }
    #top_sidebar
       {
       color: #fff;
       font-weight: bold;
       height: 10px;
       padding-right: 155px;
       text-align: right;
       }
    
    #content
       {
    
       float: none ;
       text-align: left;
       border: 1px solid red;
    
       width:842px;
    
       }
    
    .blogcontent, .widecolumn
       {
       float: left;
       padding: 10px 0px;
       width: 553px;
       background-image:url(images/PNG/postbg.png);
       background-repeat:repeat-y;
       }
    .blogcontent form
       {
       color: #fff;
       padding: 10px 50px 0px 90px;
       }
     .blogcontent input
       {
       background-color: transparent;
       border: 1px solid #214b73;
       color: #fff;
       }
    
       .blogcontent #searchsubmit
       {
       background: #b1b1b1;
       color: #214b73;
       font-weight: bold;
       padding: 2px;
       }
    
       .blogcontent h2
       {
       color: #fff;
       font: bold 18px  Georgia, Arial;
       padding: 0px 50px 0px 90px;
       }
    
       .blogcontent small a
       {
       font-size: 18px;
       padding: 0px 50px 0px 90px;
       }
    
    .post
       {
       text-align: left;
       padding:0px 50px 0px 90px;
       }
    
     .post h2
       {
       padding: 0px;
       color:#fff
       }
    
     .post .post_title
       {
       float: left;
       width: 90%;
       }
    
       .post_title h2, a
       {
       padding: 0px;
       margin: 0px;
       font: Georgia, Arial;
       font-size:24px;
       color:#F90;
       }
    
       .post_title a
       {
       text-decoration: none;
       }
    
       .post_title a:hover
       {color:#FFF;
       }
    
       .post_title small
       {color: #385673;
       font: normal 12px Georgia, Arial;
    
       }
    
       .post_title small a
       {
        color: #385673;
       font: normal 12px Georgia, Arial;
       padding: 0px;
       margin: 0px;
       }
    
       .post .postmetadata
       {
       float: right;
       height: 34px;
       padding: 12px 5px;
       width: 35px;
       }
    
       .postmetadata a
       {
       text-decoration: none;
       font-size:12px;
       color:#F90;
       }
    
       .postmetadata span
       {
       padding-left:5px;
       color: #416fa3;
       font: normal 24px Georgia, Arial;
    
       }
    
    .entry
       {color: #c3c3c3;
       font: normal 12px "Times New Roman", Times, serif;
       padding: 20px 0px
       }
    
     .entry a
       {
       padding: 0px;
       margin: 0px;
       color:#F90;
       font: normal 12px "Times New Roman", Times, serif;
       }
    
       .entry a:hover
       {
    	   color:#CCC;
       }
    
       .entry blockquote
       {
       border: 2px dashed #F90;
       }
    
       .entry img
       {
       float: left;
       padding: 0px 20px 0px 0px;
    
       }
    
       .entry ul
       {padding-left:20px;
       }
    
       .entry li
       {
    
       }
    
       .entry ol li
       {
       list-style: decimal;
       } 
    
       .entry p
       {
       text-align: justify;
       padding: 0px;
       }
    
       .entry span
       {color:#FFF;
       }
    
    #sidebar
       {
    
       float: left;
       padding: 0px 0px 0px 0px;
       text-align: left;
       width: 289px;
       background-image:url(images/PNG/sidebarbg.png);
       background-repeat:repeat-y;
       }
    
       #sidebartop
       {
    
       float: left;
       padding: 0px 20px;
       text-align: left;
       width: 289px;
       background-image:url(images/PNG/sidebartop.png);
    
       }
    
     #sidebar ul
       {
       list-style: none;
       margin: 0px; padding:5px 0px 0px 0px;
    
       }
    
       #sidebar li
       {
       margin: 0px;
       margin: 0px 0px 0px 45px;
       }
    
       #sidebar li h2
       {
       margin: 0px;
       font-size:12px;
       font:normal Rockwell, Georgia, Arial;
       color:#F90;
       }
    
     #sidebar ul ul
       {
       list-style: none;
       margin: 0px;
       font-size:11px;
       font: normal Georgia, Arial;
       }
    
       #sidebar ul ul li
       {
       margin: 0px;
       font: normal 11px Georgia, Arial;
      padding:0px 0px 0px 15px;
       }
    
       #sidebar ul ul li a
       {font: normal 11px Georgia, Arial;
       text-decoration:none
       }
    
       #sidebar ul ul li a:hover
       {text-decoration:underline;
       color:#CCC;
       }
    
    .bottom_sidebar
       {
    
       float: right;
       height: 40px;
       width: 289px;
       background-image:url(images/PNG/sidebarbottomtwo.png);
       font:Georgia, Arial;
       font-size:12px;
       padding:0px 0px 0px 0px;}
    
    #search
       { padding:0px 0px 15px 35px; }
    
     #search input
       {background-color:#F90;
       color:#000;
       font:Arial, Helvetica, sans-serif;
    
     }
    
    #search #searchsubmit
       {
       background: #b1b1b1;
    }
    
    #footer
       {
       background:#999966;
       height: 34px;
       text-align: left;
       width: 842px;/*909*/
       background-image:url(images/PNG/bottomfooter.png);
       }
    
     #footer .column1
       {
       background:#FF3333;
       float: left;
    	width: 300px;
       }
    
       .column1 .bottom
       {
    
    }
    
       .column1 a
       {
       text-decoration: none;
       }
    
       #footer .column2
       {
       background-color:#006699;
       float: left;
       width: 250px;
       }
    
       .column2 h2
       {
       }
    
       .column2 ul
       {
       list-style: none;
       }
    
       .column2 a
       {
       text-decoration: none;
       }
    
    .clear {
      clear: both;
    }
    Thread Starter mhensler

    (@mhensler)

    Thanks, I never dealt a whole lot with floats so it’s all new to me….I was able to get the red border around the sidebar and blogcontent, but the rest of the alignment is off. I placed clears after each END of floated containers in it’s own container. Should the clears be INSIDE the div of the floating container? Here’s what it looks like now

Viewing 15 replies - 1 through 15 (of 18 total)