Can't place second sidebar?????

I am trying to place a second identical sidebar on my page for adsense.
Here is the CSS:
#page {
    width: 940px;
    margin: 0px auto;
    padding: 5px;
    position: relative;
    top: 20px;
    background-color:#F3EFA3;
    border: 3px groove #00BFFF;
#sidebar {
    background: #C0DCC0;
    width: 120px;
    border: 2px solid #2A0000;
    position: absolute;
    height: 600px;
    top: 200px;
    right: 2%;
    float: right;  
#sidebar2 {
    background: #C0DCC0;
    width: 120px;
    border: 2px solid #2A0000;
    position: absolute;
    height: 600px;
    top: 200px;
    left: 2%;
    float: left;
#footer {
    width: 70%;
    font-family: Arial, Helvetica, sans-serif;
    color:#D47F00;
    position: relative;
    bottom: 30px;
    text-align:center;
    z-index: 1;
    left: 15%;
    height: 30px;
    vertical-align:text-bottom;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 50px;
    top: 95%;
This is two divs either side of the central column #page and above #footer. #sidebar is great.
I thought this would also work for the left hand div #sidebar2, but it sits nearly all the way below #page and pushes the footer all the way down.
Help would be great.
I am hopeful for a resolution to this with you guys having a 100% success rate with me so far.
Cheers.
Message was edited by: hobittual
PS I just found out this works perfectly as a local file in my browser, but not when I upload it to the server?

