Need div to sit at bottom of containing div, now top content wont displace lower content when expanding

I wanted to make a site with a fixed height, but after
posting on this forum have decided against it.
Im now trying to make a sort of ‘best of both
worlds’ design that isn't a fixed height, but uses a
min-height value so it will have the same height for the majority
of users. The site will normally look like it want it to, but will
also be able to expand in the rare times this is needed,
sacrificing aesthetics only when necessary.
My site is here;
http://tfproperty.co.uk/testing/tfemp6/
Most of the top links work fine. I put extra text in the
‘Products and Services’ page and you can see that the
text does not displace the content below it, but instead goes
‘underneath’ it. The reason for this is the CSS below;
.bottom {
bottom:0;
left:0;
position:absolute;
If I remove this CSS then the text displaces the content
below it like it should. That CSS is there for a reason though. I
want the content of the div 'bottom' to sit at the bottom of the
div 'container'. If you click on the ‘TFE’s Energy
Plan’ links at the bottom of the page, the text ‘coming
soon’ appears. I need this text to appear from the bottom of
the page (which it currently does).
Thanks for all the help that has got me to this stage, but
how can I get round this final problem?
thanks

> what do you mean by 'clear the float'? something like
this?;
>
http://www.positioniseverything.net/easyclearing.html
Sorta, but definitely not that. Read this to see -
http://www.tjkdesign.com/articles/clearing-floats_and_block-formatting_context.asp
> Will using more id and less class think make a
difference on this page or
> is
> it more just good habit in general?
It is a good habit. And it forces you to think in terms of
the normal flow
of the page, rather than just slapping a class on an element.
In addition,
it will encourage you to begin thinking of the expanded use
of descendent
selectors.
> you can see the background image doesn't go all the way
down, despite
> being
> set to repeat. If i click on 'products and services' the
background image
> does
> repeat behind the text, but again only goes down about
10px into the div
> 'bottom'.
This will definitely be fixed by clearing the floats within
that container.
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
==================
"jdldn" <[email protected]> wrote in message
news:[email protected]...
> what do you mean by 'clear the float'? something like
this?;
>
http://www.positioniseverything.net/easyclearing.html
>
> Will using more id and less class think make a
difference on this page or
> is
> it more just good habit in general?
>
> ive taken screen shots to show the problem.
>
> according to a render site ie is working fine;
>
http://tfproperty.co.uk/testing/ie.tiff
>
> but his is how it looks to me in FF;
>
http://tfproperty.co.uk/testing/ff.tiff
>
> you can see the background image doesn't go all the way
down, despite
> being
> set to repeat. If i click on 'products and services' the
background image
> does
> repeat behind the text, but again only goes down about
10px into the div
> 'bottom'.
>
> 'container' and 'bottom' should both be contained in
'wrapper'
> thanks
>

Similar Messages

  • Need Help Fixing Site for IE6

    Hello.
    I've been working on a CSS drop down menu for my website
    which works fine in Internet Explorer 7 and all other modern
    browsers. But I used Browsershots.org to have a look at the site in
    IE6 and it was terrible. I am using Windows Vista so there is no
    way of me getting IE 6 on this machine (MultipleIE's doesn't work).
    So I need some help fixing for IE6. Page url is
    http://runecentral.net/index.php
    HTML Code and CSS Code;
    First the list
    <div class="menu">
    <ul id="nav">
    <li id="fi"><a href="
    http://www.runecentral.net/">Home</a></li>
    <li id="fi"><a href="
    http://forum.runecentral.net/">Forums</a></li>
    <li id="fi"><a href="
    http://chat.runecentral.net/">Chat</a></li>
    <li id="fi">Guides
    <ul>
    <li id="si"><a href="/skills.php">Skill
    Guides</a></li>
    <li id="si"><a href="/quests.php">Quest
    Guides</a></li>
    <li id="si"><a href="/minigames.php">Mini Game
    Guides</a></li>
    <li id="si"><a href="/guilds.php">Guild
    Guides</a></li>
    <li id="si"><a href="/cities.php">City
    Guides</a></li>
    <li id="si"><a
    href="/monsterhunting.php">Monster Hunting
    Guides</a></li>
    <li id="si"><a href="/moneymaking.php">Money
    Making Guides</a></li>
    <li id="si"><a
    href="/miscellaneous.php">Miscellaneous
    Guides</a></li>
    </ul>
    </li>
    <li id="fi">Databases
    <ul>
    <li id="si"><a href="/items.php">Item
    Database</a></li>
    <li id="si"><a href="/monsters.php">Monster
    Database</a></li>
    <li id="si"><a href="/npcs.php">NPC
    Database</a></li>
    <li id="si"><a href="/shops.php">Shop
    Database</a></li>
    </ul>
    </li>
    <li id="fi">Tools
    <ul>
    <li id="si"><a href="/skillcalcs.php">Skill
    Calculators</a></li>
    <li id="si"><a href="/skillplanners.php">Skill
    Planners</a></li>
    <li id="si"><a href="/maxhit.php">Max Hit
    Calculator</a></li>
    <li id="si"><a href="/combatcalc.php">Combat
    Calculator</a></li>
    </ul>
    </li>
    <li id="fi">Maps
    <ul>
    <li id="si"><a href="/worldmap.php">Official
    World Map</a></li>
    <li id="si"><a href="/dungeons.php">Dungeon
    Maps</a></li>
    </ul>
    </li>
    <li id="fi">Archives
    <ul id="nav">
    <li id="si"><a href="/newsarchive.php">News
    Archive</a></li>
    <li id="si"><a href="/pollarchive.php">Poll
    Archive</a></li>
    </ul>
    </li>
    <li id="fi"><a
    href="/contact.php">Contact</a></li>
    </ul>
    </div>
    Now the main CSS code
    .menu ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    .menu {
    text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    .menu a {
    text-decoration: none;
    color: #FFFFFF;
    ul#nav {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    ul#nav li {
    position: relative;
    float: left;
    #fi {
    width: 75px;
    height: 30px;
    cursor: pointer;
    #si {
    width: 170px;
    float: left;
    height: 25px;
    line-height: 25px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    background-color: red;
    ul#nav li:hover {
    background-color:#00FFCC;
    ul#nav li ul {
    display: none;
    ul#nav li:hover ul {
    display: inline;
    float: left;
    height: auto;
    padding: 0;
    margin: 0;
    text-align: left;
    ul#nav li:hover ul li {
    display: block;
    margin: 0;
    padding: 0 0 0 5px;
    height: 100%;
    ul#nav li#fi a {
    display: block;
    height: 100%;
    ul#nav li#fi:hover {
    background-image: url(/img/fixedbar_over.png);
    If you need any more code just check the page source.
    I know this is quite a lot to ask but I am really stuck as I
    cannot do it myself so any help would be greatly appreciated.
    Many thanks and regards,
    Perry Roper

    However, if it's
    http://www.runecentral.com/
    then you need to fix some of
    the 150 validation errors here:
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.runecentral.com%2F
    Jo
    "josie1one" <[email protected]> wrote in message
    news:[email protected]...
    >>
    http://runecentral.net/index.php
    > Appears to be a bad link
    >
    > --
    > Jo
    >
    >
    >
    > "Perry|" <[email protected]> wrote in
    message
    > news:[email protected]...
    >> Hello.
    >>
    >> I've been working on a CSS drop down menu for my
    website which works fine
    >> in
    >> Internet Explorer 7 and all other modern browsers.
    But I used
    >> Browsershots.org
    >> to have a look at the site in IE6 and it was
    terrible. I am using Windows
    >> Vista
    >> so there is no way of me getting IE 6 on this
    machine (MultipleIE's
    >> doesn't
    >> work). So I need some help fixing for IE6. Page url
    is
    >>
    http://runecentral.net/index.php
    HTML Code and CSS Code;
    >>
    >> First the list
    >>
    >> <div class="menu">
    >> <ul id="nav">
    >> <li id="fi"><a href="
    http://www.runecentral.net/">Home</a></li>
    >> <li id="fi"><a href="
    http://forum.runecentral.net/">Forums</a></li>
    >> <li id="fi"><a href="
    http://chat.runecentral.net/">Chat</a></li>
    >> <li id="fi">Guides
    >>
    >> <li id="si"><a href="/skills.php">Skill
    Guides</a></li>
    >> <li id="si"><a href="/quests.php">Quest
    Guides</a></li>
    >> <li id="si"><a
    href="/minigames.php">Mini Game Guides</a></li>
    >> <li id="si"><a href="/guilds.php">Guild
    Guides</a></li>
    >> <li id="si"><a href="/cities.php">City
    Guides</a></li>
    >> <li id="si"><a
    href="/monsterhunting.php">Monster Hunting
    >> Guides</a></li>
    >> <li id="si"><a
    href="/moneymaking.php">Money Making Guides</a></li>
    >> <li id="si"><a
    href="/miscellaneous.php">Miscellaneous
    Guides</a></li>
    >>
    >> </li>
    >> <li id="fi">Databases
    >>
    >> <li id="si"><a href="/items.php">Item
    Database</a></li>
    >> <li id="si"><a
    href="/monsters.php">Monster Database</a></li>
    >> <li id="si"><a href="/npcs.php">NPC
    Database</a></li>
    >> <li id="si"><a href="/shops.php">Shop
    Database</a></li>
    >>
    >> </li>
    >> <li id="fi">Tools
    >>
    >> <li id="si"><a
    href="/skillcalcs.php">Skill Calculators</a></li>
    >> <li id="si"><a
    href="/skillplanners.php">Skill Planners</a></li>
    >> <li id="si"><a href="/maxhit.php">Max
    Hit Calculator</a></li>
    >> <li id="si"><a
    href="/combatcalc.php">Combat Calculator</a></li>
    >>
    >> </li>
    >> <li id="fi">Maps
    >>
    >> <li id="si"><a
    href="/worldmap.php">Official World Map</a></li>
    >> <li id="si"><a
    href="/dungeons.php">Dungeon Maps</a></li>
    >>
    >> </li>
    >> <li id="fi">Archives
    >> <ul id="nav">
    >> <li id="si"><a
    href="/newsarchive.php">News Archive</a></li>
    >> <li id="si"><a
    href="/pollarchive.php">Poll Archive</a></li>
    >>
    >> </li>
    >> <li id="fi"><a
    href="/contact.php">Contact</a></li>
    >>
    >> </div>
    >>
    >> Now the main CSS code
    >>
    >> .menu ul, li {
    >> margin: 0;
    >> padding: 0;
    >> list-style-type: none;
    >> }
    >> .menu {
    >> text-align: center;
    >> font-size: 14px;
    >> height: 30px;
    >> line-height: 30px;
    >> }
    >> .menu a {
    >> text-decoration: none;
    >> color: #FFFFFF;
    >> }
    >> ul#nav {
    >> width: 100%;
    >> height: 30px;
    >> margin: 0 auto;
    >> }
    >> ul#nav li {
    >> position: relative;
    >> float: left;
    >> }
    >> #fi {
    >> width: 75px;
    >> height: 30px;
    >> cursor: pointer;
    >> }
    >> #si {
    >> width: 170px;
    >> float: left;
    >> height: 25px;
    >> line-height: 25px;
    >> border-right-width: 1px;
    >> border-bottom-width: 1px;
    >> border-left-width: 1px;
    >> border-right-style: solid;
    >> border-bottom-style: solid;
    >> border-left-style: solid;
    >> border-right-color: #000000;
    >> border-bottom-color: #000000;
    >> border-left-color: #000000;
    >> background-color: red;
    >> }
    >> ul#nav li:hover {
    >> background-color:#00FFCC;
    >> }
    >> ul#nav li ul {
    >> display: none;
    >> }
    >> ul#nav li:hover ul {
    >> display: inline;
    >> float: left;
    >> height: auto;
    >> padding: 0;
    >> margin: 0;
    >> text-align: left;
    >> }
    >> ul#nav li:hover ul li {
    >> display: block;
    >> margin: 0;
    >> padding: 0 0 0 5px;
    >> height: 100%;
    >> }
    >> ul#nav li#fi a {
    >> display: block;
    >> height: 100%;
    >> }
    >> ul#nav li#fi:hover {
    >> background-image: url(/img/fixedbar_over.png);
    >> }
    >>
    >> If you need any more code just check the page
    source.
    >>
    >> I know this is quite a lot to ask but I am really
    stuck as I cannot do it
    >> myself so any help would be greatly appreciated.
    >>
    >> Many thanks and regards,
    >>
    >> Perry Roper
    >>
    >
    >

  • On iTunes when i plug my iphone in, the bar at the bottom with contains the information about the capacity of my iphone, it has a bar called 'other' which has 4GB. I don't know what is taking up that space or how to get rid of it. please help :)

    On iTunes when i plug my iphone in, the bar at the bottom with contains the information about the capacity of my iphone, it has a bar called 'other' which has 4GB. I don't know what is taking up that space or how to get rid of it. please help

    You can reduce the size to normal, which is about 1GB, by restoring the phone.
    Backing Up, updating, and restoring your iPhone and iPod touch software
    The size of this part can increase when something goes wrong during a sync, or some files can't be read anymore by iTunes.

  • SCCM 2012 R2 - "Site - Client information" reports contain no data

    Hi,
    I'm running CM 2012 R2 and have a lot of clients installed. In management console, the clients are active, but Site - Client Information reports contain no data. The other reports, for example, Hardware - Processor etc., show data.
    What is wrong?

    Do you have a Fallback status point enabled and defined? if not then most of these report will not work.
    However Count of Client for each site should work.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Do I need multiple primary sites? Some design questions..

    I have about a thousand users & devices, across two sites.   Setting up SCCM 2012 R2 and wondering if I need to have multiple primary sites?
    From everything I've read so far, it seems that a single standalone site will handle tens of thousands of users/devices or some very large number, so I'm not sure if I'd ever need a secondary site or what it's function would be - failover, backup, or is
    it just best practice to have different roles spread across multiple servers?
    I was originally thinking of just doing a single primary site on a single server.  But then I'm not sure if my DP should be separate.
    Can someone point me the the right direction to a high level planning document or blog?
    Thanks
    Nathan

    How many clients are there in total? How many at each location? What's the WAN speed in between?
    Multiple primaries are only needed for scale out purposes (>100k clients)!
    Torsten Meringer | http://www.mssccmfaq.de
    About 500 at each, T1 speeds connect the sites, so I want to enable software metering I think.
    Also - if I have a single server with DP role installed, what kind of RAM/HD requirements are needed?  I know this probably varies with the install/features, but are there any ballpark estimates/starting points posted?  Sorry I know this is probably
    on the MS site somewhere, the the volume of information is hard to weed through.   Update, I found some good guidelines here:
    http://myitforum.com/myitforumwp/2012/06/27/sccm-2012-site-hardware-requirements/
    For 1000 or less users, is a single Gb NIC sufficient?  Sounds like it might be?   Also, when using a virtual machine, do you need to still somehow separate SQL logs & data from OS?
    Update #2, looks like that above post answered that question too:
    If you’re in a VM, it’s not sufficient to have a single VHD file, and having the roles split among 4 virtual drives inside that file.  It’s not sufficient to have that single file on a shared set of remote disks.  It’s not sufficient to have that
    single file on a dedicated set of disks, regardless of the number and size of those disks.  Any VM should be configured to only run the OS, and the 3 other spindles should be dedicated sets of disks, attached to the VM.  Otherwise, it’s like painting
    with watercolors in a hurricane…you’re spending a lot of time, looking creative, with zero value.
    But I'll take any follow up comments or recommendations if you have them on proper VM setup.
    Thanks
    Nathan

  • Why do we need to set site owner of a site collection?

    Hi All,
     why
    do we need to set site owner of a site collection?
    Thanks,
    Mohakk

    Hi Mohakk,
    Thanks for posting your issue, Kindly find the required details below
    The System Owner is responsible for the availability, and support and maintenance of a system and for the security of data residing on that system. The system owner is responsible for the availability, and support and maintenance, of a system and for the
    security of the data residing on that system. The system owner is responsible for ensuring that the computerized system is supported and maintained in accordance with applicable SOPs. The system owner also may be the process owner.
    The System Owner acts on behalf of the users. A System Owner may:
    Approval of key documentation as defined by plans and SOPs
    Ensuring that Standard Operating Procedures (SOPs) required for maintenance of the system exist and are followed
    Ensuring adequate training for maintenance and support staff
    Ensuring changes are managed
    Ensuring the availability of information for the system inventory and configuration management
    Providing adequate resources (personnel including SMEs, and financial resources) to support the system
    Reviewing audit reports, responding to findings, and taking appropriate actions to ensure compliance
    Coordinating input from other groups (e.g., finance, information security, safety, legal)
    Also, you can attend online learning course on below mentioned URL
    https://www.microsoft.com/learning/en-us/course.aspx?id=55035a
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Need to understand Site Assignment and Content Location Boundary Groups

    Okay I am very confused about something that I am seeing that is throwing my understanding of how Boundary Groups work completely off. 
    Here is my dilemma:
    I created two boundary groups, a site assignment and a content location boundary group. The site assignment boundary group contains all of my sites. The content location boundary group I have just has my datacenter systems where the DP installed on my site
    server is being referenced in that boundary group. 
    Now, I had two pilot deployments. The very first pilot deployment I had I created a content location boundary group for that site and referenced the local DP and when I deployed software updates to the clients there, I kept getting timeout errors. The second
    pilot deployment i had, I totally forgot to create a content location boundary group, but the software updates installed perfectly fine on those clients. 
    What the heck is going on here?
    I thought if a content locatoin boundary group was NOT created for a remote site, then those clients would not be able to receive any content at all, period. 
    Can someone please, please explain to me what is going on here?
    Thanks everyone

    A couple of additional comments here that build on the previous by Peter and Nick.
    Site assignment has nothing to do clients finding content so while it's good that you have a site assignment boundary group and even that you mentioned it, it has nothing to do with what's going on here. Also as a semantic side note, when referring
    to remote locations, you shouldn't use the word "site" when discussing ConfigMgr because "site" means something very specific and could cause confusion. I typically try to use the word "location".
    Clients that do not fall into a boundary within a content location boundary group automatically fall into a "default" boundary marked as slow in a default "boundary group". Neither of these is defined anywhere in the console or the product
    so default isn't exactly the right word here, but it does convey the meaning. Thus, not being in a defined boundary does not mean that clients cannot get content, just that they will only get content allowed for slow boundaries or where fallback is enabled.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • AD Site - do I need 1 Inter-Site Trnasport or I need more?

    AD Site - do I need 1 Inter-Site Trnasport or I need more?
    Dear Reader,
    I have 4 AD Sites connected using MPLS as following:
    Site1: DC01 8 MB Connection Speed
    Site2: DC02 8 MB Connection Speed
    Site 3: RODC01 1 MB Connection Speed
    Site 4: RODC02 1 MB Connection Speed
    All sites are connected to each other (its like a mesh), currently I have only 1 Inter-Site Transport link.
    I need to know the recommendation for the following:
    What is the advantage and disadvantage of having only 1 Inter-Site Trnasport Link?
    Is it recommended for my current WAN connectivity to have only 1 Inter-Site Trnasport Link?
    for those 4 sites, How many Inter-Site Transport links I have to made?
    In Properties of each of those suggested Inter-Site Transport links, which Sites should be in each link?
    Thanks for your fast reply

    Hello,
    I think this example is your basic setup
    http://technet.microsoft.com/en-us/library/cc783068(v=ws.10).aspx except you have 2 sites with RODC. Keep in mind that RODCs use an RWDC to replicate from so there is not a need to have connectivity between the RODC sites.
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://msmvps.com/blogs/mweber/
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Please asper my understanding for your words and the link, it is good to have the following Inter-Site Transport links:
    between Site1 and Site2
    Between Site1 and Site3
    Between Site1 and Site 4
    It is not mandatory to link Site2 with Site3 and Site4
    Please correct if I misunderstand the things.

  • This is my first Mac, I need on best site for Help me.

    This is my first Mac, I need on best site for Help me. Video is Better.

    http://www.apple.com/support/mac101/
    http://www.apple.com/support/switch101/ (for PC-Windows switcher)
    http://www.apple.com/findouthow/mac/ (videos)
    Stefan

  • Help needed to publish site via 1and1 instead of Mobileme

    Hi - I'm far from a computer whiz, and am struggling to publish my iWeb site via 1and1 using my newly registered personal domain name... When I do the test connection on the iWeb page, it tells me sth is wrong, but I have no idea what!?!? The details I have on there are:
    Server Address: ftp.1and1.com (don't know if this is correct though, or if this should be my personal domain name??? - 1and1 are the hosting site for me)
    User name and password as per my details for 1and1
    Directory/Path: www/ (don't know if this is right either, or how to find out??)
    Protocol: FTP
    When I click on Test connection - I get the message : Testing Failed. A connection to ftp.1and1.com couldn't be established. Verify your settings and try again. (I get the same thing if I change the server address to my domain name)
    The Website URL is : http://hilaryschachtphotography.com
    Can anyone help please?? :-))

    Go to the source :
    http://faq.1and1.com/websites/access/ftp/index.html
    http://faq.1and1.com/webspace__access/ftpaccount/index.html
    http://faq.1and1.com/webspace__access/ftpaccount/3.html
    Start by leaving the path empty.

  • Outside container in place, yet contents moving when zooming and in IE.

    Hello,
    Been working on a new page for about a week and have hit a brick wall.
    Placed a div container around my entire contents in hopes to keep them locked at all times, however, this is not the case.
    In Chrome and Firefox, when zooming in and out, you can see the right side shifting. (And is it me, or does the right column look longer than the left by just a hair???
    And in IE, it doesn't even look like my page.  WHY?
    http://www.saintleo.edu/VirtualTour/demo6.html
    I hope you can see what I'm asking for.  As always, I appreciate your time and assistance.
    Kind regards,
    JK

    Hi Nancy,
    I trust your opinion and have always learned something from your advice.
    I've started with what you have given me, however, I'm almost afraid to touch anything as I'm prone to overthinking or complicating the code.
    For example, my current worries are:
    1. Do I have to create div's in order to add spacing between the thumb images and text since it falls under one big <p>?
    2. The design that you provided is clean and sharp and I love it.  But, will I still be able to ultimately have the thumbs populate the larger image in the middle area which will play the Vimeo files?
    I guess that's where things spun out of control with my first go at it.  I just don't want to move forward without checking with you first.
    Here's my current code:  (Thank you again, Nancy.  You are so very helpful and I can't thank you enough.)
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5, 3-columns</title>
    <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
    <style>
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
    body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 100%;
    background-color: #275d39;
    color: #FFF;
    #wrapper {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden; /**float containment**/
    /**middle**/
    section {
    width: 56%;
    float: left;
    /**left and right**/
    aside {
    width: 22%;
    float: left;
    aside img {
    vertical-align: middle;
    border: 5px groove #FFF;
    float: left;
    aside p {
    padding: 6px;
    font-weight: bold;
    min-height: 75px;
    border: 2px solid #CCC;
    border-bottom: none;
    /**add bottom border to last p only**/
    aside p:last-child { border-bottom: 2px solid #CCC}
    /**on mouseover**/
    aside p:hover {
    cursor: pointer;
    background: #e2ae0e;
    color: #275d39;
    footer {
    clear: both;
    padding-top: 45px;
    padding-left: 45px;
    </style>
    </head>
    <body>
    <div id="wrapper">
    <!--left column-->
    <aside>
    <p><img alt="Overview" src="http://www.saintleo.edu/VirtualTour/Images/Overview-thumb.jpg">
    Overview</p>
    <p><img alt="St. Leo Abbey" src="http://www.saintleo.edu/VirtualTour/Images/St.LeoAbbey-thumb.jpg">
    St. Leo Abbey</p>
    <p><img alt="Athletics" src="http://www.saintleo.edu/VirtualTour/Images/Athletics-thumb.jpg">
    Athletics</p>
    <p><img alt="Student Community Center" src="http://www.saintleo.edu/VirtualTour/Images/StudentCommunityCenter-thumb.jpg">
    Student Community Center</p>
    <p><img alt="School of Education & Social Services" src="http://www.saintleo.edu/VirtualTour/Images/SchoolOfEducation&SocialServices-thumb.jpeg">
    School of Education & Social Services</p>
    </aside>
    <!--middle content area-->
    <section>
    <img alt="description" src="http://placehold.it/560x375">
    </section>
    <!--right column-->
    <aside>
    <p><img alt="Freshman Residence Halls" src="http://www.saintleo.edu/VirtualTour/Images/FreshmanResidenceHalls-thumb.jpg">
    Freshman Residence Halls</p>
    <p><img alt="School of Arts & Sciences" src="http://www.saintleo.edu/VirtualTour/Images/SchoolOfArts&Sciences-thumb.jpg">
    School of Arts & Sciences</p>
    <p><img alt="Residence Apartments" src="http://www.saintleo.edu/VirtualTour/Images/ResidenceApartments-thumb.jpg">
    Residence Apartments</p>
    <p><img alt="Student Activities Building" src="http://www.saintleo.edu/VirtualTour/Images/StudentActivitiesBuilding-thumb.jpg">
    Student Activities Building</p>
    <p><img alt="School of Business" src="http://www.saintleo.edu/VirtualTour/Images/SchoolOfBusiness-thumb.jpg">
    School of Business</p>
    </aside>
    <!--begin footer-->
    <footer> Your footer goes here... </footer>
    <!--end wrapper-->
    </div>
    </body>
    </html>

  • I actually need help but cannot find the answer. Please.......Lately when open a new tab it does not open with a blank page. I don't want to set my homepage as

    I actually need help but cannot find the answer.
    Please.......Lately when open a new tab it does not open with a blank page. I don't want to set my homepage as blank as when I first open Firefox, it automatically loads my hotmail page. But then if I open other pages I don't get a blank page. Help, please?
    Thank you.
    ''[Personal information removed by moderator. Please read [[Forum and chat rules and guidelines]], thanks.]''

    hello, please refer to [[New Tab Page – show, hide and customize top sites]] in order to switch the feature off.

  • I NEED HELP! How do you Create a Drop Down Accordion Navi with the child pages remaining expanded

    I would like to know how I can create a vertical accordion navigation with some custom modifications.
    I need it to function like this sites vertical navigation. (link is below)  Click on the parent page "bedrooms" and it expands revealing all of the "child pages" then click on one of the child pages, it turns the font to Underlined and all the child pages remain exposed!  (it does not collapse after you click on a child page!!!!!!!) I need my site to do this as it tells the visiter where they are exactly on the site!     Please HELP ME!  Thank You! 
    I would actually like mine to be a little more pronounced.  Perhaps having the link turn to BOLD Font indicating you are on that page.  And the main Parent page would have a diffrent background color. 
    Site that has the Navi that I want to Mimic:
    http://www.fowfurniture.com/
    EXAMPLE: Adhesives IS IN BOLD indicating you are on that page. and it remains open it should remain open until you click on another parent page like Hardwood. (Then the Hardwood child pages (Sub Menu) would expand looking like the carpet sub menus/child pages.  All of the accordians i have found seam to collapse after you select a child page (sub menu) and the visitor wouldn't know where he is on the site...  Please Help Me accomplish this!
    Carpet
                          Repairs
                          Fibers
                          Adhesives    
                          Tools
                          Pad
    Hardwood
    When nothing is selected it should look like this: The cell of "Carpet" is a slightly a diffrent color because it is in the "Hover"  state. 
    Carpet
    Hardwood
    Tile
    Vinyl
    Linoleum

    Still need help, I could do it for a value lower. contact me at [email protected]

  • I have a G5 mac using ver 10.4.11 and a newer mac using ver 10.8.4 these are networked. using the new mac i looked up my my photo on the old mac. It then said you need to upgrade your library which it did. Now the old mac can not open the photos

    I have a G5 mac using ver 10.4.11 and a newer mac using ver 10.8.4 these are networked. using the new mac i looked up my my photo on the old mac. It then said you need to upgrade your library which it did. Now the old mac can not open the photos and say that I need to upgrade my I photo to a newer version. The old mac has no more support from apple in software update so I am not sure where I should go from here. can I use new soft ware with the old mac

    The other part of the upgrade message was a warning that once you upgraded you would no longer be able to open the library with the old version which is exaclty what you did and what happened when you choose to continue
    The iphoto library needs to be upgraded to work with this version of iPhoto. Your photo library will not be readable by previous versions of iphoto after the upgrade. The upgrade process may take several minutes depending on the number of photos in the library. Cancel or upgrade.
    So now your choices are to not use iPhoto with the previous version using it onky with the newer version, restore your backup from before you did this upgrade or purchase iPhoto Library Manager and use it to rebuild the library using the older version of iPhoto (instructions are on their web site) thereby downgrading it (without projects)
    LN

  • I have IMac 10.7.5 Lion I use I forgot the password and I did a few fixes from the we sites, which did not work and now I can not get the computer to reboot the gray screen comes on and if a shift c I get a load bar and it goes half way and help

    I have IMac 10.7.5 Lion I use I forgot the password and I did a few fixes from web sites, which did not work and now I can not get the computer to reboot the gray screen comes on with the apple and if a shift+c, I get a load bar and it goes half way and stops, I can get into the black screen area with the hard drive info
    I did the following:   mount -uw /    rm/var/db/.AppleSetupDone    shutdown/uses/us  reboot Ok I know I should not have, but now I need help to reboot and hopefully not lose everything on the desk top, Linda Markle

    You did the wrong things. In the future it's a good idea to remember not to do something when you don't know what you are doing and what happens when you do it.
    Forgot Your Account Password
    For Lion, Mountain Lion, or Mavericks
        Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         When the menubar appears select Terminal from the Utilities menu.
         Enter resetpassword at the prompt and press RETURN. Follow
         instructions in the dialog window that will appear.
         Or see:
           Reset a Mac OS X 10.7 Lion Password
           OS X Mountain Lion- Reset a login password,
           OS X Mavericks- Solve password problems,
           OS X Lion- Apple ID can be used to reset your user account password.

Maybe you are looking for

  • How can I identify the cause of high CPU usage

    Just recently, my Mac Book Pro CPU usage has gone through the roof, and the temperature quickly rises to around 80ºC, with the fans are working pretty hard to keep it there. I've looked in Activity Monitor, but there's nothing unusual as far as I can

  • File size with Jakarta Commons FileUpload

    Hello fella experts, I am using the org.apache.commons.FileUpload package to upload a file via a servlet. I'm implementing the DiskFileUpload() method in the servlet. My problem is that I want to apply a file-size validation and specify that files wi

  • Adapter for apple pro speakers?

    My powermac G4 bit the dust. can I adapt the pro speaker plug(that wierd plug only a mother could love) to the necessary plug for my 13 inch MB silver?

  • LaunchDaemon canceling restart + other issues

    I have an app I want to always run so I created a LaunchDaemon to keep it going: <plist version="1.0"> <dict> <key>Label</key> <string>com.sns.sentinel.air</string> <key>KeepAlive</key> <true/> <key>ProgramArguments</key> <array> <string>sh</string>

  • Import photos to templates

    I'm trying to create some party invitations.  I can't figure out how to add photos to the HP template.  Can someone help, using very simple directions?