Why aren't objects in my header in my header?

I have objects with in my header? Some are in my header, some are not. what am i doing wrong?
http://www.mamacinis.com/

Here's the entire code.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<style>
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
body {
    font-size: 100%;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    background: #00C6FF;
header {
    padding: 0 1%;
    overflow: hidden; /*float containment*/
/**clear floats**/
header:after {
    display: block;
    clear: both;
    content: '';
.floatLt {
    width: 33%;
    float: left;
/**LOGO**/
/**adjust margin as req'd**/
.floatLt img { margin-top: 10px }
.floatRt {
    width: 33%;
    float: right;
/**slogan**/
header h3 {
    text-align: right;
    color: #FFF;
    font-style: oblique;
em {font-size: 175%; font-weight:bold}
/**menu**/
nav { overflow: hidden }
nav ul li {
    list-style: none;
    float: left;
nav li a {
    text-decoration: none;
    font-weight: bold;
    width: auto;
    color: #FFF;
    margin: 0px 10px;
    line-height: 3em;
nav li a:hover, nav li a:active, nav li a:focus {
    text-decoration: underline;
    color: orange
/**main content**/
section {
    background: #FFAA55  url(http://www.mamacinis.com/images/board.png) center center fixed;
    background-size:cover;
    padding: 2%;
    min-height: 350px;
footer {
    padding:1%;
    overflow:hidden;
    text-align:center;
/**typography**/
h1 {
    font-size: 400%;
    padding-top: 5%;
    color: #0099FF;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: oblique;
    text-align: center;
h2 {
font-size: 150%;
h3 { font-size: 125% }
p { font-size: 100% }
</style>
</head>
<body>
<header>
<div class="floatLt"><a href="index.html"><img src="http://www.mamacinis.com/images/mclogo_pop.png" alt="logo" height="45" width="114"></a></div>
<div class="floatLt">
<nav>
<ul>
<li><a href="cookies.htm">Cookies</a> | </li>
<li><a href="#">About</a> | </li>
<li><a href="#">Contact</a> | </li>
</ul>
</nav>
</div>
<div class="floatRt right">
<h3>fresh baked cookies right to your door <em>mama cini's</em></h3>
</div>
</header>
<section>
<h1>mama cini's</h1>
<h2>Heading 2</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!  Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus.  Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus.  Aenean tristique enim ut ante dignissim. </p>
</section>
<footer>
<div class="floatLt"><p>left side footer</p> </div>
<div class="floatLt"><p>middle footer</p> </div>
<div class="floatRt"><p>right side footer</p> </div>
</footer>
</body>
</html>
This is what it looks like in browsers.
I don't think there's anything more I can offer to this discussion.
Good luck!
Nancy O.

Similar Messages

  • Why aren't apple doing something to sort out the facetime app for mac

    Why aren't apple doing something to sort this out, there is obviously something wrong as so many people seem to be having the same or very similar problems, I was about to buy the facetime app for my mac but not sure I should now
    Come on apple, no use sticking your head in the sand, get it sorted.
    After all, you are quite happy to take peoples money for your app, the least you can do is to ensure it works.

    Backing up and restoring is not the same as downgrading.
    Apple have stopped signing 5.1.1 which is why you can't downgrade.

  • Why aren't some classes (like Point2D) Serializable

    Why aren't Serializable so many of the classes of Java2D ? (I've seen some other users are complaining about this too). In 1.4 the situation remains the same. If there is a reason I wouldn't mind but I don't know it. Is this a mistake or is there a good reason about this ?

    Yes, Serializable classes can be convenient, but for potentially high-volume objects like Point2D the overhead of using standard serialization dissuades it's use.
    Personally, I never have cared for standard Java serialization -- it's bulky, slow, and sometimes unreliable. I prefer a scheme which favors speed and a low profile. I've written an XML serialization mechanism for Java which accomplishes both. And nearly every class I write that is serializable (using my method) also implements Externalizable making them standard Java serialization friendly. The read/write methods of Externalizable simply forward to my serialization interface methods e.g.,  public void readExternal( ObjectInput in ) throws IOException
        readXML( new XMLSerializer( in ) );
      public void writeExternal( ObjectOutput out ) throws IOException
        writeXML( new XMLSerializer( out ), this );
      }

  • Please help. Why aren't my hyperlinks moving over from one document to another?

    Firstly I'm using Adobe InDesign 5.5
    I have document A, which has over 50 pages.
    Then document B, with over 40 pages.
    All the pages on document B, I want to 'move' over to document A, so document A will now have 90 pages and I'll no longer need document B. The issue is, when I move the pages over, the hyperlinks I have throughout document B don't move over (which there are over 30 hyperlinks on certain sections of certain pages).
    Now it seems like the only 'slow/safe' process of doing this, is to copy page 1&2 of Document B, and then 'paste in place' on document A, and then go back to B and copy pages 3&4. this is a long process...considering I have over 2,500 pages to get through.
    Why aren't the hyperlinks moving over? When I go back to document A, I click on the hyperlink tab and it's blank.
    It's really annoying and I'm trying to figure out why this is even happening and can't find any solution online.

    You should save both documents before doing that with Save as into the same folder, so thel links will not change.
    I would recommend to package your files after doing that.

  • Why aren't Calendar categories colored in month view

    On the iPhone 5S under iOS 7.0.4 in the Calendar app, in the month view, existting daily events are indicated by gray dots.  Why aren't these dots colored according to the event category?  My recollection is that used to be the case prior to iOS 7.0.  In day or week view, the time or full day are showing the respective category color.  And on the iPad Air, under iOS 7.0.4, the calendar month view DOES show the category color in the dot! Did Apple forget about this functionality?  I can see there is an event, but not the categories I used (medical, travel, etc).

    Comparing this functionality between a larger format such as the iPad and the smaller format on the iPhone is a little like apples and oranges. The iPad in Month view has enough space on each day to show discrete entries - and can consequently show them in their respective calendar colors.On the Phone, it only has space to indicate that one or more events exist (represented by a single dot). If you have more than one event, in different categories, which category color should it display?

  • Why aren't my songs previously playable on my iPad/iPhone (tho not purchased directly from iTunes) no longer playable on my devices?

    Why aren't my songs previously accessible on my I/Pad 2/iPhone 4s devices in "Music" appearing in faint print &amp; graphics no longer accessible?  I had downloaded them into iTunes on my PC and previously synced them.  Suddenly after recent syncing they were inaccessible.  Why?  (I previously downloaded an IOS_5 platform to my PC to use iCloud.  Was working until recently.)

    I too am having this problem. Its really frustrating. In fact i have my setting to have all music on my phone however the phone displays I have 2986 and the itunes reads 2987. I'm one off on this area. In addition some of my purchased music does not show in my purchased list on the phone. It does show on the itunes account on the computer and in the overall albums just not in the purchased. I drug the purchased song from the albums to the purchased playlist and tried to have it re-sync... did not work.. I tryed re-booting the phone, and restoring from back up all failed.
    Another problem I have found since the IOS7 updates is the phone doesn't keep my music where it was when I get out of my car. I used to love that I would get out of the car in the middle of my playlist go in the store come out and it would pick up right where it left off. Now I get back in the car and it begins playing random music of all my entire library. I love all my music however I don't want to listen to Christmas and Halloween music all the time. I don't want to remove these from the phone as I want them always available. I just want the function to go back to how it was.
    Oh and the last thing, sometimes when I turn my phone sideways and am listening to music the collage of albums shows but freezes so I cant turn the phone back and change the music. I like having the capablility of turning the phone to see pictures and things auto turn but not this collage of albums if it's gonna delay me swictching or skipping songs.
    Any ideas for these issues? Is apple aware and working on these?

  • Why aren't my album, album artist, or artwork changes appearing on my iPhone or iPad?

    Fair warning, I'm pretty sure I have a mild form of OCD. I really like to organize my iTunes library the way I like it. Unfortunately the newer updates to the program have seriously hampered my ability to keep things looking the way I like.
    That leads me to my question.
    Why aren't the changes I'm making in iTunes appearing on my iPhone or iPad after I've sync'd them?
    I spend a lot of time combining albums and matching their artwork, i.e. I've combined a lot of the Glee singles into several albums, but all of the work goes away once I've put the music onto any of my iOS devices.
    I've changed the sorting options for everything and turned off my iTunes Match. I've made sure none of them are registered as compilations, but nothing has worked. They all look exactly how I want on my computer then separate into a million pieces on my iPhone and iPad.
    If anyone has any insight into this, I would really appreciate it. I'm really close to pulling all of my hair out.

    I had the same problem time ago but i discovery that not all songs are on itunes store so i did somethinbg easy, go find the songs you want on youtube or somwehere else then make a copy of that album then cut the image of album save into ur computer then go itunes select the song you want to add the albu, atwork go to the album at work tab then add the image you took it before and sync your ipad you will see the album at work in ur ipad, that is what i did and works for me.
    Regards

  • Why aren't adapter errors visible in SXMB_MONI?

    My client has an integration scenario that updates an Oracle database through a JDBC receiver channel.  Occasionally an insert/update statement will fail.  The adapter engine logs the Oracle error message, but that error message doesn’t show up in SXMB_MONI.   SXMB_MONI happily displays the checkered flag.  You can only see the adapter error in runtime workbench. 
    Why aren’t adapter errors “visible” in SXMB_MONI?

    > It seems odd that error messages aren’t propagated
    > from one stack to the other so that we  have a
    > COMPLETE view of the lifecycle of our messages.  The
    > left hand doesn't communicate with the right.
    You can't propagate an error which occurs in a later point of the pipeline to a previous point.
    They error may occurr in the adapter, but when the message gets to the AE, the Integration Engine pipeline is already complete.
    But you know, the later point can carry on errors occurred at a earlier point. That is why you can see the Integration Engine errors in the Messsage Monitoring.
    It is a matter of culture. SAP consultants, in general, are more confortable with ABAP stack (SXMB_MONI) than with Java Stack (Message Monitoring). But, in this case, the Java tool is more complete.
    Regards,
    Henrique.

  • Why aren't apps like weather, stocks, etc. on my new iPad? Also, It's curious that Siri wasn't included with ios5... Shouldn't an iPad 2 with the A5 be able to handle it?

    Why aren't apps like weather, stocks, etc. on my new iPad? Also, It's curious that Siri wasn't included with ios5... Shouldn't an iPad 2 with the A5 be able to handle it?

    Next time an app update gets stuck try a reset. Press and hold both the home and power buttons for10-15 seconds till the Apple logo appears. Then release both buttons. Wait till your iPad starts on it's own. Try now. Also YouTube is still available. If you can't find it the the app store go to the bottom of the app store page and tap purchased. All your deleted apps will be listed and you can reinstall YouTube from there.

  • Mac OSX SUS - Why aren't the latest updates offered for some software

    For instance, on my sus, Quicktime 7.6.4 is the latest version offered for leopard. 7.6.6 is available on Apple's site. Is there actually a 7.6.6 update others can see on their sus, or is this a universal issue - and why aren't the latest updates available?
    Thanks

    I just checked my 10.6.3 SUS server at it appears to have that Quicktime 7.6.6 update listed. The size is listed as 68.5 MB and the post date is 03/30/10. My SUS Server Admin interface shows a "Last Check" time of Apr 13, 2010 3:00:00 AM.
    I have wiped and reinstalled my SUS server several times dealing with the "missing 10.6.3" updates bug reported many times in these forums so that may be why my server is displaying the Quicktime 7.6.6 update.

  • Why aren't some RH styles working in WebHelp?

    All,
    I can't get bullets or simple indents to display correctly in WebHelp and can't see what I'm doing wrong.
    We're using TCS 3.5, FM 10.0.2.419, and RH 9.0.2.271. We're single-sourcing content from Frame to output in (1) PDF and (2) WebHelp.  We have one set of FM templates and, if possible, wish to avoid having to have one set for PDF and one for WebHelp.
    We want to generate WebHelp from Frame without using RoboHelp, but we are forced to at least set up a RoboHelp project and link our FrameMaker book in order to get functionality we need in the WebHelp.  Otherwise we wouln't use RH at all. 
    I created a RH project, linked my FM "online help" book (a special FM book that contains selected chapters from two print books), generated topics in RH (File>Update>Generate), set a few project settings in RH (File>Project Settings), updated the book in RH (File>Update>Update All), and saved all. Then I closed RH, opened FM, and published (File>Publish), specifying output type (WebHelp), output location, and the location of my RH project. The WebHelp I get is functional but now I need to define styles.
    Last week I could not find an easy way to define styles in my css via RH unless I had previously defined my styles in RH's Conversion Settings window (File>Project Settings>Edit>Import tab>Edit FM Settings button). So I have been defining styles there, applying them to the RH project, and occasionally exporting them to an isf just to have a backup.  When I next generate WebHelp from FM, I point only to the RH project, not the ISF, because the styles are defined in the RH project (I apply them to the project by clicking Apply and OK).
    Using this process, for some styles (bullets and indents, for example), the definitions I have in the RH Conversion Settings dialog box are not reflected in the WebHelp output.
    When I look at the css in RH (File>Project Settings>Import tab>default.css Edit With RoboHelp CSS Editor), what I see is what I see in the Conversion Settings dialog.  So why aren't some of the settings I specified in the Conversion Settings window reflected in WebHelp?
    Any ideas are most appreciated!
    Susan

    I haven't got any experience using the "newer" Generate function in FM, but it seems to not give you much control over how stuff comes out vs. the "standard" way of using RH with linked FM content. RH is just the tool for creating WebHelp, just like Acrobat is the tool for creating PDFs.
    There's a couple of ways to control how stuff appears when doing the FM to RH to help route - one is to use a FM template within your RH project that has all your mappings in it - Matt Sullivan often recommends this approach and there's more info about it on his roundpeg.com blog.
    The other way is to set the conversion settings and then use a customized css to be used in the SSL recipe to be applied to all topics when the help is created.

  • HT204406 I used Match, and now there are artists missing when I search by artist, yet they are in my library when I search by song. If they are in many song list,  why aren't they in my artist list? Also I can't sort my songs by artist on iPhone,  so thes

    I used Match, and now there are artists missing when I search by artist, yet they are in my library when I search by song. If they are in many song list,  why aren't they in my artist list? Also I can't sort my songs list by artist on iPhone,  so their music is basically lost in space....help

    It's not clear from your post, but you do realise
    that if you import a cd as a compilation, it will not
    appear under artists? This is done to save the iPod
    being cluttered up with single artists entries who
    might have only one song listed.
    I wasn't aware of that. It's true that I haven't been using the "compilation" tag for a long time. I've only started using it with iTunes 7 as otherwise with Coverflow I would have one album cover for each artist in a compilation. Before that my compilations weren't tagged as such as that is quite probably why each artist from compilations showed up when browsing by artists.
    Message was edited by: Didou

  • Why aren't there tabs in my safari?

    Why aren't there tabs for open websites on my safari?  Rather than having to click in and out of the open pages window?

    Are you still on iOS 3 or 4 (Settings > General > About > Version) ? If you are then you will get the thumnbail/page browsing - tabbed browsing was introduced on iOS 5, os if you want tabbed browsing in Safari then you will need to update the iOS
    Updating to iOS 5 : http://support.apple.com/kb/HT4972

  • Why aren't any deluxe versions of albums in a clean version?

    Why aren't any deluxe versions of albums in a clean version?

    There is no official word on that.  However, Explicit versions tend to far outsell Clean versions.  So one might surmise that the labels are less inclined to do special things for Clean versions, as they will reach only a limited audience.

  • Why Bother with Objective C?

    Given the tools out there for writing iOS apps in HTML, Jquery, C#, Ruby, etc, including some with generate apps that can run on both Android and iOS,
    why bother writing in Objective C?
    What are the advantages?
    thx         

    red_menace wrote:
    RubyMotion is not a bridge or an interpreter or a wrapper, it is built directly on top of the Objective-C run time, so there isn't really a downside if Ruby is your thing.
    Interesting. Do you know of any similar projects with different languages? RubyMotion looks cool, but only if, as you say, "Ruby is your thing". For me, it is just another syntax. Objective-C is just C with a few "@" characters and a lot of "[]", so why bother? Now if there was a Perl front-end, that would be interesting.
    I found the following list of LLVM front-ends:
    Here is a tutorial on building your own: http://gnuu.org/2009/09/18/writing-your-own-toy-compiler/
    LLVM Projects page has more information: http://llvm.org/ProjectsWithLLVM/
    Now, where am I going to find a BNF for Perl
    PS: Yes, I know about CamelBones. Unfortunately, both the project and its author are no more.
    But to get back to the question of why bother with Objective-C, the answer is clearly the Objective-C runtime. It doesn't turn C into Perl, but it comes quite close. It comes so close that it really isn't worth ones time to bother with Objective-Perl.

Maybe you are looking for

  • How to set-up a Timestamp for BI Delta Load in 0CLM_INVOICE datasrc at R/3?

    Hi Experts, Kindly let me know How to set-up a Timestamp for BI delta load at R/3 for the Data source 0CLM_INVOICE ? Since the Timestamp for Upload of BI Delta is " . . : : ", we are not getting any delta value to BW. I would like to know in where we

  • Viewing .nef files I can no longer view my nikon .nef files in adobe bridge.

    Please help. I used to be able to view .NEF files in Adobe Bridge but now they do not open. I tried to open them in PS by double-clicking but I get the message.....could not complete your request because it is not the right kind of document.

  • KIND_OF_ENTRY field in the table CRMD_PARTNER is not getting populated

    Hi Friends, Iam working in CRM 5.0. In GUI, when i open an Oppurtunity and in the Sales Team tab, if i change the Partner value, then the entry 'KIND_OF_ENTRY' in the table CRMD_PARTNER is updated as 'C' for that particular line item in the header le

  • Autoscrolling in a JTree

    Please help: i have implemented a JTree and added it to a JScrollPane. I have written a search function which selects a node in the JTree according to a user input string. My problem is that the tree does not automatically scroll down/up to the selec

  • Tweaking edge in keying with Keylight

    Hi, I'm having trouble getting rid of a wiggling fur around my foreground subject after keying with Keylight 1.2.See screenshots in status and final result views (when I preview the outer edge comes alive in a horrible wiggle). I've tried tweaking wi