Problem with 100% height

I'm having a problem trying to get the LEFT and RIGHT DIV
tags to drop down 100% along with the CENTER DIV tag. I don't want
to use javascript. In all browser, except IE6, the DIV tags will
fill 100% of the document window, but will not extend down when the
page scrolls down. In IE6, the DIV tags will not fill 100% at all.
Here is a link to the site:
http://www.katart.biz/verymerry/gray_miles.htm
Here is the CSS code:
html, body {
background-color: #861316;
margin: 0px;
padding: 0px;
background-image: url(images/pagebg.jpg);
background-repeat: no-repeat;
background-position: center top;
#container {
padding: 0px;
height: 100%;
width: 850px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: -425px;
overflow: visible;
position: absolute;
visibility: visible;
z-index: 1;
left: 50%;
top: 0px;
#rightmargin {
background-color: #861316;
padding: 0px;
height: 100%;
width: 25px;
overflow: visible;
visibility: visible;
background-image: url(images/rightbg.gif);
background-repeat: repeat-y;
background-position: left top;
float: left;
margin: 0px;
#leftmargin {
background-color: #861316;
padding: 0px;
height: 100%;
width: 25px;
overflow: visible;
visibility: visible;
background-image: url(images/leftbg.gif);
background-repeat: repeat-y;
background-position: left top;
float: left;
margin: 0px;
#content {
background-color: #FFFFFF;
padding: 0px;
min-height: 100%;
width: 800px;
visibility: visible;
float: left;
margin: 0px;
background-image: url(images/mainbg.jpg);
background-repeat: no-repeat;
background-position: left top;
#contentkids {
background-color: #FFFFFF;
padding: 0px;
min-height: 100%;
width: 800px;
visibility: visible;
float: left;
margin: 0px;
background-image: url(images/kidsbg.jpg);
background-repeat: no-repeat;
background-position: left top;
#content #left {
text-align: left;
float: left;
height: auto;
width: 340px;
padding-left: 92px;
color: #21723C;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
line-height: 22px;
font-weight: normal;
text-decoration: none;
margin-top: 172px;
#content #left h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 32px;
font-weight: normal;
color: #20723D;
#contentkids #left {
text-align: left;
float: left;
height: auto;
width: 340px;
padding-left: 92px;
color: #21723C;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
line-height: 22px;
font-weight: normal;
text-decoration: none;
margin-top: 190px;
#contentkids #left h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 32px;
font-weight: normal;
color: #20723D;
#contentkids #left a {
color: #20723D;
text-decoration: underline;
#contentkids #left a:hover {
color: #861316;
text-decoration: none;
#content #right {
float: right;
height: auto;
width: 368px;
#contentkids #right {
float: right;
height: auto;
width: 368px;
margin-top: 190px;
#content #footer {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
color: #861316;
text-decoration: none;
text-align: center;
padding-top: 12px;
padding-bottom: 12px;
clear: both;
#content #footer a {
color: #861316;
text-decoration: none;
#content #footer a:hover {
color: #1F713A;
text-decoration: none;
#contentkids #footer {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
color: #861316;
text-decoration: none;
text-align: center;
padding-top: 12px;
padding-bottom: 12px;
clear: both;
#contentkids #footer a {
color: #861316;
text-decoration: none;
#contentkids #footer a:hover {
color: #1F713A;
text-decoration: none;
Any help would be appreciated. Thanks,
Dan

It cannot be done without javascript.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Dan Cool" <[email protected]> wrote in
message
news:[email protected]...
> I'm having a problem trying to get the LEFT and RIGHT
DIV tags to drop
> down
> 100% along with the CENTER DIV tag. I don't want to use
javascript. In all
> browser, except IE6, the DIV tags will fill 100% of the
document window,
> but
> will not extend down when the page scrolls down. In IE6,
the DIV tags will
> not
> fill 100% at all.
>
> Here is a link to the site:
http://www.katart.biz/verymerry/gray_miles.htm
>
> Here is the CSS code:
>
> html, body {
> background-color: #861316;
> margin: 0px;
> padding: 0px;
> background-image: url(images/pagebg.jpg);
> background-repeat: no-repeat;
> background-position: center top;
> }
> #container {
> padding: 0px;
> height: 100%;
> width: 850px;
> margin-top: 0px;
> margin-right: 0px;
> margin-bottom: 0px;
> margin-left: -425px;
> overflow: visible;
> position: absolute;
> visibility: visible;
> z-index: 1;
> left: 50%;
> top: 0px;
> }
> #rightmargin {
> background-color: #861316;
> padding: 0px;
> height: 100%;
> width: 25px;
> overflow: visible;
> visibility: visible;
> background-image: url(images/rightbg.gif);
> background-repeat: repeat-y;
> background-position: left top;
> float: left;
> margin: 0px;
> }
> #leftmargin {
> background-color: #861316;
> padding: 0px;
> height: 100%;
> width: 25px;
> overflow: visible;
> visibility: visible;
> background-image: url(images/leftbg.gif);
> background-repeat: repeat-y;
> background-position: left top;
> float: left;
> margin: 0px;
> }
> #content {
> background-color: #FFFFFF;
> padding: 0px;
> min-height: 100%;
> width: 800px;
> visibility: visible;
> float: left;
> margin: 0px;
> background-image: url(images/mainbg.jpg);
> background-repeat: no-repeat;
> background-position: left top;
> }
> #contentkids {
> background-color: #FFFFFF;
> padding: 0px;
> min-height: 100%;
> width: 800px;
> visibility: visible;
> float: left;
> margin: 0px;
> background-image: url(images/kidsbg.jpg);
> background-repeat: no-repeat;
> background-position: left top;
> }
> #content #left {
> text-align: left;
> float: left;
> height: auto;
> width: 340px;
> padding-left: 92px;
> color: #21723C;
> font-family: Georgia, "Times New Roman", Times, serif;
> font-size: 15px;
> line-height: 22px;
> font-weight: normal;
> text-decoration: none;
> margin-top: 172px;
> }
> #content #left h1 {
> font-family: Georgia, "Times New Roman", Times, serif;
> font-size: 32px;
> font-weight: normal;
> color: #20723D;
> }
> #contentkids #left {
> text-align: left;
> float: left;
> height: auto;
> width: 340px;
> padding-left: 92px;
> color: #21723C;
> font-family: Georgia, "Times New Roman", Times, serif;
> font-size: 15px;
> line-height: 22px;
> font-weight: normal;
> text-decoration: none;
> margin-top: 190px;
> }
> #contentkids #left h1 {
> font-family: Georgia, "Times New Roman", Times, serif;
> font-size: 32px;
> font-weight: normal;
> color: #20723D;
> }
> #contentkids #left a {
> color: #20723D;
> text-decoration: underline;
> }
> #contentkids #left a:hover {
> color: #861316;
> text-decoration: none;
> }
> #content #right {
> float: right;
> height: auto;
> width: 368px;
> }
> #contentkids #right {
> float: right;
> height: auto;
> width: 368px;
> margin-top: 190px;
> }
> #content #footer {
> font-family: Georgia, "Times New Roman", Times, serif;
> font-size: 14px;
> font-weight: normal;
> text-transform: uppercase;
> color: #861316;
> text-decoration: none;
> text-align: center;
> padding-top: 12px;
> padding-bottom: 12px;
> clear: both;
> }
> #content #footer a {
> color: #861316;
> text-decoration: none;
> }
> #content #footer a:hover {
> color: #1F713A;
> text-decoration: none;
> }
> #contentkids #footer {
> font-family: Georgia, "Times New Roman", Times, serif;
> font-size: 14px;
> font-weight: normal;
> text-transform: uppercase;
> color: #861316;
> text-decoration: none;
> text-align: center;
> padding-top: 12px;
> padding-bottom: 12px;
> clear: both;
> }
> #contentkids #footer a {
> color: #861316;
> text-decoration: none;
> }
> #contentkids #footer a:hover {
> color: #1F713A;
> text-decoration: none;
> }
>
> Any help would be appreciated. Thanks,
> Dan
>

