CSS footer issues

im trying to get my footer to sit at the bottom of the page
no matter how
much content is on the page..
the page is setup as a gallery with thumbnails to the left
and main image to
the right..
Here is the code im using currently.. and it seems to push
the footer down
so far that you have to scroll to see it on the pages that
have little
images that do not require you to scroll to see.
I got the css code from this site:
http://ryanfait.com/sticky-footer/
Can anyone offer any suggestions or sites i can look into
accomplishing
this..
i mainly have a bigger spacing issue within Safari browser if
that makes a
different..
margin: 0;
padding: 0;
border: 0;
html, body {
height: 100%;
margin-top: 0;
margin-left: 0;
background-color: #553D28;
text-align:center;
/* Footer Wrapper */
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -30px; /* the bottom margin is the negative
value of the
footer's height */
.footer, .push {
height: 30px; /* .push must be the same height as .footer */
/* End Footer Wrapper */
ASP, SQL2005, DW8 VBScript, Access

i mainly have a bigger spacing issue within Safari browser if
that makes a
different..
ASP, SQL2005, DW8 VBScript, Access
"Daniel" <[email protected]> wrote in message
news:g1o081$l2b$[email protected]..
> im trying to get my footer to sit at the bottom of the
page no matter how
> much content is on the page..
>
> the page is setup as a gallery with thumbnails to the
left and main image
> to the right..
>
> Here is the code im using currently.. and it seems to
push the footer down
> so far that you have to scroll to see it on the pages
that have little
> images that do not require you to scroll to see.
>
> I got the css code from this site:
>
http://ryanfait.com/sticky-footer/
>
> Can anyone offer any suggestions or sites i can look
into accomplishing
> this..
>
> * {
> margin: 0;
> padding: 0;
> border: 0;
> }
>
>
> html, body {
> height: 100%;
> margin-top: 0;
> margin-left: 0;
> background-color: #553D28;
> text-align:center;
> }
>
> /* Footer Wrapper */
> .wrapper {
> min-height: 100%;
> height: auto !important;
> height: 100%;
> margin: 0 auto -30px; /* the bottom margin is the
negative value of the
> footer's height */
> }
>
> .footer, .push {
> height: 30px; /* .push must be the same height as
.footer */
>
> }
> /* End Footer Wrapper */
>
> --
> ASP, SQL2005, DW8 VBScript, Access
>

Similar Messages

  • Dreamweaver CS3 3 column CSS footer issue

    Has anyone used the Three Column Absolutely Positioned Header
    and Footer (thrColAbsHdr) CSS template in Dreamweaver CS3? If so,
    has anyone figured out how to address issue of Sidebar1 and
    Sidebar2 content floating over top of the footer (instead of
    growing and pushing the footer down)?
    Adrian Senior appears to have addressed it regarding the
    twoColElsLtHdr CSS...
    http://www.adobe.com/devnet/dreamweaver/articles/css_concepts_pt3_cs3.html
    I've tried his suggestion and it still doesn't appear to be
    working properly with this CSS/template (thrColAbsHdr).

    Example 3-column CSS layout:
    http://alt-web.com/TEMPLATES/3-col-fixed-layout.shtml
    CSS divisions do not produce equal height columns.  You'll need to trick the eye into thinking they are equal  buy using a repeating background-image that tiles down the page.  This technique is called Faux Columns.
    You can see a crude example here:
    http://alt-web.com/TEMPLATES/3-col-white-gray.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • CSS Layout issue!! Help Urgent!!

    I am having a problem with creating a css layout, in the past i used tables and am trying to convert my sites for my customers. I have layed out the website using divs and css and it looks great until i put in the cosing of the menu bar. when i put in the coding for the menu bar suddenly the bar has a padding around it but i cannot find a padding that would change this in the css coding. I need this done asap! so please help. ill show my coding below:
    this is the div coding:
    <div id=Nav>
       <ul class="dropdown" id="Bar"; width: 879px" name="Bar">
             <li class="style16" style="width: 161px; height: 22px">
       <a href="default.html" style="width: 146px">Home</a></li>
             <li class="style10" style="width: 169px; height: 23px">
       <a href="about.html" style="width: 153px">About</a></li>
         <li class="" style="height: 31px; width: 175px; left: 0px; top: 0px">
       <a href="Equipment.html" class="style18">
       <div class="style10" style="width: 156px; height: 20px;">
        Equipment</div>
       </a> <ul class="sub_menu">
                <li><a href="compressor.html">Air Compressors</a></li>
                <li><a href="compactions.html">Compaction</a></li>                            
                <li><a href="concrete.html">Concrete Equipment</a></li>
                <li><a href="forklifts.html">Fork Lifts</a></li>
                <li><a href="generators.html">Generators</a></li>                            
                <li><a href="groundthawing.html">Ground Thawing</a></li>
                <li><a href="heaters.html">Heaters</a></li>
                <li><a href="scissorlifts.html">Scissor Lifts</a></li>                            
                <li><a href="boomlifts.html">Boom Lifts</a></li>
                <li><a href="lighttowes.html">Light Towers</a></li>
                <li><a href="misc.html">Misc.</a></li>                            
                <li><a href="dirtequipment.html">Dirt Equipment</a></li>
                <li><a href="powertools.html">Power Tools</a></li>
                <li><a href="pumps.html">Pumps | Saws | Welders</a></li>                              
                     </ul>
             </li>
             <li style="width: 165px"><a href="locations.html">
       <div class="style10" style="width: 154px">
        Locations</div>
       </a>
               </li>
                 <li style="width: 180px"><a href="contact.html">
       <div class="style16" style="height: 24px">
        Contact Us</div>
       </a>         </li>
            </ul>
      </div>
    This is the css coding:
    #wrapper {
    width: 880px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f4f4f4;
    #Navigation {
    background-image: url(Images/NAvigation%20BAr.jpg);
    background-repeat: no-repeat;
    width: 880px;
    visibility: visible;
    height: 3-px;
    vertical-align: top;
    Nav {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 20px !important;
    #wrapper1 {
    width: 876px;
    margin-right: auto;
    margin-left: auto;
    color: #F4F4F4;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #716375), color-stop(1, #E8E8E8));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #716375 0%, #E8E8E8 100%);
    margin-bottom: auto;
    #Bar {
    background-repeat: no-repeat;
    width: 880px;
    height: 28pt;
    overflow: visible;
    background-image: url(Images/NAvigation%20BAr.jpg);
    position: relative;
    vertical-align: top;
    #container {
    width: 880px;
    color: #000;
    background-color: #EDEDED;
    dominant-baseline: 578px;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #716375), color-stop(1, #E8E8E8));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #716375 0%, #E8E8E8 100%);
    margin-bottom: auto;
    #content {
    float: left;
    color: #090;
    width: 580px;
    padding-right: 6px;
    background-color: #033;
    margin-top: 20px;
    .container {
    color: #000;
    background-color: #ff6;
    width: 876px;
    #expect {
    height: 164px;
    width: 294px;
    float: right;
    position: relative;
    background-color: #C90;
    margin-left: 582px;
    padding-top: 10px;
    #hours {
    float: left;
    height: 55px;
    width: 294px;
    line-height: 4px;
    word-spacing: normal;
    white-space: normal;
    display: inline;
    letter-spacing: normal;
    padding-top: 10px;
    font-size: 13pt;
    color: #000;
    margin-left: 586px;
    background-color: #F99;
    #footer {
    height: 76px;
    width: 880px;
    background-color: #CC0;
    clear: both;
    #cards {
    float: right;
    height: 31px;
    width: 294px;
    margin-left: 582px;
    padding-top: 10px;
    background-color: #F36;
    #contact {
    float: left;
    height: 328px;
    width: 293px;
    word-spacing: normal;
    white-space: normal;
    line-height: 1px;
    color: #000;
    display: inline;
    font-size: 14pt;
    background-color: #FFF;
    padding-top: 10px;
    margin-top: 20px;
    #header {
    background-image: url(Images/Proquip%20Logo/Proquip%20logo2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 885px;
    height: 126px;
    background-color: #000;
    margin-right: 2.5px;
    margin-left: 0px;
    #wrapper #container #contact p strong {
    color: #800000;
    font-size: 14pt;
    #wrapper #container #contact blockquote p a {
    color: #000;
    #wrapper #container #expect div {
    color: #900;
    font-size: 14pt;
    font-weight: bold;
    #wrapper #container #hours div {
    color: #900;
    font-size: 14pt;
    font-weight: bold;
    #box2 {
    background-image: url(Images/Option%201/Services/whitebox2.jpg);
    #box3 {
    background-image:url(Images/Option%201/Services/redbox2.jpg);
    background-repeat:no-repeat;
    background-position: center center;
    #gold {
    background-image:url(Images/Option%201/Logos/gold.gif);
    background-repeat:no-repeat;
    #white {
    background-image:url(Images/Option%201/ProQuip-Pics/box1.gif);
    background-repeat:no repeat;
    #forklift {
    background-image:url(Images/Option%201/ProQuip-Pics/34-01-4380.jpg);
    background-repeat:no-repeat;
    #scissorlift {
    background-image:url(Images/Option%201/ProQuip-Pics/jlg-scissor-lifts-21.jpg);
    background-repeat:no-repeat;
    /* Navigation Menu- Level one */
    ul {
    list-style: none
    ul.dropdown {
    font-size: 13pt;
    color: #000000;
    height: 25px;
    text-decoration: none !important;
    width: 860px;
    position: relative;
    vertical-align: top;
    ul#Bar.dropdown {
    width: 878px;
    position: relative;
    vertical-align: top;
    ul.dropdown li {
    font-weight: 600;
    float: left;
    zoom: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    display: block;
    width: 175px;
    color: #000000;
    top: 25px;
    text-decoration: none !important;
    text-align: center;
    ul.dropdown a:hover {
    color:#cc0000;
    ul.dropdown a:active {
    color: #000000;
    ul.dropdown li a {
    display: block;
    border-right: 1px solid#333;
    color: #000000;
    border-right-width: 1px;
    text-decoration: none !important;
    text-align: center;
    ul.dropdown li:last-child a {
    border-right:none; /* does not wotk in IE */
    text-decoration:none !important; } 
    ul.dropdown li.hover,
    ul.dropdown li.hover {
    color: #000000;
    position: relative;
    height: 28px;
    top: 0px;
    ul.dropdown li.hover a {
    color:#800000;
    /* Level Two Navigation */
    ul.dropdown ul {
    width: 180px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 36%;
    display: block;
    float: left;
    color: #000000;
    text-decoration: none !important;
    height: 25px;
    ul.dropdown ul li {
    font-weight: normal;
    color: #000000;
    border-bottom: 1px solid #ccc;
    float: left;
    border-bottom-color: #c0c0c0;
    border-bottom-style: groove;
    display: block;
    background-color: #dbdbdb;
    text-decoration:none !important;
    /* IE 6&7 needs inline block */
    ul.dropdown ul li a {
    border-right: none;
    display: inline-block;
    height: 18px;
    line-height: 16px;
    color: #000000;
    width: 100%;
    text-decoration: none !important;
    /* Level Three Navigation */
    ul.dropdown ul ul {
    top: 100%;
    color: #000000;
    text-decoration: none !important;
    ul.dropdown li:hover>ul {
    visibility: visible;
    color: #000000;
    top: 30px;
    text-decoration: none !important;

    I have the site using tables up and running, this is a website for a client so I cant make a test site using that domain would it be ok if I screen shot'ed the problem?
    Date: Thu, 24 Apr 2014 12:19:44 -0700
    From: [email protected]
    To: [email protected]
    Subject: CSS Layout issue!! Help Urgent!!
        Re: CSS Layout issue!! Help Urgent!!
        created by Jon Fritz II in Dreamweaver support forum - View the full discussion
    Well, you're not using position:absolute, so you've got a big thumbs up from a bunch of us for that.
    Is there any chance you could post a link to this page on your server? It's much easier to troubleshoot from a browser than it is to rebuild the page from code fragments.
    If you haven't gone live with the page yet, create a folder called TEST in your site and save copies of the page and css there. Upload TEST and post a link to it here. Once the problem is found/fixed, delete TEST from the server.
    You can also attempt to use Firefox or Chrome to find your issue by right clicking > Inspect Element. All CSS that affects a given element will be displayed with file name and line numbers there.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6327947#6327947
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6327947#6327947
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6327947#6327947. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Dreamweaver support forum at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • CSS footer in IE will not go to footer area

    I have a 2 column, header, and footer template and am trying
    to do CSS
    correctly in CS3 & php. Problem is the footer will not to
    below the
    longer sidebard when viewed in IE. It works just fine in FF
    in tht
    respect. below is the page. Can someone point me to where I
    have goen
    wrong?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Simply Wings Hand Crafted Jewelry and
    Gifts</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" --><!--
    TemplateEndEditable -->
    <style type="text/css">
    <!--
    body {
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10;
    width: 740px;
    #headerRight {
    position: absolute;
    height: 15px;
    text-align: right;
    vertical-align: middle;
    letter-spacing: normal;
    left: 540px;
    top: 30px;
    #HeaderTitle {
    left: 110px;
    position: relative;
    top: -30px;
    background-image: url(../Images/Header-Words.gif);
    background-repeat: no-repeat;
    height: 35px;
    width: 300px;
    #HeaderBottom {
    background-color: #669933;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: medium;
    top: -23px;
    position: relative;
    font-style: oblique;
    #SideBarLeft {
    float: left;
    width: 125px;
    #SideBarHeaders {
    background-color: #5858A6;
    position: relative;
    width: 125px;
    background-position: left center;
    font-weight: bolder;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    #EditableContent {
    width: 600px;
    padding-left: 10px;
    .clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    #footer {
    padding: 0 10px 0 20px;
    background-color: #F7F7F7;
    #footer p {
    margin: 0; /* zeroing the margins of the first element in
    the footer
    will avoid the possibility of margin collapse - a space
    between divs */
    padding: 10px 0; /* padding on this element will create
    space, just as
    the the margin would have, without the margin collapse issue
    .FooterLower {
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    .FooterLower a:link, a:visited, a:active {
    color: #999999;
    text-decoration: underline;
    .FooterLower a:hover {
    color: #000000;
    text-decoration: underline;
    .FooterUpper {
    text-align: center;
    letter-spacing: .25em;
    .FooterUpper a:link {
    color: #5858A6;
    text-decoration: none;
    .FooterUpper a:hover, a:visited, a:active {
    color: #000000;
    text-decoration: none;
    -->
    </style>
    <!--[if IE]>
    <style type="text/css">
    #sidebar1 { padding-top: 30px; }
    #EditableContent { zoom: 1; }
    </style>
    <![endif]-->
    <script src="../SpryAssets/SpryMenuBar.js"
    type="text/javascript"></script>
    <link href="../SpryAssets/MainTempVMenu.css"
    rel="stylesheet"
    type="text/css" />
    </head>
    <body>
    <img src="../Images/logo1s.gif" alt="Simply Wings Logo"
    width="100"
    height="71" />
    <div id="headerRight"><a href="#">About Us
    </a>          <a
    href="#">Shopping Cart</a></div>
    <div id="HeaderTitle"></div>
    <div align="center" class="FontWhite"
    id="HeaderBottom">What kind of
    wings do you like to wear?<br />
    Is there someone special in your life that deserves a pair
    of wings?
    </div>
    <!-- Start side bar menus-->
    <div id="SideBarLeft">
    <div id="SideBarHeaders">Gifts For</div>
    <br />
    <ul id="MenuBar1" class="MenuBarVertical">
    <li><a href="#">Her</a> </li>
    <li><a href="#">Him</a></li>
    <li><a href="#">Pets</a></li>
    </ul><br />
    <div id="SideBarHeaders">Gallery of Wings</div>
    <br />
    <ul id="MenuBar2" class="MenuBarVertical">
    <li><a href="#">Butterflies</a>
    </li>
    <li><a href="#">Dragon
    Flies</a></li>
    <li><a href="#">Bees</a> </li>
    <li><a href="#">Birds</a></li>
    <li><a href="#">Angels</a></li>
    <li><a href="#">Faries</a></li>
    <li><a href="#">Lady Bugs</a></li>
    <li><a href="#">Feathers</a></li>
    <li><a href="#">Dragons</a></li>
    </ul><br />
    <div id="SideBarHeaders">Shop by Type</div>
    <br />
    <ul id="MenuBar3" class="MenuBarVertical">
    <li><a href="#">Earings</a> </li>
    <li><a href="#">Necklaces</a></li>
    <li><a class="MenuBarItemSubmenu"
    href="#">Sets</a>
    <ul>
    <li><a href="#">Earings &amp;
    Necklaces</a> </li>
    <li><a href="#">Earrings &amp;
    Pendants</a></li>
    </ul>
    </li>
    <li><a href="#">Bracelets</a></li>
    <li><a href="#">Pins</a></li>
    <li><a href="#">Rings</a></li>
    <li><a href="#">Pendants</a></li>
    <li><a href="#">Book Marks</a></li>
    <li><a href="#">Book Thongs</a></li>
    <li><a href="#">Lariats</a></li>
    <li><a href="#">Fan Pull</a></li>
    <li><a href="#">Purse Pull</a></li>
    </ul>
    </div>
    <!-- end menu and start editable content-->
    <div id="EditableContent"><!--
    TemplateBeginEditable name="main" -->
    <p>main section</p>
    <p> </p>
    <p>another line of content that can go on for a long
    long long long
    loing time until, it reaches the edge and does a soft
    return</p>
    <br class="clearfloat" />
    <!-- TemplateEndEditable --></div>
    <p>
    <!-- end editable content -->
    <div id="footer">
    <p class="FooterUpper"><a href="#">Gift
    Cards</a>      <a
    href="#">Customer
    Service</a>      <a
    href="#">Jewelry
    Definitions </a></p>
    <p align="center" class="FooterLower"><a
    href="#">Privacy
    Policy</a>      <a
    href="#">Legal
    Notices</a>      <a
    href="#">Contact
    Us</a></p>
    </div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1",
    {imgRight:"/SpryAssets/SpryMenuBarRightHover.gif"});
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2",
    {imgRight:"/SpryAssets/SpryMenuBarRightHover.gif"});
    var MenuBar3 = new Spry.Widget.MenuBar("MenuBar3",
    {imgRight:"/SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>

    Got up this morning fresh and I figured it out. Do a clear
    left on the
    footer and it does what one would think it would do. A
    special thanks
    to David Powers for his new book Essential Guide CS3 for the
    solution
    was there that I had read a few days ago.
    www.simplywings.com

  • CSS Footer That Stays at Bottom of Viewport

    I have read through others' postings about this issue, and
    I'm having trouble implementing CSS to force my footer to stay at
    the bottom of the viewport, no matter the size of the viewport.
    I have followed the tutorial at
    http://solardreamstudios.com/learn/css/footerstick/
    and it keeps the footer below the bottom edge of the viewport so
    you have to scroll down to find it. I tried the tutorial on A List
    Apart as well.
    In my test page, the content above the footer is empty save
    for a single line of sample text so that is not forcing the footer
    below the bottom edge of the screen.
    I'd like to know how to keep the footer visible and fixed to
    the bottom of the viewport at all times so that its position
    adjusts up or down with on the content divs above it and the height
    of those divs.
    Could any one recommend a good tutorial or let me know how to
    tweak my code? The design is still at a really rough stage, by the
    way.
    My test page is:
    http://www.kjmassoc.com/2007/floated%20columns.html
    and my CSS for the footer is in
    http://www.kjmassoc.com/2007/css/screen/layout.css.

    To revert to Muse 2.3, remove any installed copies of Muse (using Remove Programs on Windows or the Uninstall Adobe Muse application from Applications/Utilities/Adobe Installers on the Mac). Then install Muse 2.3 from:
    http://labsdownload.adobe.com/pub/adobemuse/builds/muse_2-3_install_ma c.dmg
    http://labsdownload.adobe.com/pub/adobemuse/builds/muse_2-3_install_wi n.exe
    We're actively working to determine the cause of the issues and trying to fix them for our users.
    Regards,
    Sachin

  • CSS Menu issues

    hi.
    Can anyone help tell me why my menu is displaying like shown in the picture?
    * I want About Us and Services to be the same height as home and contact
    * The sub menus are all weird, as you can see there are three additional items that should be showing but they end up as little grey boxes. There are no sub sub menus.
    I have naughtily copied and chopped a menu from another site I did a while back so is probably random bits in there (sub sub menu bits). I don't do sites very often as I am not very good (as you can tell) and have been messing for 90 mins now and getting hardly nowhere so any pointers would be good.
    My site will be a fluid width so it adapts to different devices (to a fashion!)
    CSS:
    @charset "utf-8";
    #nav, #nav ul{
        font:Arial, Helvetica, sans-serif;
        font-size:95%;
        align:center;
        padding:0;
        list-style-type:none;
        list-style-position:outside;
        position:relative;
        /*line-height:30px;*/
        width: 99%;
        Z-index:1000;
        border: 1px solid #000;
    #nav a:link, #nav a:active, #nav a:visited{
        display:block;
        color:#000;
        text-decoration:none;
        background:#E0E0E0;
        z-index:1000;
        padding: 8px 5px;
        line-height: 30px;
    #nav a:hover{
        background:#CCC;
        color:#000;
        z-index:1000;
    #nav li{
        float:left;
        position:relative;
        width:24%;
        background: #CCC;
        z-index:1000;
        text-align: center;
        border: 1px solid #000;
    #nav ul {
        position:absolute;
        width:25%;
        top:30px;
        left:-1em;
        display:none;
        z-index:1000;
    #nav li ul a{
        width:12em;
        float:left;
        z-index:1000;
    #nav ul ul{
        top:auto;
        height:inherit
        z-index:1001;
    #nav li ul ul {
        left:12em;
        margin:-1px 0 0 10px;
        z-index:1001;
    #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
        display:none;
    #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
        display:block;
    Thanks in advance.

    <!doctype html>
    <html lang="en-us">
    <head>
    <meta charset="utf-8">
    <title>CSS Menu</title>
    <style>
        padding:0;
        margin:0;
         -moz-box-sizing:border-box;
         -webkit-box-sizing:border-box;
         box-sizing:border-box;
    nav ul {
        list-style-type:none;
        height:0px;
        min-width:440px;
    nav li {
        width:25%;
        background-color:gray;
        float:left;
        min-width:100px;
    nav a {
        display:block;
        height:100%;
        width:100%;
        padding:5px 8px;
        text-decoration:none;
        color:white;
    nav ul li ul {
        display:none;
    nav ul li:hover {
        background-color:#B7B7B7;
    nav ul li:hover ul {
        display:block;
    nav ul li ul li {
        float:none;
        width:100%;
    </style>
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Kutbax Arboricultural Contractors</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    body {
      font: 100% Verdana, Arial, Helvetica, sans-serif;
      margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
      padding: 0;
      text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
      color: #000000;
      background-color: #FFF;
    img {
        max-width: 100%;
        height: auto;
        width: auto\9; /* ie8 */
    .oneColLiqCtrHdr #container {
      width: 90%;  /* this will create a container 80% of the browser width */
      background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
      border: 1px solid #000000;
      text-align: left; /* this overrides the text-align: center on the body element. */
      margin-top: 0;
      margin-right: auto;
      margin-bottom: 0;
      margin-left: auto;
      font-size: 90%;
    .oneColLiqCtrHdr #header {
      padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
      text-align: right;
      background-color: #FFF;
    .oneColLiqCtrHdr #header h1 {
      margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
      padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    .oneColLiqCtrHdr #mainContent {
      padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
      background: #FFFFFF;
    .oneColLiqCtrHdr #footer {
      padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
      background:#DDDDDD;
    .oneColLiqCtrHdr #footer p {
      margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
      padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .bottomtext { font-family: "Times New Roman", Times, serif;
      font-size: 10pt;
      text-align: center;
    .HEADER { font-family: Papyrus;
      font-size: 16pt;
      font-weight: 900;
      color: #000;
    .a2 { font-size: 14px;
      color: #402000;
    .a2 { font-weight: bold;
      font-family: Arial, Helvetica, sans-serif;
      color: #000;
    -->
    </style><link href="../kutbaxmenu.css" rel="stylesheet" type="text/css" />
    <link href="../kutbaxmenu.css" rel="stylesheet" type="text/css" />
    </head>
    <body class="oneColLiqCtrHdr">
    <div id="header">
        <p class="HEADER"><img src="../Kutbax Logo.jpg" width="100" height="97" hspace="10" vspace="5" align="left" /></p>
        <p class="HEADER">KUTBAX</p>
        <p class="HEADER"><strong> ARBORICULTURAL CONTRACTORS</strong><strong></strong></p>
        <p class="a2">Telephone: 01827 874818 Email: <a href="mailto:[email protected]">[email protected]</a></p>
      <!-- end #header -->
      </div>
      </head>
      <div><body>
      <p> </p>
      <div>  <nav>
        <ul>
          <li><a href="../index.html">Home</a></li>
          <li><a href="#">About Us</a>
            <ul>
              <li><a href="../company.html">Company</a></li>
              <li><a href="../insurance.html ">Insurance</a></li>
              <li><a href="../policies.html ">Policies</a></li>
              <li><a href="../machinery.html">Machinery</a></li>
              <li><a href="../workscompleted.html ">Works Completed</a></li>
            </ul>
          </li>
          <li><a href="#">Services</a>
            <ul>
              <li><a href="../treesurgery.html">Tree Surgery</a></li>
              <li><a href="../japaneseknotweed.html ">Japanese Knotweed</a></li>
              <li><a href="../siteclearance.html ">Site Clearance</a></li>
              <li><a href="../treeplanting.html">Tree Planting</a></li>
            </ul>
          </li>
          <li><a href="../contact.html">Contact Us</a></li>
        </ul>
        </nav>
    </div>
    <!-- TemplateBeginEditable name="maincontent" -->
      <div id="mainContent">
        <h1>  Content </h1>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam,  justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam  ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo  porttitor, felis. Nam blandit quam ut lacus. Quisque ornare risus quis  ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean  sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at,  odio. Donec et ipsum et sapien vehicula nonummy. Suspendisse potenti. Fusce  varius urna id quam. Sed neque mi, varius eget, tincidunt nec, suscipit id,  libero. In eget purus. Vestibulum ut nisl. Donec eu mi sed turpis feugiat  feugiat. Integer turpis arcu, pellentesque eget, cursus et, fermentum ut,  sapien. Fusce metus mi, eleifend sollicitudin, molestie id, varius et, nibh.  Donec nec libero.</p>
        <h2>H2 level heading </h2>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam,  justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam  ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo  porttitor, felis. Nam blandit quam ut lacus. Quisque ornare risus quis  ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean  sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at, odio.</p>
        <!-- end #mainContent -->
      </div>
      <!-- TemplateEndEditable -->
      <div id="footer">
        <p align="center"><span class="bottomtext">© Copyright 2014 - Kutbax Arboricultural Contractors Ltd - UK Reg No. 06475048 -   All Rights Reserved<br />
    Kutbax House, 134 Hurley Common, Hurley, Atherstone, CV9 2LR</span></p>
        <div align="center">
          <!-- end #footer -->
        </div>
      </div>
    <!-- end #container --></div>
    </body>
    </html>

  • REPOST : ie6 CSS menu issue

    Hello Forum,
    I've been working on a new layout for a site that uses CSS
    menus with background images. It displays just fine in FireFox 2,
    FF3, and ie7 but not in ie6. Even the footer has problems in ie6.
    Link =
    Would greatly appreciate some input on this problem.
    Thanks,
    - Cory C.
    http://www.palmtek.com/test/indexRev2b.htm

    >Did a link to the stylesheet versus import change
    anything?
    >As IE6 doesn't work well with @import, I was sure that
    was why it wasn't
    >picking up the styles.
    >On the chance that it's compounded issues, could you post
    a link to the page
    >with a linked stylesheet so we could play with it a bit?
    The direct link didn't change anything so I reversed that
    back. I also changed the images to gif's for a hail-mary option.
    For those of you that aren't challenged enough.
    The Page:
    http://www.palmtek.com/test/indexRev2b.htm
    The Style Sheets:
    http://www.palmtek.com/test/CSSMenuWriter/cssmw/menu.css
    http://www.palmtek.com/test/styles/mainStyler.css
    Script:
    http://www.palmtek.com/test/CSSMenuWriter/cssmw/menu.js
    I've started this in another menu extension that works fine
    so far from "plug-in labs".
    Thanks for the feedback everyone.
    God bless the winner that figures it out!

  • Ie6 CSS menu issue

    Hello Forum,
    I've been working on a new layout for a site that uses CSS
    menus with background images. It displays just fine in FireFox 2,
    FF3, and ie7 but not in ie6. Even the footer has problems in ie6.
    Link =
    http://www.palmtek.com/test/indexRev2b.htm
    Would greatly appreciate some input on this problem.
    Thanks,
    - Cory C.

    >Did a link to the stylesheet versus import change
    anything?
    >As IE6 doesn't work well with @import, I was sure that
    was why it wasn't
    >picking up the styles.
    >On the chance that it's compounded issues, could you post
    a link to the page
    >with a linked stylesheet so we could play with it a bit?
    The direct link didn't change anything so I reversed that
    back. I also changed the images to gif's for a hail-mary option.
    For those of you that aren't challenged enough.
    The Page:
    http://www.palmtek.com/test/indexRev2b.htm
    The Style Sheets:
    http://www.palmtek.com/test/CSSMenuWriter/cssmw/menu.css
    http://www.palmtek.com/test/styles/mainStyler.css
    Script:
    http://www.palmtek.com/test/CSSMenuWriter/cssmw/menu.js
    I've started this in another menu extension that works fine
    so far from "plug-in labs".
    Thanks for the feedback everyone.
    God bless the winner that figures it out!

  • Report Builder - Last page issue and Report Footer issue

    I am using ColdFusion 9 Report Builder, am new to this product and encountering 2 issues.
    Issue 1 - I have a field that I would like to print on the last page of my report.  How can I determine the last page?  I initially tried using a calculated field set to the 'highest' calc.Page_Number.  Then I could compare the current page to the last page in the 'Print When' property.  But calc.Page_Number can not be used in a definition of a calculated field.
    Issue 2 - Depending on the amount of report detail, sometimes my report footer prints alone, without a page header and page footer.  The report includes this page in the total number of pages.  For example, if it is a 2 page report, the page header on page 1 will display Page 1 of 2.  Then the only data on Page 2 is the Report Footer.  No page header or page footer prints. 
    Any assistance on these issues would be most appreciated.  To date, using the Report Builder has not been easy.

    To issue 1: The report contains a report band called report footer. thsi is always at the last page. The report footer band initially is collapsed, so you have to expand it by dragging the last band divider.
    To issue 2: I guess this is a page break calculating error when detail data reaches really near the page footer area.
    Try some experiments with different setting of the following properties/issues:
    - in elements, e.g. calculating fields in the bands between report detail and page footer: In Properties / Print Control / Printing Options: Activate the option "Remove line when blank". This will remove the whole report band area if this field is blank. May save some empty space.
    - try to remove unused empty space between detail rows.
    - try to resize and reposition all detail fields so that they snap to the grid.
    Best regards

  • EPUB CSS exporting issue

    Today I came across an important issue in InDesign's CSS creation during EPUB export. It is best described here:
    http://www.pigsgourdsandwikis.com/2010/05/indesign-flubs-exporting-headers-to.html
    But I will paraphrase... When a paragraph style is defined as part of the TOC, and therefore becomes one of the 'headers' on EPUB export, the 'margin' settings for that style (which come from the 'space before', 'space after', 'left indent', and 'right indent' settings in the paragraph style) are not correctly set. For example, instead of setting the margin as 1 em, InDesign will set it as 0.01 em (which has little or no effect on the appearance of the text).
    This only occurs when a paragraph style is part of the TOC and thus becomes a header in the CSS file. If it is not a header, the conversion to margin settings in CSS seems to work fine.
    I couldn't find anything about this on the forums, so I thought I should post it. It seems that right now, the only workaround is to manually edit the CSS file. I have been using Sigil to do this. I should add that I'm using InDesign CS5 on Snow Leopard - I don't know if the problem existed with CS4.

    Hi refer this link
    http://shivabizint.wordpress.com/2011/08/26/export-more-than-6500-obiee-11g-records-to-excel/
    Please mark if its helps you......

  • Newly Occuring CSS SSL Issue in Chrome, FF10, IE9 with L5 rules; 3 second delay, loss of L5 stickyness

    We recently started suffering an issue with our CSS11501S-K9 units not performing URL stickiness on our SSL wrapped L5 rules.  I've spent dozens of manhours working on the problem, and have quite a bit of information to report, including a solution.  There is a high probability that anybody who uses SSL to an L5 rule on a CSS unit will become affected by this problem over the next few weeks/months as users update their browsers with new SSL patches.  
    We hadn't made any changes to our config in months, and eliminated hardware problems by testing a second unit. 
    Here are the exact symptoms we saw:
      Browsers affected: Firefox 10, Chrome, IE9, others (and some earlier versions of IE depending on patch levels)
      Browsers not affected: FireFox 3.5, w3m 0.5.2, curl7.19.7
      Impact 1: For SSL Rules backed by L5 rules, the initial response to the first request would be 3 seconds.  Further requests on the same TCP connection would not be delayed
      Impact 2: L5 rules being accessed via SSL would nolonger perform any URL based stickiness.  Accessing the same rule skipping SSL, would work fine
    I focused on the 3 second delay, since that was a new issue and was easier to debug than monitoring multiple servers to see if stickiness was broken.  This is what I found when a client tries to connect to an SSL rule that ultimately is routed to a L5 HTTP rule:
    1. Client/CSS perform initial TLS handshake, crypto cyphers determined (nearly instantly)
    2. Client sends HTTP 1.1 request for resource (nearly instantly)
    3. 3 seconds of no traffic in our out of the CSS related to this request
    4. CSS opens an HTTP connection to backend webserver, backend webserver responds (nearly instantly)
    5. The CSS seems to route to the backend server using the balance method (round-robin) instead of the advanced-balance method (url)
    6. Response is sent to the client with the resource (nearly instantly)
    7. Future requests sent from the browser on the same TCP connection have no delay, but the advanced-balance continues to be ignored
    The 3 seconds is quite an exact figure (within a few milliseconds) and appears to be entirely happening inside of the CSS unit itself, since it does not connect to the backend server until after the 3 seconds elapse.  3 seconds smelled like some sort of internal timeout set in the CSS unit after it gives up waiting for something.
    Looking at the packets from affected browsers I discovered that the GET /foobar HTTP/1.1 request was being broken into two separate TLSv1 application messages, the first was 24 bytes and the second was 400 bytes.  Decrypting these messages I found the first message was a
    G
    and the second message was:
    ET /foobar HTTP/1.1
    This essentially splits the initial request the client is sending into two pieces.  This confuses wireshark so much, it doesn't decode this as a HTTP request, and just decodes it as "continuation or non-HTTP traffic".
    On the working browsers I saw only one TLSv1 application message, decrypting it I saw:
    GET /foobar HTTP/1.1
    (obviously I'm simplifying the contents of the request, there were lots of headers and stuff)
    I am aware that the CSS can't handle L5 rules appropriately if they get fragmented, so I suspected this was the problem.  I pulled a packet trace from a few years ago, and at that time confirmed we never saw a double TLSv1 application messages before. 
    A number of openssl vulnerabilities were recently fixed: http://www.ubuntu.com/usn/usn-1357-1
    and browsers may have been recently updated to fix some of these issues, changing the way they encode their traffic. 
    Solution:
    Our ssl config looked something like this:
    ssl-proxy-list SSL_ACCEL
      ssl-server 10 vip address XX.XX.XX.XX
      ssl-server 10 rsakey XXXX
      ssl-server 10 cipher rsa-with-3des-ede-cbc-sha XX.XX.XX.XX 80
      ssl-server 10 cipher rsa-with-rc4-128-sha XX.XX.XX.XX 80
      ssl-server 10 cipher rsa-with-rc4-128-md5 XX.XX.XX.XX 80
      ssl-server 10 unclean-shutdown
      ssl-server 10 rsacert XXXXXX
    Removing:
      ssl-server 10 cipher rsa-with-3des-ede-cbc-sha XX.XX.XX.XX 80
    Solves the problem.  After that's removed, the browsers will nolonger fragment the first character of their request into a separate TLSv1 message.  The 3 second delay goes away, and L5 stickiness is fixed.  The "CBC" in the cyper refers to Cypher-Block-Chaining (a great article here:
    http://en.wikipedia.org/wiki/Cipher-block_chaining), and breaking the payload into multiple packages may have been an attempt to initialize the IV for encryption -- although I'm really just guessing, I stopped researching once I verified this solution was acceptable.
    This issue became serious enough for us to notice first on Monday Feb 13th 2012. We believe a number of our large customers distributed workstation updates over the weekend.  The customers affected were using IE7, although my personal IE7 test workstation did not appear to be affected.  It's quite possible our customers were going through an SSL proxy.  I suspect as more people upgrade their browsers, this will become a more serious issue for CSS users, and I hope this saves somebody a huge headache and problems with their production environment.
    -Joe

    Hi Joe,
    That's a very good analysis you did.
    As you already suspected, the issue comes from the TLS record fragmentation feature that was introduced in the latest browser versions to overcome a SSL vulnerability (http://www.kb.cert.org/vuls/id/864643). Unfortunately, similar issues are happening with multiple products.
    For CSS, the bug tracking this issue is CSCtx68270. The development team is actively working on a fix for it, which should be available (in an interim software release, so to get it you wil have to go through TAC) in the next couple of weeks
    In the meantime, as workaround, you can configure the CSS to use only RC4 cyphers (which is what you were suggesting also). These are not affected by the vulnerability, so, browsers don't apply the record fragmentation when they are in use. This workaround has been tested by several customers already, and the results seem to be very positive.
    Regards
    Daniel

  • Smart form Footer issue

    Hai ,
    I have 2 pages in smartforms for delivery note .
    depending on the number of line items for each header one doument may contain more than a single page .
    here the issue is printing the footer .
    as per the requirement i suppose to print the footer text only in the last page of each documnet .
    for example : 123444 ---vbeln is having 3 pages
    then only 3rd page is to be displayed with footer ,
    for example : 123445 ---vbeln is having 3 pages
    then only 3rd page is to be displayed with footer ,
    iam getting for the first document but not for other s .
    earliest responce will be gr8full and wil be awarded.
    regards,

    Hi,
    For the footer text to print u might have used the
    text node.
    In the text node under the conditions tab
    set Only after end of main window.(checkbox)
    Regards,
    Guru

  • Offset footer issue... the footers in part of my document appear at the top of the next pages.

    I am viewing a document from American Express' Credit Secure, which has several sections, using Adobe Reader XI. Each section has slightly different information in the footer relating to its content. In the problematic section, the footer appears at the top of the following page. The rest of those pages are blank. Is anyone who has experienced this issue able to shed some light? Thanks in advance!

    cor-el, thanks for the tip. While I certainly scoured Adobe's preference settings to look for something relating to that exact thing, I never went to their help site until I got your post. I found out that the floating toolbar appears because the PDF opens in'' Read Mode'', which you can turn off for all future documents by doing this:
    * Quit your internet browser
    * Launch Acrobat (or Reader)
    * Choose Edit>Preferences
    * Click on the Internet category on the left
    * Deselect “Display in Read Mode by default”
    * Click the OK button.
    * Relaunch Acrobat
    Something important to note, if you have both Adobe Acrobat and Adobe Reader, you need to do the above in both programs (same steps).

  • Table footer issue in body page of adobe form

    Form has 1 master page and 1 body page. Body page has table within which there is a footer header and detail (2 footers) in the form. My intention is to make footer (both the footers) appear in the last page of the form. For most of the scenarios, footer is displayed at the last page or if it has only 1 page to display, it shows in the first page itself.
    But issue arises when number of rows reaches the maximum length of body page. Let's say, body page can accommodate 11 rows, then footer header is displayed in 1st page but footer detail is shown in next page (2nd page).  I want to show both of these in the last page with 11th record in the last page without any break.
    I've tried below options:
    1. Group both footers as a section and check "Include footer row in final page" in pagination tab.
    2. Mark both the footers individually with check "Include footer row in final page" in pagination tab.
    Is there any other option that I need to look for to solve this issue?

    Thank you Norbert. That solved the problem.
    I've one more question relating to this. Let's say I can only display 11 records in one page with these 2 footer. For 12 records, 2nd page shows last record with these 2 footers. 10 records will be displayed in one page properly. But when it comes to 11 records, 1st page shows all of 11 records and 2 footers with a page header will be shown in 2nd page. Is there a way to control this dynamically so that whenever 11th record needs to be shown, even though body page(or subform) can accommodate 11 records, show the 11th in 2nd page with footers?
    Thanks,
    Phani

  • CSS VIP Issues (Source Group with 'add destination service')

    I have a pair of Cisco CSS 11503 boxes with a ap-kal-pinglist applied to both virtual routers, as a Critical Service, on the Primary CSS.  When a link goes down, the VRRP fails over all traffic to the Secondary, as expected, but there is an issue with two particular VIPs.  These VIPs have Source Groups configured, like below:
    group WEBSITE_ABC
      add destination service XYZ_Server_1
      add destination service XYZ_Server_2
      vip address 10.10.3.25
      active
    group WEBSITE_XYZ
      add destination service ABC_Server_1
      add destination service ABC_Server_2
      vip address 10.10.3.24
      active
    Once a failover occurs, the VIPs are unreachable via a browser.  I have also seen 1 VIP OK and 1 VIP not, but never both working.  At times, when I failback to the Primary, the VIPs are OK again.  The services are reachable via a browser during this issue.
    any ideas?

    You need to check if during the failover the css sends a G-ARP to inform that the arp associated with the nat ip address now belongs to the secondary css.
    Get sniffer trace during failver and check if this g-arp is sent.
    If not, this is a bug and you need to report it.
    If yes, then the problem is not the CSS but another device on the path...did the switch correctly learned the new path ?  Does the server have the correct arp table ?
    Gilles.

Maybe you are looking for