You cannot float absolutely positioned elements.  It's one or the other.
Try this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
body {
width: 940px;
margin: 0px auto;
padding: 5px;
background-color:#F3EFA3;
border: 3px groove #00BFFF;
font-family: Arial, Helvetica, sans-serif;
#sidebar1 {
background: #C0DCC0;
width: 18%;
border: 2px solid #2A0000;
float: left;
min-height: 600px;
#mainContent {
float: left;
width: 60%;
margin-left: 1%;
margin-right: 1%;
min-height: 600px;
#sidebar2 {
background: #C0DCC0;
width: 18%;
border: 2px solid #2A0000;
float: right;
min-height: 600px;
#footer {
clear:both;
color:#D47F00;
text-align:center;
</style>
</head>
<body>
<div id="sidebar1">
Sidebar1
</div>
<div id="mainContent">
MainContent
</div>
<div id="sidebar2">
Sidebar2
</div>
<div id="footer">
Footer
</div>
</body>
</html>
Nancy O.

Similar Messages

  • İ bougt a vip membership for 1 month but by mistake a bought from same place 1 year vip membership too, how i can cancell the second one?

    İ bougt a vip membership for 1 month but by mistake a bought from same place 1 year vip membership too, how i can cancell the second one?

    Order ID: MHFQLWV6S7
    Receipt Date: 17/11/12
    Order Total: ¥130.00
    Billed To: Visa
    Item
    Developer
    Type
    Unit Price
    PPTV, PPTV 一个月(31天)VIP会员资格
    Report a Problem
    PPLive Corporation
    In App Purchase
    ¥12.00
    PPTV, PPTV十二个月VIP会员资格
    Report a Problem
    PPLive Corporation
    In App Purchase
    ¥118.00
    Order Total:
    ¥130.00
    first 12rmb is for 1 month and the second is for one year, who can help me to cancel the second 1 year purchase

  • Dead space showing up in print preview; can't place objects in it

    hi -- Somehow, I've managed to get what I'll call a "dead space" in between my last page footer and my report footer. The design view looks completely normal: page footer A, page footer B, and report footer. None are suppressed.
    However, when I go to the print preview, what I have is: page footer A, page footer B, a dead space, and then the report footer. The dead space looks like a section, in that the far left of the preview shows lines (like section dividers) both above and below the dead space. However, when I right click on the dead space, I don't get a Section Menu; I also don't get a section name when the mouse hovers over that dead space.  I can't place objects in the dead space.
    It wouldn't be a huge deal except for the fact that the report is long enough that the dead space causes it to overflow onto a second page, which isn't acceptable.
    How can I get rid of this thing? I really don't want to recreate the report. It's quite complex.
    Thanks,
    Carol
    This is Crystal 11.

    Hi Carol,
    That's interesting.  I've never heard of this rogue spacing issue. 
    Why don't you try insertting the following in the Page Footer B Suppress formula.
    Not OnLastRecord
    Maybe that will help.
    Regards,
    Zack H.

  • Can I use second drive from my G5 in a Mac Pro?

    Does anyone know whether I can transfer the second drive in my G5 Power Mac to an opend rive bay in a Mac Pro?
    Thanks in advance
    Rod

    Daniel,
    Rest assured your 2-3 yr old SATA drives will work. An "ATA" (EIDE or PATA) will not work. There is a tight fit, but nothing to prevent using any SATA drive.
    Your G5 drives will work just fine. Drives that are newer, SATA II (3Gb/sec) will run slightly better, and the Mac Pro has support for things like NCQ.
    Four drive "sleds" are included, each with the necessary screws for attaching a SATA drive. The 250GB Seagate 7200.9 drive included with the computer had SATA-only power connections, while a 80GB Maxtor SATA drive from our Power Mac G5/1.8 had both SATA and traditional power connections, but it, too, fit into the supplied sockets when the sled was pushed into place.
    Serial ATA Drive Interface
    The Mac Pro comes standard with one 7200 rpm, 3 Gbps Serial ATA (SATA) disk drive and three additional 3 Gbps SATA slots for adding hard disk drives. The SATA drives interface through an AHCI 1.1 controller that supports advanced SATA-II features Native Command Queuing (NCQ) and PHY power management. NCQ increases performance on random workloads by allowing the drive to re-order commands to reduce seek time and increase transactional efficiency.
    In addition, the Mac Pro has two unpopulated 3 Gbps SATA buses for expansion. Looking at System Profiler, all 6 SATA busses seem to be active
    For more information on SATA, see Serial ATA International Organization.
    For information on the AHCI controller, see AHCI Specifications.
    Also, take a look at the "Do It Yourself" pdf:
    http://www.apple.com/support/manuals/macpro_diy/
    Mac Pro 2GHz 2GB WD Raptor   Mac OS X (10.4.7)   G4 MDD WD 320 OEM 9600 1.75GB SoftAID 3

  • Where and how can I place and setup my airport to reduce EMF exposure?

    I want to reduce EMF exposure from the Airport Time Machine which is sitting on my desk right now. Where and how can I place and setup it up?

    What role does the TC have in your network?
    If you do not want EMF (actually RF), exposure, move it as far as possible away. There is no rules.. but the inverse square law.. if you double the distance the radiation will drop by 4times. So for every double distance you drop RF by another 4times. Far more EMF is coming from the computer than the TC. So you should move that away as well if you are worried about EMF. 
    Let me also say, as doubtless others will, the RF exposure from TC or any wifi is tiny.
    Firstly they do not continuously transmit.. it will pole briefly every few seconds but only will transmit during actual file transfer.
    The power output of say a cordless phone is aprox 10x that of the TC. And that is or can be the same microwave freq as wifi or near to.
    The mobile phone in your pocket is doing the same thing.
    There is no proof that microwave radiation at such minute levels will do anything harmful.
    If you have headaches etc which you believe are caused by wireless.. then do not use wireless.. turn it off and cable everything. Shield your house as well.
    As a general principle.. shielding is effective.. If for instance you have a 27" imac on your desk.. place the TC on the wall behind the imac.. the metal of the imac will shield you to some extent.. although of course some radiation will bounce from other objects.
    Any shielding of the TC will reduce its effective wireless range.. ie you can put the TC in a metal cage.. (look up Faraday Cage) which will stop all radiation.. If you open windows in the cage.. it should only get signal in those directions but it is not a neat easy rule. And obviously I can achieve the same thing by simply turning the wireless off.
    The v5 utility has a control of power output on the TC.
    This is just the same as distance.
    Transmit power is able to be set to 10%, 25% and 50%. At the cost of range of course.
    If you run Mountain Lion you will have to use tricks to load it.. but it can be done. Lion you can download it.
    http://support.apple.com/kb/DL1482

  • I can't place images from Photos into InDesign since updating to Yosemite 10.10.3. Is this an Apple issue or an Adobe one?

    I can't place images from Photos into InDesign since updating to Yosemite 10.10.3. Is this an Apple issue or an Adobe one? It used to be a simple process with iPhoto but not anymore.

    Thanks Steve. I should have mentioned that I’m still using CS6. Wonder if that’s the difference? All I get in the sidebar is Photo Booth which is useless.
    vann jennings
    creative director
    [email protected]
    chemistry
    3918 River Rd.
    North Topsail Beach NC 28460
    cell: 412-298-8275
    Henry W. Oliver Building
    535  Smithfield St.
    Suite 230
    Pittsburgh PA  15222
    phone: 412.642.0642
    www.visitthelab.com

  • How can we place a push button in ALV  report

    hi
    could anybody inform me
    how can we place a push button in ALV  report
    thanx
    regards
    kals.

    Hi kals.
    please have a look at demoprogram
    SALV_DEMO_TABLE_FUNCTIONS
    BCALV_GRID_05
    Regards
    Bernd

  • How can install a second app icon  of the same on app on a different home screen?

    how can install a second app icon  of the same on app on a different home screen?
    for example i have the phot app on one home screen and the i want the same photo app showing on the other home screens?
    I want to have a duplicate app on on more than one home screen
    Another example if i have the Evernote app showing on my first home screen and then my last home screen as well

    Put it in the dock at the bottom. Apps put there stay there and show at the bottom of all home screens.

  • How can I place calendars in multiple calendar groups?

    I would like to use a group for each of my family members but reference some of the same calendars from multiple calendar groups. Here is an example:
    Lets say I have a calendar for school, sport1, sport2, activity, family, and work
    I would like the groups to look like this:
    Me: family and work
    Wife: activity and family
    Son_1: school, sport1 and family
    Son_2: school, sport2 and family
    When a group is visible, that person can see the activities in which they participate. When several groups are visible, though, only single copies of shared events would appear and shared events would only have to be entered once.
    Is there a way to do this or do I need to place this on the feedback page?

    Bernd Alheit wrote:
    How can I place Windows Media Player in my PDF?
    Why want you the media player in a pdf file?
    e.g. pushing Mozart - button to listen to Mozart's music. But it must be a script not embedded player. Is it possible?

  • My computer crashed so i had to reformat, but the only problem is i lost my old itunes account, had to download new version. Now i have an ipod full of music but how can i place all my music I have on the ipod into my new itunes account??

    my computer crashed so i had to reformat, but the only problem is i lost my old itunes account, had to download new version. Now i have an ipod full of music but how can i place all my music I have on the ipod into my new itunes account??

    Not if you first do a sync and have iTunes make a backup. However, if your only copy of the iTunes data is in the Touch, then you need to first copy the data to a new iTunes Library using third-party software such as Phone To Mac.

  • Can we place Analog in Read(AI-RE​AD) Vi inside the while loop for high sample rate like 22ks/s?

    I am using E-series Card for data acquisition.My requirement is to sample the channel, and check the 10 samples for certain condition.both at a time.What should be done can we place the AI-READ vi inside for or while loop for this purpose?

    Hello,
    Yes, you can include the AI Read.vi inside the while loop, you would just need to specify the number of scans to read for every iteration of the loop. Then, after AI Read.vi has read the data, you can do what ever kind of manipulation of the data you would like, before the next iteration of the loop. The one thing to watch out for is what ever manipulation of the data you do, be sure that it doesn't take to long whereas the buffer holding the data starts to back up. That can be checked by looking at the scan backlog output of the AI Read.vi, which will tell you how many scans have been acquired but haven't been read into your program.
    Hope this helps!
    Regards,
    Steven B.
    Applications Engineering, NI

  • My iphone 5 went into search mode and I can't place or receive calls or use the internet but my text messages work. Sprint had me do a master reset and my phone doesn't work at all now I can't get it past the activation. Will I have to pay in store?

    My iphone 5 went into search mode and I can't place or receive calls or use the internet but my text messages work. Sprint had me do a master reset and my phone doesn't work at all now I can't get it past the activation. Will I have to pay for repairs in store because I didnt get the Apple care plan when I purchased it. Sprint said it may be a phone problem not sure if I should take it to Sprint or Apple...I just need my phone

    I'm sorry to learn that you are not able to make/receive calls chelseabee! (ticket number removed) results indicate that there is no issues with the network or account provisioning. Since you have already done a hard reset http://vz.to/1gBkSJc (as per your post), I recommend exploring replacement options. If your phone is within the one year manufacturers' warranty we can provide a Certified Like New replacement http://vz.to/uyYF0o as long as no physical/liquid damage exist. If your phone has sustained physical/water damage and you have insurance, you can submit a claim to the insurance company online at this link http://bit.ly/07CrqPK
    AntonioC_VZW Follow us on Twitter at www.twitter.com/VZWSupport
    >> Edited to comply with the Verizon Wireless Terms of Service <<
    Edited by:  Verizon Moderator

  • Can I place an clipped eps image into a PSD file?

    WINDOWS
    CS2 Photoshop
    I just started using CS2 - Can I place an eps image (saved with a clip path created in PSD) into a PSD file? I used to be able to do that in PSD 7.
    When I place the eps file into PSD, I don't get the clip I get the entire image.
    I made sure that I saved the file with the clip path.
    Any thoughts? Thanks for the help.

    Not that I'm aware of. The whole vector stuff has been changed for CS2, including completely revised file format loaders and later on the addition of smart objects of course, which of course is what you would do in CS3...
    Mylenium

  • How to cancel my personal subscription to CC so I can use my second team licence from work at home?

    How to cancel my personal subscription to CC so I can use my second team licence from work at home?
    Hi there, I have both a personal subscription and a team subscription to Creative Cloud. This means I also have to adobe.com accounts.
    My boss just informed me that I have 2 licences on the team plan, and I should be using my other team licence at my home office. (Can't do corporate work on a personal computer).
    So, how do I easily cancel my personal subscription and add my team subscription on my home computer? I'll need the second licence of software to be for a mac (my office computer is a PC).
    Hope this makes sense. Thanks so much!
    ~Charity Meinhart

    @quahsweekoon1
    You can cancel recurring payments as shown in this guide: https://support.skype.com/faq/FA1881/
    In case recurring payment already went through then you would need to contact customer service. They will check your account and if you are eligible they can issue the refund for the payment.
    In order to contact customer service you will need to follow this link: http://www.skype.com/go/support.login
    Here's also a guide: https://support.skype.com/faq/FA1170
    If answer was helpful please mark it with Kudos and if issue is resolved mark it with solution. This will help other users find this answer more easily. Thanks in advance!

  • Can I install second hard drive on PC?

    Hi. I just wondered whether I can install a second hard drive on my PC.
    The present Sata hard drive has 640 GB capacity.
    If there is a spare port for a second hard drive, is there a maximum capcity limit?
    And would any make of Sata 3.5" hard drive be suitable? I would be grateful for any advice.
    Thanks,
    laurencewithau 
    This question was solved.
    View Solution.

    Great.  Glad to help.  One Laurence to another.  I do not see my name spelled right ( my way ) very often.
    {---------- Please click the "Thumbs Up" to say thanks for helping.
    Please click "Accept As Solution" if my help has solved your problem. ----------}
    This is a user supported forum. I am a volunteer and I do not work for HP.

Maybe you are looking for

  • Can't join a Family Sharing setup.

    I have a family member who set up a Family Sharing account, new with iOS 8. He invited myself and my brother. It let my brother join in fine, but I am having problems trying to join the setup. When I accept the invitation and get to the point where i

  • CSS problem with borders

    Hello, This page http://www.curriculum2000.co.uk/new.htm is displaying in IE6, just how I want it to, with a yellow border, which spans the whole width of the window and sits directly underneath the buttons. However in FF and Safari it is sitting abo

  • Information regarding ALSM_EXCEL_TO_INTERNAL_TABLE function module

    Hi, I am using "ALSM_EXCEL_TO_INTERNAL_TABLE" function module for reading 'XLS' file from client machine into internal table. Now question is "IS there is need of Micosoft office installed on client machine for reading excel file to internal table" T

  • Can't email Excel file from Share menu

    When I use the Numbers Share menu to email an excel file nothing happens. Looking in the Console app I see this: 3/3/13 8:12:47.446 AM Numbers[187]: Assertion failure: Method: outlineView:willDisplayCell:forTableColumn:item: Object: <LSStylesControll

  • Delay when changing songs

    Whenever I change a song on my iPhone 3GS by hitting the next arrow or the previous arrow the song will delay for about 3-5 seconds before changing. It's like it freezes for 3-5 seconds and it becomes really annoying when I shuffle my entire library