Similar Messages

  • How can I create banners with 100% height?

    I want the homepage to load with 100% height and there buttons that anchor to sections further down the website that I also want to be 100% height when scrolled to.

    3rd post on same question by same user :
    Re: how can I Create function with an  out Parameter
    how can I Create function with an  out Parameter

  • Create an image with 100% height?

    Hi,
    I am working on a project and require an image to stretch to
    the full height of the table cell.
    The width will be fixed at 40 pixels, but I require the
    height to always be 100% of the cell.
    I have tried simply adding the height tag as 100%, but this
    proves inconsistent in various browsers.Is there a way in which I
    can achieve this, so it will work consistently on all browsers and
    platforms?
    Many thanks

    Make it a background image and let it tile to fill the space.
    Or just use
    an HTML color background.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "TangentGraphic" <[email protected]> wrote
    in message
    news:euftp1$d1s$[email protected]..
    > Sorry in delayed response - Adobe server down...
    >
    > The image is a flat coloured gif - image distorsion is
    not an issue. Are
    > you aware of my best way to achieve its 100% height?
    >
    > Thanks

  • A problem with the height of the sidebars on my website

    I am trying to make a website for one of my modules in college and I have come across a little problem.
    http://joehowlin.com/onlinesafety/index.htmlhttp://joehowlin.com/onlinesafety/index.html
    The left hand sidebar doesn't extend down to the footer (the same would  happen to the right hand sidebar if the text wasn't there). I have tried  to set the height of the sidebar to 100% and it didn't change the  height at all.
    I can't really have the sidebars at a set pixel height because there will be different amount information on different pages.
    I was told of a way to do it by having the height defined in the <html> tag, but that casues some validation errors and I want to try get my website as html valid as I can.
    Does anyone know of a way that can help me?

    Equal Height CSS Divisions -
    http://forums.adobe.com/message/3264374#3264374
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Problem With 100% Down Payment A/R Invoice

    Hi All,
    I am facing a problem while creating a 100% A/R Down Payment Invoice.
    Let me describe the steps that I have followed-
      1. Initially Customer C1 has :
                           Account Balance=0, Deliveries=0, Orders=0. It's a new customer.
      2. I am adding a Sales Order for this Customer.Details-
                           Total Amount Before Discount=9000, Tax=360, Total=9360
      3. Creating one A/R Down Payment Invoice for this customer and this Sales Order with -
                            DPM=100%, Applied Amount=9360
      4. After that I am creating Incoming Payment of that Down Payment.
                            Payment Means = By Credit Card. Amount=9360
      5. I create a Delivery document based on the Sales Order.
          Now Customer details is:
                             Account Balance=0, Deliveries=9360, Orders=0.
      6. I create A/R Invoice based on the Delivery and face the problem. Invoice Details:
                            Total Amount Before Discount=9000,Total Down Payment=9000,
                            Tax=360, Total=360, Balance Due=360
          Now Customer details is:
                             Account Balance=360, Deliveries=0, Orders=0.
    My expected Result is in Invoice, Total Down Payment should be 9360(which is 9000, ie excluding Tax)
    and Balance Due should be 0 (which is 360 now).
    I expect all balances of customer should be 0 after step-6.
    Am I doing anything wrong or jumping any step or is it a bug?
    When I am doing down payment of 50% I am getting the expected result.

    Hi Sibasish Sengupta
    When doing A/R invoice automatically sap shows the down payment value and u should not add the document, if u add like this, what u have told it will happen like that only that is ur tax value will be cary forward.
    To avoid this click in down payment check box and give ok or select that A/R down p[ayment then u check it its works fine. Ur A/R invoice will be a Zero value.
    I have tested as per ur scenerio its works fine .
    giri

  • Conditional Text in Table - Problems with row height adjustment

    Hey there,
    I’m german but I try to express my problem in english as good as I can. Not always easy with the different menu names. Hope you get what I want to say! :-)
    As you can see in my attached screenshot, I placed text in a table.
    Text height is set to: minimum 1,5 … so it adjusts to the amount of text.
    This is what I want - it should adjust the height to the marked/aktivated conditional text.
    It always adjusts the hight when I blind out the first line oder lines in between (e.g. line 2+3 of 4).
    But if I want to blind out the last line(s), there is a ¶ at the end and a extra blank line with the #.
    I know, the # stands for the following hidden Text, but why does it work with the red/green text.
    There is also text hidden (green), but the mark # is right after the last word - not in a new line.
    Has anyone a solution for this?
    Thanks in advance!

    That's ok so far. A paragraph sign at the end of a text forces a new line.
    To change that do the following:
    For every condition you need another condition just for the paragraph sign that comes immediately after the condition. Not after every paragraph of one condition, but at the end of every consecutive numbers of paragraphs of the same condition.
    So in your third example you'll need two conditions more:
    1. One for the paragraph sign at the end of condition "meaasurements"
    2. One for the paragraph sign at the end of condition "price 2"
    Whenever you make the other conditions invisible, you also have to turn off the new conditions that only control the paragraph signs.
    See the following screenshots:
    Uwe

  • Spry Menu Bar (horizontal) - Problems with uneveness (height variance) between adjacent items

    Hello:
    Like many I will confess that I am new to the spry experience and attempting to catch up.  I am trying to design a horizontal menu bar that employs a background image (repeating GIF gradient bar repeated along the the x-access) to create a beveled/rounded edge effect.  I have another with a different hue that is used on focus and mouse over, etc.  While this works well with the drop downs, there appears to be a "boxiness" between adjacent top level menu items and they appear to have slightly different height.  This seems to be determined by the text forms the content of any link or menu item.  In effect it creates other differences in appearance as the outer most (top and bottom edges) of the GIF appear to be cut off from one menu item to the next.  This leaves a very undesirable look to the page as it juts up and then falls back as it the top level item moves across the web page.
    The other point I should make is that this problem, although it exists in all browsers to some extent, is most pronounced in IE6 and below.  Unfortunately many of the anticipated visitors to this site are forced by their IT department to use IE6.
    My question is:  can you set a variable that overrides or determines the height of the background of the menu items?  Alternatively is there some other way of addressing the problem so that I can get a uniform look as the menu items transition to each other.
    Thanks in advance for any help that can be offered.
    Steve.

    Announcement: New to Spry, or  the Spry forums?
    Hide Details
    Before you post a topic please verify  that:
    You  are using the latest Spry files
    The latest version of  the Adobe Spry Framework is 1.6.1, this is the same version that ships  with Dreamweaver CS4. If you use Dreamweaver CS3 (uses Spry 1.4), its  wise to upgrade your files to the latest version. This can easily be  done using the Spry Updater that can be found here.
    Your  question was not asked before
    Using the search  functionality on forums you can easily find out if your question has  been answered before. While you are in search, you can specify the  search locations. The Spry forum can be found under:
    Adobe  Labs > Spry Framework for Ajax
    Your question can not be  found in the existing documentation
    Spry provides you  with allot of documentation this can found on different locations. In  the sidebar of this forum you can find a small summary of resources that  will help you on your way.
    If these options do not apply to your question,  please be so kind to also supply the following information in your topic  together with a clear description of your issue:
    What  browsers does this issue occure:
    example: Internet Explorer 8 on  Window 7 and Firefox 3.0 on Mac OSX
    What version  of Spry are using:
    example: Spry 1.6.1 ( the version number can  be found in license header of the .css and .js files )
    What  is the url of your website or page in issue:
    example: http://www.example.com/page/in/issue.html
    Step  to reproduce the issue:
    example: Scroll down till you find the  header "help", there you will see a Spry Accordion. When you click on it  it will not open or close.
    So users can provide you with a  better answer, without having to ask you for further details.

  • Problem with auto height property in .dwt template file

    following is the code for the template file of my website, the pages which this is template for have different length content but the height wont adjust according to the content and the text over flows under the footer and the green content area does not lengthen with the content. i havent uploaded the pages because there is this error so cant give an address for online sample. the content is in the "page-body" tag which is an editabbe region, the content in the tag is for experimental pupose copy and paste it iver n over for different content lengths, id really appreciate a quick reply need to upload the pages asap
    <!DOCTYPE html>
    <html  lang="en" dir="ltr" id="du-edu"  crossriderapp5060="true" crossriderapp-plugins-5060="true"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
              <!-- mimic Internet Explorer 7 for president's micro-site -->
              <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
              <meta name="msvalidate.01" content="5D411CE78DB32250E9FA56793A53B72D">     
        <link href="../pu/pupagetemplate_files/top_navigation_layout.css" rel="stylesheet" type="text/css" media="all">
        <link href="../pu/pupagetemplate_files/slideshow.css" rel="stylesheet" type="text/css" media="screen">
        <!-- include css definitions for positioning the main body of page -->
        <link href="../pu/pupagetemplate_files/index_layout.css" rel="stylesheet" type="text/css" media="all">
        <!-- include css definitions for positioning the bottom navigation elements -->
        <link href="../pu/pupagetemplate_files/bottom_navigation_layout.css" rel="stylesheet" type="text/css" media="all">   
        <!-- include css definitions for formatting most inline text styles -->
        <link href="../pu/pupagetemplate_files/text_styles.css" rel="stylesheet" type="text/css" media="all">
        <!-- TemplateBeginEditable name="doctitle" -->
        <title>Peace University USA</title>
        <!-- TemplateEndEditable -->
        <meta name="Description" content="An nnovative private university in Dashington DC, PU offers innovative and rigorous undergraduate, graduate and professional programs. The University is distinguished by its hands-on learning opportunities, strong faculty-student collaboration and global perspective. ">
                            <meta name="Keywords" content="university, Peace, degrees, bachelors degree, masters degree, doctorate, school of social work, alumni, public good">
              <meta name="author" content="Peace University USA">
         <link rel="shortcut icon" href="http://faithinpeace.org/.images/favicon.ico" sizes="16x16" type="image/x-icon">
          <link rel="shortcut icon" href="http://faithinpeace.org/images/favicon.ico" sizes="16x16 32x32 48x48 57x57 144x144" type="image/gif">
          <link href="../pu/pupagetemplate_files/style.css" rel="stylesheet" type="text/css" id="css">
          <link href="../pu/pupagetemplate_files/home.css" rel="stylesheet" type="text/css" id="css">
       <style type="text/css">
       body {
              background-color: #252525;
              background-image: url(../pu/pupagetemplate_files/website%20background.jpg);
       body,td,th {
              color: #FFFFFF;
       a:link {
              color: #000;
    a:visited {
              color: #000;
       #apDiv1 {
              position:absolute;
              width:531px;
              height:115px;
              z-index:7;
              background-image: url(../pu/images/logo.png);
              top: 1px;
       #du-edu body #globalFooter #footerLinksContainer #subFooter ul li a {
              text-align: left;
       #apDiv2 {
              position:absolute;
              width:323px;
              height:91px;
              z-index:6;
              top: 100px;
              /* [disabled]background-image: url(../pu/images/logoplain.png); */
              left: 678px;
       .b {
              list-style-type: circle;
              color: #FFFFFF;
       #apDiv3 {
              position:absolute;
              width:200px;
              height:54px;
              z-index:-2147483648;
              left: 24px;
              top: 3px;
       #apDiv4 {
              position:absolute;
              width:592px;
              height:70px;
              z-index:6;
              left: 3px;
              top: -1px;
       #apDiv5 {
              position:absolute;
              width:200px;
              height:115px;
              z-index:-2147483648;
       #apDiv6 {
              position:absolute;
              width:200px;
              height:115px;
              z-index:10;
       #apDiv7 {
              position:absolute;
              width:862px;
              height:auto;
              z-index:12;
              left: 84px;
              top: 92px;
              min-height: 573px;
       #apDiv8 {
              position:absolute;
              width:349px;
              height:382px;
              z-index:11;
              left: 488px;
              top: 232px;
              background-image: url(../pu/pupagetemplate_files/pwm.png);
              background-repeat: no-repeat;
              opacity: 0.5;
       </style>
       <script type="text/javascript">
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
       </script>
       <!-- TemplateBeginEditable name="head" -->
       <!-- TemplateEndEditable -->
    </head>
       <body onLoad="MM_preloadImages('../pu/pupagetemplate_files/ropagelogo.png')"><div id="pageWrapper" class="broke-endless-pages">                       
       <div id="alertbox" class="none">
       </div>
       <div id="apDiv6">
         <div id="header">
           <!-- *** mainNav: holds the actual navigation imagery -->
           <div id="mainNav">
             <ul id="topNavLinks">
               <li class=""><a href="http://faithinpeace.org/about.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Top&#39;, &#39;About Top&#39;]);">About Peace</a> |
                 <div id="menu1" class="subNavMenu" style="visibility: hidden; ">
                   <div class="subNavArrow"><img src="../pu/pupagetemplate_files/nav_arrow.gif" height="14" width="20" alt=""></div>
                   <div class="column">
                     <ul class="subNavLinks">
                       <li class="secondLevelNavTop"><a href="http://faithinpeace.org/about.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow About&#39;, &#39;History&#39;]);">History &amp; Mission</a></li>
                       <li class="secondLevelNav"><a href="http://faithinpeace.org/about.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow About&#39;, &#39;Administration&#39;]);">Facts &amp; Figures</a></li>
                       <li class="thirdLevelNav"><a href="http://faithinpeace.org/rnd.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow About&#39;, &#39;President&#39;]);">Research &amp; Development</a></li>
                       <li class="thirdLevelNav"><a href="http://www.facebook.com/pages/MAD-Media-Art-and-Design-Center-of-Excellence/31164214225245 2" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow About&#39;, &#39;Provost&#39;]);">Media Arts &amp; Design</a></li>
                       <li class="thirdLevelNav"><a href="http://www.facebook.com/YOUTHENGAGEMENTPLATFORM" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow About&#39;, &#39;Finance&#39;]);">Youth Engagement Platform</a></li>
                     </ul>
                   </div>
                 </div>
               </li>
               <li class="hoverIt"><a href="http://faithinpeace.org/admissions.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Top&#39;, &#39;Admissions Top&#39;]);">Admissions</a> |
                 <div id="menu2" class="subNavMenu" style="visibility: hidden; ">
                   <div class="subNavArrow"><img src="../pu/pupagetemplate_files/nav_arrow.gif" height="14" width="20" alt=""></div>
                   <div class="column">
                     <ul class="subNavLinks">
                       <li class="secondLevelNavTop"><a href="http://faithinpeace.org/undergraduate.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Admission&#39;, &#39;Undergrad Programs&#39;]);">Apply</a></li>
                       <li class="thirdLevelNav"><a href="http://faithinpeace.org/howtoapply.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Admission&#39;, &#39;Apply&#39;]);">Apply Now</a></li>
                       <li class="thirdLevelNav"><a href="http://faithinpeace.org/Peace-University-Catalog-2011-12.pdf" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Admission&#39;, &#39;Materials&#39;]);">Catalog</a></li>
                       <li class="thirdLevelNav"><a href="http://faithinpeace.org/Peace-University-Admission-Application-Form.pdf" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Admission&#39;, &#39;Materials&#39;]);">Applicationa Form</a></li>
                       <li class="secondLevelNavTop"><a href="http://faithinpeace.org/undergraduate.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Admission&#39;, &#39;Undergrad Programs&#39;]);"> Undergraduate Programs</a></li>
                       <li class="secondLevelNavTop"><a href="http://faithinpeace.org/graduate.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Admission&#39;, &#39;Grad Programs&#39;]);">Graduate Programs</a></li>
                       <li class="secondLevelNavTop"><a href="http://faithinpeace.org/nondegree.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Admission&#39;, &#39;Apply Grad Programs&#39;]);">Non-Degree Programs</a></li>
                     </ul>
                   </div>
                 </div>
               </li>
               <li class=""><a href="http://faithinpeace.org/academics.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Top&#39;, &#39;Schools Top&#39;]);">Academics</a> |
                 <div id="menu3" class="subNavMenu" style="visibility: hidden; ">
                   <div class="subNavArrow"><img src="../pu/pupagetemplate_files/nav_arrow.gif" height="14" width="20" alt=""></div>
                   <div class="column">
                     <ul class="subNavLinks">
                     </ul>
                   </div>
                   <div class="column">
                     <ul class="subNavLinks">
                       <li class="secondLevelNavTop"><a href="http://faithinpeace.org/diciplines.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Schools&#39;, &#39;Departments&#39;]);">Departments and Disciplines</a></li>
                       <li class="secondLevelNav"><a href="http://faithinpeace.org/undergraduate.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Schools&#39;, &#39;Undergrad Studies&#39;]);">Undergraduate Studies</a></li>
                       <li class="secondLevelNav"><a href="http://faithinpeace.org/graduate.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Schools&#39;, &#39;Grad Studies&#39;]);">Graduate Studies</a></li>
                       <li class="secondLevelNav"><a href="http://faithinpeace.org/nondegree.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Schools&#39;, &#39;Part-time&#39;]);">Part-Time and Non-Degree</a></li>
                       <li class="secondLevelNav"><a href="http://http//www.digital.edu/lms/" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Schools&#39;, &#39;Distance&#39;]);">Distance Education</a></li>
                     </ul>
                   </div>
                   <div class="column">
                     <ul class="subNavLinks">
                       <li class="secondLevelNavTop"><a href="http://faithinpeace.org/Peace-University-Catalog-2011-12.pdf" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Schools&#39;, &#39;Online Catalog&#39;]);">Online Academic Catalog</a></li>
                       <li class="secondLevelNav"><a href="http://faithinpeace.org/courses.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Schools&#39;, &#39;Course Listings&#39;]);">Course Listings</a></li>
                       <li class="secondLevelNav"><a href="http://faithinpeace.org/howtoapply.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Schools&#39;, &#39;Admissions Info&#39;]);">Admissions Information</a></li>
                     </ul>
                   </div>
                 </div>
               </li>
               <li><a href="http://webapps.jhu.edu/jhuniverse/research/" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Top&#39;, &#39;Research Top&#39;]);">Research</a> |
                 <div id="menu4" class="subNavMenu">
                   <div class="subNavArrow"><img src="../pu/pupagetemplate_files/nav_arrow.gif" height="14" width="20" alt=""></div>
                   <div class="column">
                     <ul class="subNavLinks">
                       <li class="secondLevelNavTop"><a href="http://digital.edu/callforpapers.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Research&#39;, &#39;APL Research&#39;]);">Call for Papers</a></li>
                     </ul>
                   </div>
                 </div>
               </li>
               <li class="hoverIt"><a href="http://faithinpeace.org/faculty.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Top&#39;, &#39;Athletics Top&#39;]);">Faculty</a> | </li>
               <li><a href="http://alumni.jhu.edu/" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Top&#39;, &#39;Alumni Top&#39;]);">Contact Us</a></li>
             </ul>
           </div>
           <!-- *** mainNav div ends here*** -->
         </div>
       </div>
       </div>
       <a class="hiddenFromViewer broke-endless-pages" href="http://www.faithinpeace.org/#skippedNav">Skip navigation</a>
       <header id="globalHeader">
              <div id="globalHeaderContent">
                <nav id="globalNav"></nav>
                <section class="searchContainer">
                  <nav id="globalUtilities">
                    <ol>
                      <li></li>
                    </ol>
                  </nav>
                </section>
                <div class="clear">
                  <div id="apDiv2"><a href="../pu/index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('logo1','','../pu/pupagetemplate_files/ropagelogo.png',1)"><img src="../pu/pupagetemplate_files/pagelogoplain.png" name="logo1" width="323" height="86" border="0"></a></div>
                </div>
              </div>
       </header>
    <div id="contentWrapper"><div id="apDiv7"><!-- TemplateBeginEditable name="page-body" --> <span class="align">eace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.  While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals. While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals. While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals. While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals. While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or mediciPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyne). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordingly. </span> . <!-- TemplateEndEditable --></div>
      </section>
    </div>
       </div>
       <footer id="globalFooter" name="globalFooter">
             <section id="footerLinksContainer">
           <nav id="learnFooter" class="footerLinks">
              <h1>Academics</h1>
              <div class="footerBorder">
    <h2>Undergraduates</h2>
    <ul>
      <li><a href="http://faithinpeace.org/undergraduate.htm" title="Degree Programs">Degree Programs</a></li>
      <li><a href="http://faithinpeace.org/faculty.htm" title="Faculty &amp; Staff">Faculty &amp; Staff</a></li>
    </ul>
    <h2>Graduates</h2>
    <ul>
      <li><a href="http://faithinpeace.org/graduate.htm" title="Degree Programs">Degree Programs</a></li>
      <li><a href="http://faithinpeace.org/rnd.htm" title="Graduate Research">Graduate Research</a></li>
      <li><a href="http://faithinpeace.org/faculty.htm" title="Faculty &amp; Staff">Faculty &amp; Staff</a></li>
    </ul>
                <h2>Non Degree</h2>
                <ul>
                  <li><a href="http://faithinpeace.org/nondegree.htm" title="Programs">Programs</a></li>
                  <li></li>
                  <li><a href="http://faithinpeace.org/faculty.htm">Faculty &amp; Staff</a></li>
                </ul>
             </div>
       </nav>
            <nav id="liveFooter" class="footerLinks">
              <h1>Virtual University</h1>
              <div class="footerBorder">
                <ul>
                  <li><a href="http://www.digital.edu/lms">Log In</a></li>
                  <li></li>
                </ul>
              </div>
            </nav>
            <nav id="applyFooter" class="footerLinks">
              <h1>About Us</h1>
              <div class="footerBorder">
                    <ul>
                  <li></li>
                  <li><a href="http://faithinpeace.org/about.htm" title="Facts &amp; Figures">Facts &amp; Figures</a></li>
                  <li></li>
                  <li><a href="http://faithinpeace.org/mission.htm" title="Vision &amp; Values">Vision &amp; Values</a></li>
                  <li><a href="http://faithinpeace.org/rnd.htm" title="Research &amp; Development">Research &amp; Development</a></li>
                  <li><a href="http://www.facebook.com/pages/YEP-Youth-Engagement-Platform-Peace/309623245721408" title="Youth Engagement Platform">Youth Engagement Platform</a></li>
                  <li><a href="http://www.facebook.com/pages/MAD-Media-Art-and-Design-Center-of-Excellence/31164214225245 2" title="&gt;Media Arts &amp; Design">Media Arts &amp; Design</a></li>
                </ul><br>
                <h2><a href="">Partners</a></h2><br>
                <ul>
                           <li><a href="http://digital.edu/"><img src="../pu/pupagetemplate_files/dulogoteal2.png" width="111" height="43"></a> <br></li>
                  <li><a href="http://digitalinternational.com/collaborate.htm"><img src="../pu/pupagetemplate_files/dilogoorange.png" width="111" height="43"></a><br></li></ul>
              </div>
            </nav>
            <nav id="applyFooter" class="footerLinks">
              <h1>Apply</h1>
              <div class="footerBorder">
                <h2>Undergraduates</h2>
                <ul>
                  <li><a href="http://faithinpeace.org/admissions.htm" title="Admission">Admission</a></li>
                  <li><a href="http://faithinpeace.org/financialinfo.htm" title="Tuition and Fee">Tuition and Fee</a></li>
                  <li><a href="http://faithinpeace.org/aid.htm" title="Financial Aid and Scholarships">Financial Aid and Scholarships</a></li>
                </ul>
                <h2>Graduates</h2>
                <ul>
                  <li><a href="http://faithinpeace.org/admissions.htm" title="Admission">Admission</a></li>
                  <li><a href="http://faithinpeace.org/financialinfo.htm" title="Tuition &amp; Fee">Tuition &amp; Fee</a></li>
                  <li><a href="http://faithinpeace.org/aid.htm" title="Financial Aid and Scholarships">Financial Aid and Scholarships</a></li>
                </ul>
                <h2><a href="http://faithinpeace.org/howtoapply.htm">How to Apply</a></h2>
              </div>
            </nav>
            <nav id="newsFooter" class="footerLinks">
              <h1>Contact</h1>
              <div class="footerBorder">
                <ul>
                  <li><a href="http://faithinpeace.org/employment.htm" title="Employment">Employment</a></li>
                  <li><a href="http://faithinpeace.org/careers.htm" title="Career and Development">Career and Development</a></li>
                  <li><a href="http://eepurl.com/nj22f">Contact Form</a></li>
                </ul>
              </div>
            </nav>
    <div class="clear"><!--//--></div>
                <section id="followList">
              <ul>
                <li></li>
    </ul></section>
                <nav id="subFooter">
    <ul>
            <blockquote>
              <p><a href="http://www.facebook.com/pages/Peace-University/235720776442514" target="_blank" title="Peace University facebook"><img alt="Facebook" src="../pu/pupagetemplate_files/btn_facebook.jpg"></a> | <a href="http://faithinpeace.org/contact.htm" title="&gt;Contact Us">Contact Us</a> | <a href="http://faithinpeace.org/employment.htm" title="Jobs">Jobs</a> | 
              </p>
              <p> Peace University USA is an equal opportunity affirmative action institution.<span style="display:none;"><a href="http://www.omniupdate.com/oucampus/de.jsp?user=Denver&site=DU_Main&path=%2Findex.pcf"><img src="../pu/pupagetemplate_files/icon_edit_lt.png"></a></span>
              </p>
              <p> </p>
            </blockquote>
            </ul>
    </nav>
          </section>
    </footer>
       <div id="apDiv8"></div>
    <script>
    try{for(var lastpass_iter=0; lastpass_iter < document.forms.length; lastpass_iter++){ var lastpass_f = document.forms[lastpass_iter]; if(typeof(lastpass_f.lpsubmitorig2)=="undefined"){ lastpass_f.lpsubmitorig2 = lastpass_f.submit; lastpass_f.submit = function(){ var form=this; var customEvent = document.createEvent("Event"); customEvent.initEvent("lpCustomEvent", true, true); var d = document.getElementById("hiddenlpsubmitdiv"); for(var i = 0; i < document.forms.length; i++){ if(document.forms[i]==form){ d.innerText=i; } } d.dispatchEvent(customEvent); form.lpsubmitorig2(); } } }}catch(e){}
       </script><sfmsg id="sfMsgId" data="{&quot;imageCount&quot;:0,&quot;ip&quot;:&quot;182.177.153.216&quot;}"></sfmsg><div class="extLives"></div></body></html>

    sandyrojito wrote:
    how do i fix it though? can make corrections in the code and send me the code?
    It's not fixable. If you do not know how to use static <divs> then you might want to consider using a table stucture for the construction. Whilst not the ideal way to go tables do work in conjunction with one another.
    You can only really use abosolutely positioned <divs> for  a simple website which has say a header and 2/3/4 columns and no footer. As soon as you try to include a footer the absolutely positioned column <divs> can't recognise it's there so any content in them does not push the footer down.

  • Problem with automated height/width after applying effect

    Hey guys,
    I have a panel that automatically resizes after some other contents is being added. All the time there is a scale-effect. Whenever I move the mouse over any of those children they zoom in and there the height & width of the parent container automatically resizes.
    However I have a minimize button for that one along with a resize effect. I can resize the complete container to a minimize size (e.g. 40x40), but when I resize back with the same effect, the panel does not automatically resizes with added children anymore.
    I did not set any special properties on the panel from the beginning, but some property must be different now. It is not "autoLayout" and also the "percentageWidth/Height" does not work properly as that command will cause the panel to stretch over the complete stage. Any suggestions here?

    Mmmh...that does not seem to solve the issue for me. Even when setting the width and height to NaN before the effect is played, it will still lead to a fixed height and width of the parent panel container. When I add new children the parent container is not properly resized, means that the chiildren just go beyond the parent container's border.
    Setting these parameters after the effect is done leads to the following crash: ArgumentError: Error #2004: One of the parameters is invalid.
    at flash.display::Graphics/drawRect()
    at spark.accessibility::PanelAccImpl/eventHandler()[E:\dev\4.0.0\frameworks\projects\spark\s rc\spark\accessibility\PanelAccImpl.as:361]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\co re\UIComponent.as:12266]
    at mx.core::UIComponent/dispatchResizeEvent()[E:\dev\4.0.0\frameworks\projects\framework\src \mx\core\UIComponent.as:9641]
    at mx.core::UIComponent/commitProperties()[E:\dev\4.0.0\frameworks\projects\framework\src\mx \core\UIComponent.as:7866]
    at spark.components.supportClasses::SkinnableComponent/commitProperties()[E:\dev\4.0.0\frame works\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:414]
    at mx.core::UIComponent/validateProperties()[E:\dev\4.0.0\frameworks\projects\framework\src\ mx\core\UIComponent.as:7772]
    at mx.managers::LayoutManager/validateProperties()[E:\dev\4.0.0\frameworks\projects\framewor k\src\mx\managers\LayoutManager.as:572]
    at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.0.0\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:730]
    at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.0.0\frameworks\projec ts\framework\src\mx\managers\LayoutManager.as:1072]
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()
    Here is my code...anything wrong here.
    private function recreateWindow(e:MouseEvent)//thrown once the user moves his mouse over the minimized panel
         myResizeEffect.heightFrom = 40;
         myResizeEffect.heightFrom = 40;
         myResizeEffect.heightFrom = lastHeight;
         myResizeEffect.heightFrom = lastWidth;
         myResizeEffect.play();
         myResizeEffect.addEventListener(EffectEvent.EFFECT_END,resetMinimizeValues);
    private function resetMinimizeValues(event:EffectEvent):void
         myResizeEffect.removeEventListener(EffectEvent.EFFECT_END,resetMinimizeValues);
         //adding the old listeners before the panel was minimized
         this.width = NaN;//crash
         this.height = NaN;//crash
    Any suggestions?
    ...and how can I remove the "Question answered"-tag...?

  • Problem with width/height of swfloader

    I am loading in a swf file via swfloader and I want the dimensions to be 600x300:
    <mx:SWFLoader id="loader1" width="600" height="300"/>
    In the loaded swf file, everything is layed out based on the dimensions.  I check the dimensions in the actions of the the first frame of the timeline.  When the swf file is embedded in html, this.stage.width is equal to 600.  However, when I load it via the SWFLoader above, this.stage.width is the size of my browser window.
    Why is this?  Is there a way to force it to stick to the dimensions set by SWFLoader?
    Thanks,Christie

    I figured out the problem.  Turns out there is only one stage and that is the stage of the flex application.  I went around this by adding a function to the embedded swf that allows me to resize it.  I'm not sure how I would have gotten around it if I did not have control over that file, but that is a  moot point for now.

  • Problem with minimal height of components that renders as DIV in FF

    I noticed this when I wanted to put af:spacer with height less then 10px.
    In panelGroupLayout (property layout set to vertical) I wanted to set vertical spacing
    between images to 5px. af:spacer that renders as img (width:1px / height:5px) was in DIV
    which hed height of minimal 13px.
    In IE7 everything is OK, but IE7 is not an option.

    SOVIET,
    In the latest build using FireFox 2.0.0.6 the af:spacer renders as follows which is as it is designed to do. Therefore, the issue is no longer present within the product. Thanks for your tremendous attention to detail.
    Regards,
    Ric
    For a height of 5 and width of 10 the af:spacer renders:
    &lt;div>&lt;img id="spacer1" src="/testcase-testcase-context-root/adf/images/t.gif" alt="" width="10" height="5"/>&lt;/div>For a height and width of 10 the af:spacer renders:
    &lt;div>&lt;img id="spacer1" src="/testcase-testcase-context-root/adf/images/t.gif" alt="" width="10" height="10"/>&lt;/div>For a height of 5 and width of 0 the af:spacer renders:
    &lt;div>&lt;img id="spacer1" src="/testcase-testcase-context-root/adf/images/t.gif" alt="" width="0" height="5"/>&lt;/div>For a height 10 and width of 0 the af:spacer renders:
    &lt;div>&lt;img id="spacer1" src="/testcase-testcase-context-root/adf/images/t.gif" alt="" width="0" height="10"/>&lt;/div>

  • Problem with row height

    Hi,
    I am working on XMLP PO Report.In this report I am displaying fixed rows (PO line items).PO line items are displaying perfectly but in Total row the unnecessary space is displaying.Meaning,suppose it is sufficient of 3 inch height but it is showing around 7 inches height at run time.
    Even I gave row height 3 inches in Table properties but still it is showing around 7 inches height at run time.
    Could you please any body suggest to over come this problem.
    Thanks and Regards

    Thank you very much for reply.
    I do not have cell margin set ups.
    In Cell Options window cell margins --> Same the whole table check box is selected and
    Options --> Wrap text check box is selected.
    Could you please tell me the required setups
    Thanks

  • BUG REPORT: Layers with 100% height in timeline knock bottommost layer(s) out of scrollable area

    I have tried to post this twice to the official bug report page, but (somewhat hilariously) the bug report page bounces it back with an internal error about an unknown email address, so I'm posting here too just in case. As I have no idea how to report a bug about the bug report page, I decided I might as well just post the bug here.
    CS5.5/Windows 7 - Verified on 6 different machines, some 64 bit, some 32 bit
    If I have a layer in the timeline that has been expanded to 200% or 300% (via Layer Properties) height, the bottom-most layers gets pushed outside of the viewable area. The scrollbars simply don't scroll that far. I double-checked and this is new since CS4--which still works correctly--so never let it be said that the engineers aren't working on the code! :-/
    Basically, I use this for audio layers, as it is nice to expand them to 200% so it's easier to see the waveform and guess where certain words are ending, etc when doing timeline syncing.
    It can be worked around by expanding the timeline to be tall enough to bring everything into view, so I suspect the bug lies in the scrollable area calculation. However, since space is at a premium, usually I only have about 5-6 layers worth of space allocated to the timeline panel, so this bug hits me quite frequently (since I have all my old projects set up with 200% audio tracks).

    sam wrote:
    I have the same soundcard (or at least the same modules loaded) and I'm getting good volume. 
    Things to check:
    If you have the pcm and main volume all the way up in alsa mixer that should be it.  You may have to adjust the volume separately if you use esd, arts, pulse, or jack (I don't use them). 
    Another thing to test is to make sure your using alsa not oss, and you may want to raise the oss level and see what happens. 
    The final thing is you want to check to see which sound device the audio programs are using (usually found in the preferences).
    If none of that works, then you're out of luck.  It would help if you post what sound programs you are using and what sound daemons you are using.
    Here is my Daemons line from /etc/rc.conf
    DAEMONS=(@syslog-ng @network @netfs @crond @alsa @hal @fam)
    So i would think im using alsa not oss.  but how would i go about raising the oss to make sure?  there is no "oss" option in alsamixer.  I have tried just abuot every audio progream there is and even firefox, all of them produce about half of the maximum volume level.

  • Problem with Window height

    I have no idea how come when in the Custom chrome, I had
    always lost a few lines at the bottom. Setting the
    nativeWindow.height to document.body.offsetHeight in runtime does
    help but after I minimize and restore the window, the problem come
    back.
    And by the way does any one has experience on creating a
    resizable window in the Custom chrome mode? What I did was creating
    a little symbol at the bottom-right and let user resize the window
    by dragging on it. However, after a resize in height, I also lost
    my symbol (actually I had to scroll down to see it, but ideally
    that's not correct, is it?)

    Here's an example of an HTML-based AIR app that uses custom
    chrome:
    http://www.adobe.com/devnet/air/ajax/quickstart/custom_chrome.html

  • Problems with 40 height tables and form.

    Hi
    I have a a table about 40 in height.I have inserted a form and one textfield and button. When I upload the page the form seems to be at the bottom of the table instead of in the middle.
    I have centered the form but I am not sure how to center it horizotally.
    Hope you can help.

    You'll have to post a URL to your page.  It's impossible to offer meaningful help without seeing your page/code.
    In the meantime, you might want to check your page for possible code errors.
    HTML Validator - http://validator.w3.org 
    CSS Validator - http://jigsaw.w3.org/css-validator/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

Maybe you are looking for

  • Chart axis problem

    I am writing data to a simple x-y chart where x values are cycle numbers (1,2,3,4....etc) and y values are times in seconds. The total number of cycles sent to the chart can be 100,000+, but I only need the last one hundred. I have therefore set the

  • Approval of Documents

    Hi,    I am trying to create a custom Workflow to Approve a Document in a Library. I cannot use the oob Approval as we have a special change and lookup for Approvers. I have all that functioning but I cannot get the Document to be set to Approve or R

  • Creating a Gui Input Form

    Hi, I've got a class called GamePanel which extends JPanel. Currently I have only one JTextField (theTextField1) and one JButton (theButton1). I've got a class called GameFrame which extends JFrame, in its constructor it creates a new GamePanel. It h

  • Updated itunes today now wont open getting message.......MSVCR80.dll not found cannot open itunes.......any ideas??

    updated itunes today now wont open getting message MSVCR80.dll not found......reinstalled itunes several times still not able to open itunes....any ideas?

  • Available stock in SalesOrder

    Hi, We use this query to check the available stock in an Salesorder for BOM items with FMS. I want to extend the query now with a WHERE clause to see only the items that are not enough in stock based on Quantity in Salesorder multiplied with the need