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

Similar Messages

  • I am trying to clear files from my computer. I have a bunch of .m4v protected files that will not delete. They are lectures from college that I do not need anymore and would like to delete them to make room on my computer.

    I am trying to clear files from my computer. I have a bunch of .m4v protected files that will not delete. They are lectures from college that I do not need anymore and would like to delete them to make room on my computer. I have looked at the help sites and they seem to give directions to change files that people are saving in the future and not regarding past files. I am unable to change anything about the file including the name, so I can not change these past files from .m4v to something else which is deletable such as .mp4 etc. Any help would be much appreciated!!!!

    Well, most of what we can tell you is already stated in the message you are getting.  A phone can only sync with one library at a time.  You have apparently synced your phone with a different iTunes library in the past, or changes have been made to this library so the phone no longer recognizes it as the library with which it was synced.  To know which you will have to provide the information.
    If you bought them using the AppleID you use with this phone it may simply be easier to re-download them directly to the phone rather than sync them, though you will want to resolve that issue at some point.
    Downloading (using iOS or computer) past purchases from the App Store, iBookstore, and iTunes Store - http://support.apple.com/kb/ht2519

  • Err. E:"TRANSPORTING NO FIELDS" will not fill the output area.

    Dear all,
    Below are my codes and i keep getting this error
    E:"TRANSPORTING NO FIELDS" will not fill the output area. The addition does not make sense here.
    Any idea how to fix this?
    The first bit...
    TABLES: /BI0/MWBS_ELEMT.
      DATA:   I_MWBS_ELEMT LIKE /BI0/MWBS_ELEMT OCCURS 0 WITH HEADER LINE.
      DATA:   W_MWBS_ELEMT LIKE LINE OF I_MWBS_ELEMT.
    Then second bit...
      READ TABLE I_MWBS_ELEMT WITH KEY WBS_ELEMT = SOURCE_FIELDS-POSID TRANSPORTING NO FIELDS INTO W_MWBS_ELEMT.
      IF SY-SUBRC IS INITIAL.
        RESULT = W_MWBS_ELEMT-RESP_CCTR.
        RETURNCODE = 0.
      ELSE.
        SELECT SINGLE * FROM /BI0/MWBS_ELEMT INTO W_MWBS_ELEMT
                        WHERE WBS_ELEMT = SOURCE_FIELDS-POSID
                        AND OBJVERS = 'A'.
        IF SY-SUBRC IS INITIAL.
          APPEND W_MWBS_ELEMT TO W_MWBS_ELEMT SORTED BY RESP_CCTR.
         RESULT = W_MWBS_ELEMT-RESP_CCTR.
        ELSE.
          CLEAR RESULT.
        ENDIF.
      ENDIF.

    Hi
    The error is here
    READ TABLE I_MWBS_ELEMT WITH KEY WBS_ELEMT = SOURCE_FIELDS-POSID TRANSPORTING NO FIELDS INTO W_MWBS_ELEMT.
    The addtion TRANSPORTING NO FIELDS is in conflit with addition INTO:
    TRANSPORTING NO FIELDS means not to fill the work are
    INTO mean fill a work area
    So or u need to fill a work area or u don't need to fill a work area, but (from the code you've pasted) it seems u need to fill the work area W_MWBS_ELEMT, so your code should be:
    READ TABLE I_MWBS_ELEMT INTO W_MWBS_ELEMT WITH KEY WBS_ELEMT = SOURCE_FIELDS-POSID.
      IF SY-SUBRC IS INITIAL.
        RESULT = W_MWBS_ELEMT-RESP_CCTR.
        RETURNCODE = 0.
      ELSE.
        SELECT SINGLE * FROM /BI0/MWBS_ELEMT INTO W_MWBS_ELEMT
                        WHERE WBS_ELEMT = SOURCE_FIELDS-POSID
                        AND OBJVERS = 'A'.
        IF SY-SUBRC IS INITIAL.
          APPEND W_MWBS_ELEMT TO W_MWBS_ELEMT SORTED BY RESP_CCTR.
         RESULT = W_MWBS_ELEMT-RESP_CCTR.
        ELSE.
          CLEAR RESULT.
        ENDIF.
      ENDIF.
    Max

  • Edited photos will save in edited photos will not  save in photoshop are being saved in my pictures on hard drive. wants me to import edited are being saved in my pictures on hard drive. wants me to import edited photos from my hard drive in to photoshop.

    edited photos will save in edited photos will not save in photoshop are being saved in my pictures on hard drive. wants me to import edited are being saved in my pictures on hard drive. wants me to import edited photos from my hard drive in to photoshop.

    Use iPhoto. What's the problem with iPhoto import? It's a two clicks job. Select your device and click import.

  • Upon upgrading to Yosemite, the Pages and Numbers apps will not open (although they are the latest versions) and Keynote will not upgrade; how do I go about getting the apps to open?

    Upon upgrading to Yosemite, the Pages and Numbers apps will not open (although they are the latest versions) and Keynote will not upgrade; how do I go about getting the apps to open? Is this a common issue?

    Hi Madhattanite,
    Welcome to the Support Communities!  When did you purchase your Mac?  The first thing I would suggest is to review the information in the resource below for the Up-To-Date Program for Pages, Numbers, and Keynote.
    Once Yosemite is installed, you should have the option to Accept the Pages, Numbers and Keynote apps in the Mac App Store Purchases pane.
    Apple - Up-to-Date Program for Pages, Numbers, and Keynote
    I hope this helps ...
    - Judy

  • A few of the photos will not transfer as they are saved as jpeg.rem files

    Hi,
    I'm new to this board and trying to transfer pictures and videos from my Blackberry Bold  (work one with T-mobile) to
    my PC.  I tried to do it by using media card reader and was sucessfully able to most of the files
    but for some reason a few of the photos will not transfer as they are saved as jpeg.rem files
    on my media card. Any ideas why would some of the pictures would be save in a different format
    and any suggestions how to transfer them?
    I have the same issue with the videos..out of 20+ that I have on the device memory i was only
    able to copy about 5 that are in .gp format...rest of them will not open as it appears to be encrypted.
    I also have a blackberry curve (with AT&T) as my personal phone...would it read my media card from the
    Blackberry Bold?
    Thanks!

    Hi guruli
    The .rem files indicate these files are encrypted.  This article should help.
    KB11454 - Encrypted files stored on the microSD media card appear as .rem files
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • The itunes store will not load.  There are no errors, it just loads halfway, stops.  My intethen rnet is working fine.  I can't download any new songs.

    My itunes store will not load.  There are no error messages.  It loads half way, then stops.  My internet is working fine.  I can't download any songs.

    There are at least 20 threads pertaining to this problem (some from last year, one I saw was from 2006). I suggest anyone who visits this thread redirect to https://discussions.apple.com/thread/3223139?start=0&tstart=0. It has the two most popular solutions and anyone with ongoing issues can discuss and/or form an unruly mob there.

  • How do I send files from my IMAC via bluetooth to my ne Ipad.  They will not "pair" but they are connected and discoverable.  I send a file from Imac snow leopard OS X 10.6 to the ipad but the failure message says the ipad does not have the ncessary servr

    How do I send files from my IMAC via bluetooth to my new Ipad?  They will not "pair" but they are connected and discoverable.  I send a file from Imac snow leopard OS X 10.6 to the ipadusing bluetooth,  but the failure message says the ipad does not have the necessary services.  What are these?  Do I neeed to have iphoto and ms word to send pix and .doc files?

    File Sharing over Bluetooth is not a feature of iOS devices. iOS does not include the required Bluetooth profiles to allow this. You cannot add this feature, so you may as well stop trying.

  • TS1702 I just had to restore my iPhone.  After everything has been backed up from the iCloud, 4 of my apps (Facebook, Twitter, Pinterest and Instagram) will not comeback.  They are stuck on "Waiting" and I cannot open or delete them.  HELP, please!!!

    I just had to restore my iPhone.  After everything has been backed up from the iCloud, 4 of my apps (Facebook, Twitter, Pinterest and Instagram) will not comeback.  They are stuck on "Waiting" and I cannot open or delete them.  HELP, please!!!

    I just had to restore my iPhone.  After everything has been backed up from the iCloud, 4 of my apps (Facebook, Twitter, Pinterest and Instagram) will not comeback.  They are stuck on "Waiting" and I cannot open or delete them.  HELP, please!!!

  • I am trying to connect with a friend via FaceTime from my IPad to his IPhone  and it will not connect.  We are both on wifi.  What are we doing wrong?

    I am trying to connect with a friend via FaceTime from my IPad to his IPhone  and it will not connect.  We are both on wifi.  What are we doing wrong?

    Read this:
    There is a troubleshooting section at bottom.
    http://support.apple.com/kb/TS5419

  • HT6114 I have upgraded to OS X Mavericks and my MacBook keeps crashing and my numbers and pages programs will not open as they are being updated continuously.

    I have upgraded to OS X Mavericks and my MacBook keeps crashing and my numbers and pages programs will not open as they are being updated continuously

    The next time the crash happens, note the date and time the problem occurred, then go to Applications/Utilities/Console and copy the log starting at the time of the crash. Paste the log in a reply. Please do not use a screen shot as they can be hard to read. If there are repeated runs of the same messages, please post only one run. Be selective about what you post and don’t  post huge amounts. Make sure there is no personal data visible. Information learned from Linc Davis.

  • Page Header will not underlay page footer

    Hi,
    Using CR12, when I mark my page header to underlay following sections, it will not underay the page footer.  In fact, if the sections overlap it tells me that the page header + the page footer are too big for the page.  Is the a bug or a feature?  What's the work around?
    Thanks,
    John

    Hi John,
    When you use the Underlay option, the section can underlay multiple sections with enough space to display the data. But a section cannot underlay its sister sections
    A Page Header section can underlay all sections up to, but not including, the Page Footer.
    I hope this helps you,
    Regards,
    Prashant

  • I have had to reinstall CSS 5 and it will not load updates how do I get this resolved?

    I had a disk crash and have had to re-install CSS5 premium. I have tried to load the updates and it will not install the updates

    I had a disk crash and have had to re-install CSS5 premium. I have tried to load the updates and it will not install the updates

  • I just upgraded to the latest version of iTunes and it duplicated virtually every track in my music library. I need a quick way to delete the duplicates. Sorting by "Date Added" will not help because they are all listed as added on 12/12/2011.

    Library Duplicated
    I just updated to the latest version of iTunes and it duplicated virtually every track in my library. I need a quick way to delete the duplicates. Sorting by "Date Added" will not work, because every track is listed as added on 12/12/2011 even though this happened today 12/19/2011.

    I've written a script called DeDuper which can help remove unwanted duplicates. See this  thread for background.
    tt2

  • After upgrading to maverick my epson WF-2540 scanner will not work. There are no upgrades showing so what do I do?

    After I upgraded to Maverick my Epson WF-2504 scanner will not work.  There is no software update showing necessary either. I have gone to the Epson website but it doesn't offer a download.  It tells me to go to "software update" ???  Any suggestions?

    Thanks Arthur,
    I was hoping for a good bubble bursting, but I tried that HP "update" as soon as my printer stopped responding. I really really wanted my bubble popped.
    One needs the Apple supplied driver for this work. It will not work because the driver to basically function on the updated Mavericks is not supplied by Apple Updates, so the HP driver that stops printing an extra page is rendered useless. I spent, wasted two days going back and forth between Support threads, HP chat and on the phone, through all the Mac channels where I was told that the 2011 HP was antique. HP said Apple had the drivers. So, they pointed a finger at one another with this unlucky customer caught in the crossfire. HP said Mac did it and Mac said HP did it. BOOM ! goes the guy in between who spent a good bit of money to have good equipment. What is wrong with expecting a printer to last beyond 3 years, or for a back up drive to last more than 3 years?
    I do appreciate the attempt to help though. It was here in Discussions where I was guided to the gimp driver, drivers which in the past always worked when needed but in this case something wicked about Mavericks prevents it from working. No matter how many times HP says it works on their site all you have to do is try and then speak with customer service to find out that in a parellel universe this may logically hold. It does not hold here.  If it were the case that by working in Lion it would work in Mavericks then there must be something wrong with me. But why, APPLE, is it that one day it works, do the update and then it does not when Lion was the previous OS? I did Everything, every single thing recommended by people who had good ideas and wanted to help but all too often the facts tell us nothing of the world. Facts are tools used to decieve, the world is where it works or does not work and in this case Mavericks has cost me close to $300. Probably not a big deal in some cases, but money is money. When it is gone it is gone.
    I followed the complete uninstall, going into library and removing all HP, then restarting and lo and behold HP driver for 4500 not only was not present but along the way my 500gig back up drive died, as in dead, nothing.
    Of course I will not buy another HP product. If you go to the list of drivers Mac says it carries the HP Officejet 4500 wireless may be present but is not carried by Apple. I have tried Apple update over and over. What I have done is wasted my time and money. In one fell update I lost a printer and a back up drive. No storms, no loss of electricity, no boogie men lurking, no malware, no gremlins, nothing but an innocent customer updating when Apple said "update". Sure it is serendipity that both my printer and back up drive died on the same day at the same time following the Mavericks update. Who am I but a loyal customer? I must be stupid because my equipment stopped responding after the update. It is not new that there are bugs and glitches following updates. I was a beta tester for OS X, it wiped my computer clean, but I understood, it was beta.
    A friend told me the same about planned obsolescence in that since printers are cheap and ink is expensive they don't really care about customer satisfaction. Three years old is antique, out of date. We should and must all be angered by this hatred for the customer shown by manufacturers across the board. Blaming the customer is ridiculous and absurd but not unheard of, in fact it has become the rule of thumb from the other side. The customer is innocent. All we want is to buy premium equipment and to have it behave in a manner befitting the cost. I am an Apple user since 1994. I designed a restaurant on a 333 mhz black and white Mac. You know, the big floppy disc one. I am not new to Apple. Fiercely loyal for 20 years. This is the most angered I have been by the flippant attitude shown to us all.
    Thank you for giving the links and hopeful advice. I tried them all when I first had the troubles. The good people in discussions, not the Apple plants, but the users, tried their best. I thought that by coming back later there would be updates and new links that would help. But no. Maybe one day. HP lost a customer, it means nothing to any of the manufacturers when a customer is ridiculed by their cynical attitude towards the customer. Maybe there will be someone else to come along here that has had similar experiences and found a way to fix. Used to be a gimp driver could do the trick. Used to be a way. I fear we lose control of our equipment more and more every day. This is not a rant. It is a somewhat sad expression of having been ripped off. Discussions here have helped in the past but the more things advance the less we matter. And as in the past when I was mad about an Apple failure a member sent a fix and I printed the fix for others to use in return. We help one another in the best of ways. Please spread the word, maybe there will be a fix to show up here sometime. I kissed my iOmega back up drive and the 500 gigs of writings, photos, backups and music goodbye, gone forever, poof! But the HP printer is still here on my desk. I don't want to give up hope.

Maybe you are looking for