HELLLPPP ! I have a table for navigation with rollovers that breaks apart in explorer 8

Its happy as can be in every other browser !
In explorer 8 there is also a gap above the table I cant get rid of.
The main problem iss the gaps around some of the buttons.
I think I am about to lose my freaking mind
www.thedamourmethod.com/test
www.thedamourmethod.com/test/interview.html (here I inserted a new table no roll overs / no form code still same problem )
@charset "UTF-8";
/* CSS Document */
body  {
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center;
    background-color: #bc7c32;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-image: url(index/bg_tile3.jpg);
    background-repeat: repeat-x;
.twoColFixRtHdr #container {
    width: 780px;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(faq/faq_bg);
    background-color: #cf974e;
    margin-top: 65px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0px;
    background-position: left bottom;
.twoColFixRtHdr #containerfaq {
    width: 780px;
    text-align: left;
    background-repeat: no-repeat;
    margin-top: 65px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0px;
    background-position: left bottom;
    background-color: #efd8b9;
    background-image: url(faq/lighter_bg_sm.jpg);
.twoColFixRtHdr #containerabout {
    width: 780px;
    text-align: left;
    background-repeat: no-repeat;
    margin-top: 65px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0px;
    background-position: left bottom;
    background-color: #efd8b9;
    background-image: url(how_it_works/how_it_works.jpg);
    overflow: hidden
.twoColFixRtHdr #containerinterview {
    width: 780px;
    text-align: left;
    background-repeat: no-repeat;
    margin-top: 65px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0px;
    background-position: left bottom;
    background-color: #efd8b9;
    overflow: hidden
.twoColFixRtHdr #containerhome {
    width: 780px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url(index/main_page_bg.jpg);
    background-color: #a86028;
    margin-top: 65px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0px;
    overflow: hidden
.twoColFixRtHdr #header {
      /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    background-color: #a8814c;
.twoColFixRtHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
.twoColFixRtHdr #sidebar1 {
    float: right; /* since this element is floated, a width must be given */
    width: 220px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
.twoColFixRtHdr #sidebar1faq {
    float: right; /* since this element is floated, a width must be given */
    width: 220px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
.twoColFixRtHdr #mainContent {
    margin-top: 0;
    margin-right: 250px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 20px;
.twoColFixRtHdr #mainContentfaq {
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 20px;
.twoColFixRtHdr #mainContent_homepage {
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    background-image: none;
.main_pics {
    float: left;
.paypal  {
    float: none;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px;
    margin-right: 0px;
    margin-left: 100px;
    margin-top: 0px;
#interview {
    float: none;
    margin-bottom: 10px;
    padding-right: 0px;
    text-align: center;
    padding-top: 10px;
.order_now {
    float: none;
    background-color: #cc9452;
    margin-bottom: 10px;
.twoColFixRtHdr #footer {
    padding: 0 10px 0 20px;
.twoColFixRtHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    text-align: left;
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
.twoColFixRtHdr #sidebar_home {
    float: right; /* since this element is floated, a width must be given */
    width: 250px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 10px;
.twoColFixRtHdr #header2 {
    background-color: #a8814c;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
.twoColFixRtHdr #footer_main {
    width: 780px;
    text-align: left;
h4 {
    color: #3D0331;
    font-size: 115%;
</style>[if IE 5]>
<style type="text/css">
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

Here's the bad news - letting a graphics application write the HTML for a production site is not a viable method.  The tables produced are completely rigid and will break unexpectedly as you build your page and add content (thereby changing the 'shape' of the original layout plan).  Please read this to see why that's the case -
http://www.apptools.com/rants/spans.php
The spans are what create "gaps" unexpectedly as the table tries to maintain its shape.  I believe the only way to fix this is to not use that FW HTML at all.

Similar Messages

  • I have always paid for apps with a credit card and now need to use an app store card but I can't get past the point where it keeps wanting my credit card updated.  And can't used the app card number.  Any advice???

    I have always paid for apps with a credit card and now need to use an app store card but I can't get past the point where it keeps wanting my credit card updated.  And can't used the app card number.  Any advice???

    I do NOT like using my credit card if I don't have to, and I went out of my way to go buy an Apple gift card, which I successfully redeemed into my Apple account. However, when I use the Apple "Cards" app, it will not let me use anything other than my credit card. I tried purchasing a card, hopefulling it would come out of my Apple store balance, but no such luck -- it came out of my credit card.
    Apple is becoming more like Microsoft every day.

  • When I try to send an email I get the message rejected by the server because it does not allow relaying.  I have sent mails for months with no problems. Can anyone help

    When I try to send an email I get the message rejected by the server because it does not allow relaying.  I have sent mails for months with no problems but has started to be recoccuring. Can anyone help please as its pointless having email on my phone otherwise :-(  as i have to wait till i log on at home to respond.
    thanks
    Alison

    https://discussions.apple.com/message/16832350#16832350  follow the link user was having same problem.  Solution was given.

  • Hello! I want to cancel my annual plan, but in my account under plans and products it is blank. I have signed up for indesign with a monthly fee.

    Hello! I want to cancel my annual plan, but in my account under plans and products it is blank. I have signed up for indesign with a monthly fee.

    If you have more than one email, are you sure you are using the correct Adobe ID?
    https://www.adobe.com/account.html for subscriptions on your Adobe page
    This is an open forum, not Adobe support... You need Adobe support to cancel a subscription
    -start here https://forums.adobe.com/thread/1703848
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html
    --and two links which may provide more details, if the above links don't help you
    -http://helpx.adobe.com/x-productkb/policy-pricing/return-cancel-or-change-order.html
    -http://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

  • I have a new Windows laptop with iTune that is not recognizing my iPhone 5?

    I have a new Windows laptop with iTune that is not recognizing my iPhone 5? I have the latest version of iTune and when I open iTune it comes up with an error message that " the registry settings used by the itunes driver for importing and burning CDs and DVDs are missing" Thismessage always come up, even after installing the latest version of iTunes.

    Same is here
    Have a MacBook Pro , upgraded to Lion and now cannot download music from CD to ITunes "... An unknown error occurred (-50)".
    Help

  • I have an idea for an iPhone app that I believe would be marketable. However, I have no talent towards writing software. How does I find a reputable programer that would be will to develop and split proceeds?

    I have an idea for an iPhone app that I believe would be marketable. However, I have no talent towards writing software. How does I find a reputable programer that would be will to develop and split proceeds?

    Find an app you like.  Contact the developer of that app and see if they are interested.

  • [svn:fx-i11] 5537: Fix for bug with FxRotate3D that Thermo ran into with our i11 build.

    Revision: 5537
    Author: [email protected]
    Date: 2009-03-24 20:16:43 -0700 (Tue, 24 Mar 2009)
    Log Message:
    Fix for bug with FxRotate3D that Thermo ran into with our i11 build. The problem was that we were sometimes setting offsets values to NaN due to bad initialization, and that we were also incorrectly calculating the transform center when offsets had not yet been initialized on the target.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-20209
    Reviewer: Ely
    tests: checkintests, mustella mx/effects
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20209
    Modified Paths:
    flex/sdk/branches/i11/frameworks/projects/flex4/src/mx/effects/FxAnimate3D.as
    flex/sdk/branches/i11/frameworks/projects/framework/src/mx/core/AdvancedLayoutFeatures.as

    We experience it as soon as we enable iCloud. Then an apple certificate is automatically added to the keychain and used for every https-access. Deleting the certificate com.apple.idms.appleid.prd... will do as a workaround but the certificate continues to be added to the keyChain from time to time or if you start over deactivating iCloud and then activate back.
    Is this still a bug in Safari? Rosario

  • After downloading IOS5, i can't access my itune and receive the following message "The Folder "Itune" is on locked disk or you do not have write permissions for this folder", noting that i access this folder in a normal way. Any clue ?

    After downloading IOS5, i can't access my itune and receive the following message "The Folder "Itune" is on locked disk or you do not have write permissions for this folder", noting that i access this folder in a normal way. Any clue ?

    In my case its a new computer the old one was stolen and the time machine disk did not work for a restore but did for copying the info to the new mac

  • Do they have a calendar for anniversary like birthdays that info gets picked up from address book?

    Do they have a calendar for anniversaries like birthdays that get info from Address Book?  I would be very effective.  I wold not like to have to enter all the info over again.

    Tom,
    Try Dates to iCal, by John Maisey.

  • When I click on the Firefox icon, my homepage opens to about 95% and then it stops reponding. If I click on anything, I get the message that it is "not responding:. I have used Firefox for years with no problems. What can I do?

    I have used Firefox for years and it has been great until a few days ago. Now when I try to open it, the homepage from a few days ago opens, but the green bar on the lower right fills in about 95%. On the lower left it says "transferring data from l1.yimg.com but it freezes there. If I click on anything, it says (not responding) on the upper left. I have uninstalled Firefox twice and redownloaded it and the exact same thing happens. Please help me. Thank you, Dave Schumer

    See these articles for possible solutions:
    *[[Firefox is already running but is not responding]]
    *http://kb.mozillazine.org/Profile_in_use

  • Anyone have a driver for the ImageClass D860 that works with a Windows 8 64 bit computer?

    Please help.  If anyone has or knows of a driver for the ImageClass D860 that works with a Windows 8 64 bit computer, please send it or the link to me at [MOD removed email address per FORUM GUIDELINES].     Thx.

    I am trying to do a wedding and now spending too much time searching the web for tutorials and reviews to try to figure out what is going on. There needs to be better detailed help.

  • Navigation with rollovers

    Hi,
    I have the nice task to evalute the Portal of the 9iAS v2.
    We have a nice web which should be ported to the Portal.
    I have there a nice Navigation Bar with rollovers.
    How can I build this navigation? I can use "Page Links" from the items to build a navigation with links.
    But I want to use images.
    My questions:
    1. Are there any build in features to do images with links - rollovers with links
    and if not - how can I do this.
    2. when I use Page Links I can find the right page just by name - how can I do this when
    I have to enter this manually?
    thanks a lot,
    michael

    Here's the bad news - letting a graphics application write the HTML for a production site is not a viable method.  The tables produced are completely rigid and will break unexpectedly as you build your page and add content (thereby changing the 'shape' of the original layout plan).  Please read this to see why that's the case -
    http://www.apptools.com/rants/spans.php
    The spans are what create "gaps" unexpectedly as the table tries to maintain its shape.  I believe the only way to fix this is to not use that FW HTML at all.

  • I wiped my MacBook Pro due to a problem, will I have to pay for iMovie or iPhoto that was originally installed on my older MacBook Pro ?

    Due to a problem with my older MacBook Pro I had to wipe it clean. Now I no longer have iPhoto or iMovie , will I have to pay for those programs ? If so, are there any older versions available I can download for free.

    a brandnew Mac (=aka after a clean isntall), should be registered with an AppleID.
    Then, you're entitled to download the pre-installed apps for free from AppStore, just log-in with that Apple-ID...-

  • Is it possible to have a dual boot system with Windows that can ALSO be booted into a virtual machine optionally?

    I have been looking for a solution to this for some time now.  I want the convenience of a virtual Windows environment that can run simultaneously with OS X Lion--something I have right now using Virtualbox.  But at the same time, there are graphics and processor-intensive Windows applications (for me, games and engineering applications) that don't run well at all in a virtual machine.  So, here is what I am looking for:
    A dual boot (i.e. bootcamp) system running Windows 7 and OS X Lion in which the Windows 7 machine can EITHER be booted as a virtual machine while running OS X OR booted physically so as to utitlize all system resources.  The real trick however, is that I I want the virtual machine and the physical machine to be the exact same system.  Meaning, if I boot physically into Windows and change something... rename a file, run a program and create a file, etc...  those changes will all appear in the virtual machine.
    Now, what are my options?  I have read about Virtualbox and VMWare Fusion's "Raw Disk access" function but I can't tell if that's what I'm looking for or not...  I half-thought that they were talking about converting a physical OS into a virtual machine, but without the intention of booting the physical OS again...
    Also, I'm open to any software, free or otherwise.  Thanks!

    both VMWare Fusion & Parallels Desktop for Mac can use a bootcamp Windows installation as VM exactly like you want.

  • You cannot have command as the datasource with parameters that get passed?

    I wrote a Crystal Report using a SQL command shown below. The SQL in effect creates a table called Command with the specified fields. This CR works exactly as we requested. Now I am told that they are using some kind of Interface, written in VB6, not sure exactly of all this, but that it cannot accept this Command as the datasource. The developer says that the interface is expecting SQL Server tables. Does this sound right? The interface is a repository of all reports with parameters.
    SELECT
    IV00101.ITMGEDSC,
    IV00101.ITEMDESC,
    RM00101.CUSTNAME,
    RM00101.CPRCSTNM,
    RM00101.CUSTNMBR,
    IV40600.UserCatLongDescr,
    CATS.UserCatLongDescr,
    SOP10200.ITEMNMBR,
    SOP10200.SOPNUMBE,
    SOP10200.QUANTITY,
    SOP10200.OXTNDPRC,
    SOP10200.SOPTYPE,
    SOP10100.DOCDATE,
    'Current' as source
    FROM ((((PBS.dbo.SOP10200
    SOP10200 INNER JOIN PBS.dbo.IV00101 IV00101 ON
    SOP10200.ITEMNMBR=IV00101.ITEMNMBR)
    INNER JOIN
    PBS.dbo.SOP10100 SOP10100 ON
    (SOP10200.SOPTYPE=SOP10100.SOPTYPE) AND
    (SOP10200.SOPNUMBE=SOP10100.SOPNUMBE))
    INNER JOIN
    PBS.dbo.IV40600 IV40600 ON
    IV00101.ITMGEDSC=IV40600.USCATVAL)
    INNER JOIN
    PBS.dbo.IV40600 CATS ON
    IV00101.USCATVLS_2=CATS.USCATVAL)
    INNER JOIN
    PBS.dbo.RM00101 RM00101 ON
    SOP10100.CUSTNMBR=RM00101.CUSTNMBR
    UNION ALL
    SELECT
    IV00101.ITMGEDSC,
    IV00101.ITEMDESC,
    RM00101.CUSTNAME,
    RM00101.CPRCSTNM,
    RM00101.CUSTNMBR,
    IV40600.UserCatLongDescr,
    CATS.UserCatLongDescr,
    SOP30300.ITEMNMBR,
    SOP30300.SOPNUMBE,
    SOP30300.QUANTITY,
    SOP30300.OXTNDPRC,
    SOP30300.SOPTYPE,
    SOP30200.DOCDATE,
    'History' as source
    FROM ((((PBS.dbo.SOP30300
    SOP30300 LEFT OUTER JOIN PBS.dbo.IV00101 IV00101 ON
    SOP30300.ITEMNMBR=IV00101.ITEMNMBR)
    INNER JOIN
    PBS.dbo.SOP30200 SOP30200 ON
    (SOP30300.SOPTYPE=SOP30200.SOPTYPE) AND
    (SOP30300.SOPNUMBE=SOP30200.SOPNUMBE))
    LEFT OUTER JOIN
    PBS.dbo.IV40600 IV40600 ON
    IV00101.ITMGEDSC=IV40600.USCATVAL)
    LEFT OUTER JOIN
    PBS.dbo.IV40600 CATS ON
    IV00101.USCATVLS_2=CATS.USCATVAL)
    INNER JOIN
    PBS.dbo.RM00101 RM00101 ON
    SOP30200.CUSTNMBR=RM00101.CUSTNMBR

    Hi,
    I've used the SQL Command quite a bit in Crystal. It simply replaces the SQL that Crystal would create for your Designer query with the SQL you specify in the Command. Therefore I would not expect using Command to make any difference. So I suspect the problem lies elsewhere - e.g. is the report being called correctly and are the correct parameters and database login credentials being passed?

Maybe you are looking for

  • Error while loading data into PSA from data source

    Hi Experts , I am loading purchase order history data from standerd datasource 0SRM_TD_CF into PSA using infopackage.However,whenevr I run infopackage,the call monitor shows the status as yellow.I monitored the process for half an hour but it never e

  • [10.7.1] Not fix bug login screen!

    The latest update (10.7.1) does not fix the bug on the login screen. There is still need to disable the 'automatic gearbox graphics card'!

  • How do I start and stop the SolidWorks Simulation by Labview function?

    Hi folks I have two question. 1. According to "NI SoftMotion for SolidWorks - FAQ http://zone.ni.com/devzone/cda/tut/p/id/10493#h49", an user can manually by right-clicking the SolidWorks assembly in the Project Explorer and select Start Simulation.

  • Exceptions in BAPI

    Hi ALL, Can u pls help me out with the following queries? 1. how can we handle exceptions in BAPI? 2.wats the major/important differences between BAPI and RFC?( im really confused) Pls help me out!!! <REMOVED BY MODERATOR> Jack Edited by: Alvaro Teja

  • 2 issues with Maverricks

    Hello, I still have 2 issues with Maverricks that I can't seem to get an answer to. 1. Since updating to Maverricks Time Machine will not see backups on my hard drive prior to September 2013. 2. I can't log onto my school network. My iPad and iPhone