Another case of css not behaving properly

this is the page as it is
http://www.fourpawscatrescue.co.uk/tests.html
it shows the html and css design of my lightbox, the green is where the content will go
and it is working properly in that link
I have put the code below will someone please explain to me why as soon as i change the height of  "middle" and/or "middle centre" to auto (they currently have fixed heights) the whole thing breaks?
(note, it does not break if I dont put any content in the green box effectivly causing its auto height to be 0, but inserting a single letter breaks it)
(second note, when using fixed heights it will accept any height and still work fine)
I need thoes 2 DIVs to have auto heights so that can adjust since as this is a lightbox different conent will be placed in the green area at different times.
this is what it looks like when broken
THE CODE
<title>Untitled Document</title>
<style type="text/css">
#container {
height: auto;
width: 520px;
overflow: hidden;
#top {
width: 520px;
height:10px;
overflow:hidden
#top #topleft {
height: 10px;
width: 10px;
float:left;
background-image: url(images/top_left_curve.gif);
background-repeat: no-repeat;
#top #topcentre {
width: 500px;
height: 10px;
background-color:black;
float:left;
#top #topright {
height: 10px;
width: 10px;
float:left;
background-image: url(images/top_right_curve.gif);
background-repeat: no-repeat;     
#middle {
width: 520px;
height: 50px;
#middleleft {
width: 10px;
height: 100%;
background-color: black;
float:left;
#middlecentre {
width: 500px;
height: 100%;
background-color: #0F0;
float:left;
#middleright {
width: 10px;
height: 100%;
background-color: black;
float:left;
#bottom {
width: 520px;
height:10px;
overflow:hidden
#bottom #bottomleft {
height: 10px;
width: 10px;
float:left;
background-image: url(images/bottom_left_curve.gif);
background-repeat: no-repeat;
#bottom #bottomcentre {
width: 500px;
height: 10px;
background-color:black;
float:left;
#bottom #bottomright {
height: 10px;
width: 10px;
float:left;     
background-image: url(images/bottom_right_curve.gif);
background-repeat: no-repeat;
</style>
</head>
<body>
<div id="container">
<div id="top">
<div id="topleft"></div>
<div id="topcentre"></div>
<div id="topright"></div>
</div>
<div id="middle">
<div id="middleleft"></div>
<div id="middlecentre"></div>
<div id="middleright"></div>
</div>
<div id="bottom">
<div id="bottomleft"></div>
<div id="bottomcentre"></div>
<div id="bottomright"></div>
</div>
</div>
</body>
</html>

Turn NIS 2005’s Personal Firewall OFF, (turn it OFF Permanently until your ready to turn it back on) then click CONFIGURE. ( Might be a good idea to disconnect from the Internet at this stage)
Under the PROGRAMS tab remove any reference to Apple iTunes or iTunes or iTunes Helper Module or anything related. and reboot.
After coming back go back to NIS 2005’s Personal Firewall, click CONFIGURE. Under the PROGRAMS tab click ADD at the bottom, a SELECT A PROGRAM window will pop up. Add the following files one at a time, iTunes.exe, iTunesHelper.exe, QuickTimePlayer.exe, qttask.exe, QTInfo.exe. The last 3 are found in your Quicktime folder where that is in your system. Click OK. Turn NIS 2005’s Personal Firewall ON, and try starting iTunes again.
It seems the Quicktime files were never automatically entered into NIS 2005’s Personal Firewall allowable programs listing. Adding them manually should help. I also noticed that from my previous version of iTunes the program listed in the Firewall was named Apple iTunes and not iTunes after I upgraded to 6.

Similar Messages

  • Accordion not behaving properly

    Hi!
    I have an accordion that is not behaving properly, and can't understand why. As you see in the following link, when clicked, the accordion´s opening is not smooth but quite strange. The .css and .js controlling files are the same Adobe.com posted in the download section. Is quite frustrating: I have done other accordions and I thought I could control this thing. But somehow, there is something that I dont understand going on.
    Link:
    http://www.wedobanking.com/wedobanking2.asp
    code:
    <html>
    <head>
    <link REL="SHORTCUT ICON" HREF="images/favicon.ico">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Wedobanking</title>
    <STYLE type="text/css">
    <!--
      A:link {COLOR: black; TEXT-DECORATION: none}
      A:visited {COLOR: black; TEXT-DECORATION: none}
      A:active {TEXT-DECORATION: none}
      A:hover {COLOR: black; TEXT-DECORATION: none} -->
    </STYLE>
    <script language="javascript">
    function loadTwo(iframe1URL, iframe2URL)
    parent.iframeTop.location.href=iframe1URL
    parent.iframe1.location.href=iframe2URL
    </script>
    <script language="JavaScript" type="text/javascript" src="spryassets/SpryAccordion.js"></script>
    <link href="spryassets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <table width="100%" height="100%" border="0" align="left">
      <tr>
        <td valign="top" align="left" width="160" height="100%">
            <table width="100%" border="0" BACKGROUND="images/LeftFrame.jpg">
              <tr>
                <td height="545">
               <div id="Accordion1" class="Accordion">
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab"><a href="home.asp" onClick="window.frames['iframe1'].location = this.href"style="text-decoration:none">  Home                     </a></div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">  Your Profile</div>
                  <div class="AccordionPanelContent"><a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      General</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      CV</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      Account</a>
                    </div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">  Create</div>
                  <div class="AccordionPanelContent"><a href="javascript:loadTwo('CreateBusiness/cBusinessTop.asp','CreateBusiness/cBusinessMain. asp')" style="text-decoration:none">      Business</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      Offer</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      Found</a>
                    </div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">  Invest</div>
                  <div class="AccordionPanelContent"><a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      Businesses</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      Offers</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      Founds</a>
                    <br>
                    </div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">  Messages</div>
                  <div class="AccordionPanelContent"><a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      New</a>
                    <br>
                    <a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      Received</a>
                    <br>
                    <a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      Sent</a>
                    <br>
                    </div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">  Help</div>
                  <div class="AccordionPanelContent"><a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      FAQs</a>
                    <br>
                    <a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      Forum</a>
                    <br>
                    </div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab"><a href="exit.asp" onClick="window.location = this.href" style="text-decoration:none">   Exit                                      </a></div>
                  </div>
              </div>  
                </td>
              </tr>
            </table>
        </td>
        <td valign="top" align="left">
              <table width="100%" height="100%" border="0">
                <tr height="100%">
                  <td valign="top"><iframe name="iframeTop" width="100%" height="100" src="" frameborder="0"> Error: your Internet Navigator doesnt support iframes! </iframe>
                  <br>
                  <iframe name="iframe1" width="100%" height="490" src="" frameborder="0"> Error: your Internet Navigator doesnt support iframes! </iframe>
                  <br>
                  <iframe name="iframeBottom" width="100%" height="25" src="" frameborder="0"> Error: your Internet Navigator doesnt support iframes! </iframe>
                  </td>
                </tr>
            </table>
       </td>
      </tr>
    </table>
    <script language="JavaScript" type="text/javascript">
    var acc1 = new Spry.Widget.Accordion("Accordion1", { useFixedPanelHeights: false, defaultPanel: -1 });
    </script>
    </body>
    </html>

    The accordion behaves very well in all browsers with the exception of IE. When there is no DOCTYPE assigned to your document IE goes into Quirks mode.
    Just add the following to the very first line (no blank lines prior) of your document
    <!DOCTYPE html>
    Gramps

  • My Ifone 4 was not behaving properly. I pressed "Reset all settings" now it has

    My Ifone 4 was not behaving properly. I pressed "Reset all settings" now it has been more than 1 hour my ifone is still working in background and white circle is moving in the center of the screen. None of the button including Power works may you press it for any time

    Enter DFU Mode.
    Connect the iPhone to your computer and launch iTunes
    Turn the iPhone off (hold down the power button at the top of the iPhone)
    Hold down the sleep/power button and home button together for exactly 10 seconds, then release the power button
    Continue to hold down the Home button until a message appears in iTunes telling you an iPhone in recover mode has been detected
    Do a restore

  • Preset Not Behaving Properly

    I have a preset which tweaks clarity, vibrance, sharpening and lens correction.  I recently applied it to a new photo and it didn't seem to do much.  I went in to edit it ( right clicked on preset and selected UPDATE WITH CURRENT SETTINGS).  Only white balance was checked.  Is there a way to recover my previous settings?
    Thanks.

    You probably goofed up the preset permanently by updating it with only white balance selected (try recovering from backup).
    But here is an important note:
    Lightroom does NOT do a good job at handling process version in presets (and some presets included with Lightroom specify a process version when they shouldn't).
    If the preset had a process version which did not match the process version of the photo, the preset may not behave properly.
    If I used presets much, I would load all presets into a text editor, and check for process version specific stuff. If yes, then make sure there is a proper process version in it. Then, store in a PV20XX folder so as not to use it on the wrong photos. If no, then make sure you strip the process version out of the file, and re-save. Restart Lightroom afterward. Let me know if you need help determining which items are PV specific.
    If you want to know which settings were in a previously applied preset, you can search for photos that have it applied, and compare the settings before and after applying the preset. ChangeManager makes the comparison easier and less error prone.
    Rob

  • Jewel case insert does not print properly since new itunes version was installed

    jewel case insert does not print properly since new itunes version was installed. The song list prints all of the line items too close together without space inbetween each song.

    I am having the same issue. If I close itunes and open with a new CD already in the drive, it will find it. But once that CD has been imported and ejected, itunes does not find the newly inserted CD and there is no command to tell itunes to "look" in the CD drive

  • Images,css not appearing properly after accessing the reverse proxy page.

    Usecase :
    1) OHS1 with mod_osso agent deployed.
    2) OHS1 configured as reverse proxy.It points to the webserver(OHS2) of the app1.
    OHS1(mod_osso agent installed)-->OHS2(app1 webserver)
    3) httpd.conf entry in OHS1:
    ProxyRequests Off
    <Proxy *>
    Order deny,allow
    Allow from all
    </Proxy>
    ProxyPass /test/ http://tkcltkcl.padma.xxx.com:8088/test/
    ProxyPassReverse /test/ http://tkcltkcl.padma.xxx.com:8088/test/
    4) The direct url for appl1 works as per expectation. The reverse proxy redirects from the OHS1 correctly to the app1 OHS webserver accessing the app1 url.But the contents in the redirected app1 url are not aligned properly.Images,css,placement of html links are not appearing properly on the page.
    Do we need to do any other configuration in the revere proxy setup so as to avoid the misalignment on the redirected page?
    Thanks.

    Hi:
    Thanks for the reply! I have been UTTERLY scrupulous about
    keeping precisely time-matched and points-in-my-process-matched
    copies of the project folder for logical, "scientific" testing in
    RH5 and RH7, on precisely matched content.
    I have never even tried to open an RH7-processed copy of the
    project in RH5 because I was warned strongly against this action.
    It boils down to this; I cleaned up, FANATICALLY, all those
    illegitmate filenames, ran the project again in 5, still got
    impermissible missing images (and I mean MORALLY impermissible,
    because I'm doing the right thing!)
    Then, I took that project folder, copied it, and opened the
    exact same ingredients, via the .xpj file, in RH7. Same missing
    images.
    WAIT! Left out something important in first post! Dang; this
    was important! I've fixed missing images, had them appear properly
    upon compilation, then had others that HAD been right, come out
    missing. Have also had reimported, re-placed images come out upon
    compilation following repair, and then go missing again on third or
    later, subsequent compilations. Maddening.
    Am EXTREMELY reluctant to delete CPD file, because the last
    time I did that, I lost EXTENSIVE work I'd done on TOC and Index.
    Not cool at all.
    Hope this wasn't too cranky; truly grateful for help. Just
    very frustrated.
    Thanks!

  • CSS not displaying properly in Firefox

    My new CSS layout looks beautiful in IE7 (weird), however, it
    is not rendering properly in Firefox. I always do research before
    posting here, but I'm completely helpless now. I'm very new to CSS,
    this is my first page I've layed on using this language. Pretty
    much none of the top margins are working, and my faux column image
    isn't displaying. I'll attach the HTML and the CSS and see if
    someone can point out what is wrong with Firefox.

    I'm seeing problems in FF3, Safari 3.1, and IE6. Flash code
    and missing alt
    tags on images won't hurt you, but some of the other
    validation errors could
    be effecting your layout.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.colonybeachresort.com%2FCSS_T esting%2F
    In addition, you've got problems with those png images and
    alpha-transparency. They do not render well in IE6 without
    some sort of png
    fix JavaScript. Given that many people still use IE6, you
    might want to
    switch to jpgs for backgrounds.
    IE net renderer for checking web sites
    http://ipinfo.info/netrenderer/
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "nowherecreative" <[email protected]> wrote
    in message
    news:g6ak8o$2iv$[email protected]..
    > Here is the link to the site.
    >
    http://www.colonybeachresort.com/CSS_Testing/
    > If you view it in IE7 it looks great. When you view it
    in Firefox the top
    > margins aren't working ... for example, the whole site
    is supposed to
    start
    > right from the top (no space between the top of the
    browser window and the
    > content, as seen in IE7). Also, the background of my
    columns are not
    showing
    > up, you can really see the difference when you compare
    them between the 2
    > browsers.
    >

  • Query is not behaving properly

    Hi All,
    I have 1 row in tag readings table and statuses table is empty .If I run INCR then instead of 1, 2 same rows get populated in statuses table.Below is the query:
    MERGE INTO MTH_EQUIP_STATUSES o USING
    ( SELECT r.EQUIPMENT_FK_KEY,
    s.SHIFT_WORKDAY_FK_KEY,
    s.HOUR_PK_KEY HOUR_FK_KEY,
    Greatest(s.FROM_DATE,r.FROM_DATE) AS FROM_DATE,
    Least(s.TO_DATE,r.TO_DATE) AS TO_DATE,
    r.TAG_DATA STATUS,
    -1 as SYSTEM_FK_KEY,
    r.USER_ATTR1,
    r.USER_ATTR2,
    r.USER_ATTR3,
    r.USER_ATTR4,
    r.USER_ATTR5,
    r.USER_MEASURE1,
    r.USER_MEASURE2,
    r.USER_MEASURE3,
    r.USER_MEASURE4,
    r.USER_MEASURE5,
    r.FROM_DATE Reading_time
    FROM (SELECT r.READING_TIME FROM_DATE,
    Lead(r.READING_TIME) over (PARTITION BY r.EQUIPMENT_FK_KEY ORDER BY r.READING_TIME) - 1/(24*60*60) AS To_Date,
    r.EQUIPMENT_FK_KEY,
    r.TAG_DATA,
    r.USER_ATTR1,
    r.USER_ATTR2,
    r.USER_ATTR3,
    r.USER_ATTR4,
    r.USER_ATTR5,
    r.USER_MEASURE1,
    r.USER_MEASURE2,
    r.USER_MEASURE3,
    r.USER_MEASURE4,
    r.USER_MEASURE5
    FROM (SELECT readings.READING_TIME,
    readings.EQUIPMENT_FK_KEY,
    readings.TAG_DATA,
    readings.USER_ATTR1,
    readings.USER_ATTR2,
    readings.USER_ATTR3,
    readings.USER_ATTR4,
    readings.USER_ATTR5,
    readings.USER_MEASURE1,
    readings.USER_MEASURE2,
    readings.USER_MEASURE3,
    readings.USER_MEASURE4,
    readings.USER_MEASURE5,
    readings.mth_entity
    FROM mth_tag_readings readings
    WHERE readings.EQUIPMENT_FK_KEY IS NOT NULL AND
    readings.HOUR_FK_KEY IS NOT NULL AND
    ( ( readings.PROCESSED_FLAG = 0 -- AND readings.LAST_UPDATE_DATE BETWEEN v_log_from_date and v_log_to_date
    OR readings.reading_time IN (SELECT i.FROM_DATE
    FROM mth_equip_statuses i
    WHERE i.To_Date IS NULL
    AND i.equipment_fk_key =readings.equipment_fk_key
    )) AND
    readings.TAG_DATA IS NOT NULL
    UNION
    SELECT err.READING_TIME,
    err.EQUIPMENT_FK_KEY,
    err.TAG_DATA,
    err.USER_ATTR1,
    err.USER_ATTR2,
    err.USER_ATTR3,
    err.USER_ATTR4,
    err.USER_ATTR5,
    err.USER_MEASURE1,
    err.USER_MEASURE2,
    err.USER_MEASURE3,
    err.USER_MEASURE4,
    err.USER_MEASURE5 ,
    err.mth_entity
    FROM mth_tag_readings_err err
    WHERE err.EQUIPMENT_FK_KEY IS NOT NULL AND
    err.HOUR_FK_KEY IS NOT NULL AND
    ( err.PROCESSED_FLAG = 0
    OR err.reading_time IN (SELECT i.FROM_DATE
    FROM mth_equip_statuses i
    WHERE i.To_Date IS NULL
    AND i.equipment_fk_key =err.equipment_fk_key
    )) AND
    err.EQUIPMENT_STATUS = 'ACTIVE' AND
    err.TAG_DATA IS NOT NULL )r,
    MTH_ENTITIES e
    WHERE e.mth_alias = 'Status'
    AND e.id = r.mth_entity
    AND r.TAG_DATA IS NOT NULL
    ORDER BY r.equipment_fk_key, r.reading_time
    ) r,
    MTH_EQUIP_SHIFT_HR_V s
    WHERE ( ( r.FROM_DATE BETWEEN s.from_date AND s.to_date )
    OR ( s.from_date BETWEEN r.FROM_DATE AND nvl(r.To_Date,r.from_date) ) )
    AND r.EQUIPMENT_FK_KEY = s.EQUIPMENT_FK_KEY
    )tr
    ON (o.EQUIPMENT_FK_KEY = tr.EQUIPMENT_FK_KEY
    AND o.SHIFT_WORKDAY_FK_KEY = tr.SHIFT_WORKDAY_FK_KEY
    AND o.HOUR_FK_KEY = tr.HOUR_FK_KEY
    AND o.FROM_DATE = tr.FROM_DATE)
    WHEN MATCHED THEN
    UPDATE SET
    o.TO_DATE = tr.TO_DATE,
    o.STATUS = tr.STATUS,
    o.USER_ATTR1 = tr.USER_ATTR1,
    o.USER_ATTR2 = tr.USER_ATTR2,
    o.USER_ATTR3 = tr.USER_ATTR3,
    o.USER_ATTR4 = tr.USER_ATTR4,
    o.USER_ATTR5 = tr.USER_ATTR5,
    o.USER_MEASURE1 = tr.USER_MEASURE1,
    o.USER_MEASURE2 = tr.USER_MEASURE2,
    o.USER_MEASURE3 = tr.USER_MEASURE3,
    o.USER_MEASURE4 = tr.USER_MEASURE4,
    o.USER_MEASURE5 = tr.USER_MEASURE5,
    o.LAST_UPDATE_DATE =SYSDATE,
    o.LAST_UPDATE_SYSTEM_ID = -1
    WHEN NOT MATCHED THEN
    INSERT (
    o.EQUIPMENT_FK_KEY,
    o.SHIFT_WORKDAY_FK_KEY,
    o.HOUR_FK_KEY,
    o.FROM_DATE,
    o.TO_DATE,
    o.STATUS,
    o.SYSTEM_FK_KEY,
    o.USER_ATTR1,
    o.USER_ATTR2,
    o.USER_ATTR3,
    o.USER_ATTR4,
    o.USER_ATTR5,
    o.USER_MEASURE1,
    o.USER_MEASURE2,
    o.USER_MEASURE3,
    o.USER_MEASURE4,
    o.USER_MEASURE5,
    o.CREATION_DATE,
    o.LAST_UPDATE_DATE,
    o.CREATION_SYSTEM_ID,
    o.LAST_UPDATE_SYSTEM_ID ,
    o.READING_TIME
    VALUES
    tr.EQUIPMENT_FK_KEY,
    tr.SHIFT_WORKDAY_FK_KEY,
    tr.HOUR_FK_KEY,
    tr.FROM_DATE,
    tr.TO_DATE,
    tr.STATUS,
    -1,
    tr.USER_ATTR1,
    tr.USER_ATTR2,
    tr.USER_ATTR3,
    tr.USER_ATTR4,
    tr.USER_ATTR5,
    tr.USER_MEASURE1,
    tr.USER_MEASURE2,
    tr.USER_MEASURE3,
    tr.USER_MEASURE4,
    tr.USER_MEASURE5,
    SYSDATE,
    SYSDATE,
    -1,
    -1,
    tr.Reading_time
    THe query is behaving propelry when MTH_EQUIP_STATUSES has rows but it inserts duplicate record when MTH_EQUIP_STATUSES is empty.can somone tell me how to modify the above query so that it behaves properly even when there are no rows in MTH_EQUIP_STATUSES .
    Thanks in advance

    A couple of observations and questions:
    1. I assume you know that you are mutating the table that you are querying. That is, the MERGE is on the MTH_EQUIP_STATUSES table but your two inner queries select this same table to get the records to update. So if the queries may select a record to be INSERTED into the table will the inner queries see this record since it did not exist at the start of the transaction?
    2. The incorrect shift workday fk key value HAS TO BE coming from an existing record since Oracle doesn't create data spontaneously. What record or records is the wrong value coming from?
    3. The shift workday fk key column IS NOT part of the inner query UNION so how do you know which record the value is coming from? A UNION eliminates duplicates but only for the columns selected and the fk column is not selected. Normally the MERGE query should contain ALL columns needed for an UPDATE and since yours doesn't Oracle is getting a value from outside your SELECT set.
    4. Clarify what you mean by 'Select stement in merge shows only 1 row '. What tables have data in them and how many rows of data do they have. You must have two rows in one of the tables since you said your 'bad' result shows two different values for shift workday fk key and Oracle doesn't create data on its own.
    Does the mth_tag_readings table only have one row? Does the mth_tag_readings_err table have one row?
    5. Reduce the test data set to the minimum that will reproduce the problem and report the results that you get.
    Still looking into it.

  • Help with Sub-catalog CSS not rendering properly

    I am having a issue with  deep Sub-catalogs not displaying an external style sheet, possibly being overwritten by modulestylesheet?
    Sorry if it looks a little sloppy, the site is still a work in progress...
    If you look here at this main catalog : http://www.4plotters.com/shop/   --------- >the css is being applied properly,
    the next level down here : http://www.4plotters.com/shop/Toner-Ink  --------------> css also applied properly.
    but... when you go one more level deep   here : http://www.4plotters.com/shop/Toner-Ink/ink-wide-format  -----> css is not being applied from my external css (much of its functionality is to overwrite the modulestyle sheet) Notice the link colors change to blue, and the catalog images and headers don't match the catalogs before it.
    I have some other external twitter bootstrap css files that are still being applied, so I am a little confused. I am fairly new to css and html (and self taught) so I might be just missing some fundamental precedence rules.
    Thanks in advance!
    *Edit* When I change the parent catalog to the top level "Shop" catalog, the css is once again applied properly. It is something about being 2 or 3 levels deep that breaks the css link.

    Hi,
    Go into your template and remove the ".." prior to the CSS reference to help correct this issue. 
    Before:
    After:
    Hope this helps!
    -Sidney

  • Buttons using CSS not working properly

    I am using Dreamweaver CS4.
    I can't get buttons to work properly using CSS.
    The buttons are supposed to have a red border around them when inactive (a:link).
    Hovering over the button causes it to change its appearence (this works).
    Clicking the button works.
    Do this then click the BACK arrow.
    Buttons no longer have red border.
    I have tried this with FireFox, IE 7, IE 6 and Safari. They all do the same thing.
    You may see it in action at www.justforso.net/buttons.htm
    What am I doing wrong???
         .....  Thanks for your help 
    Here is the code:
    /* CSS Document */
    Theme Name: Buttons Test
         margin: 0;
         padding: 0;
    body {
         font: 80%/1.6 Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
         color: black;
    a.example1:link
       font-size:14px;
       font-weight:bold;
       text-decoration:none;
       border-style:outset;
       border-color:red;
       border-width:5px;
       background-color: #FFFFCE;
       width:125px;
       color:navy;
    a.example1:hover
       font-size:14px;
       font-weight:bold;
       text-decoration:none;
       border-style:inset;
       border-color:red;
       border-width:5px;
       background-color: #FFFFCE;
       width:125px;
       color:maroon;
    /* CSS Document */
    /* HTML Document */
    <!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>Buttons Test</title>
    <link rel="stylesheet" href="buttons.css" type="text/css" media="screen" />
    </head>
    <body>
    <p> </p>
    <p> </p>
    <A href="http://www.sitepoint.com/" class="example1"> Beginners </A>
    <A href="http://www.sitepoint.com/" class="example1"> Promotion </A>
    <A href="http://www.sitepoint.com/" class="example1"> Site Point </A>
    </body>
    </html>
    /* HTML Document */

    It's because you have created styles only for the :link and :hover pseudo-classes. Your buttons revert to the default state when the link is active (being clicked) or has been visited. You need to assign properties to the :visited and :active pseudo-classes as well.
    Another point about your CSS is that you're failing to make use of the cascade. There's no need to repeat values that don't change. I have rewritten your CSS like this:
    a.example1
       font-size:14px;
       font-weight:bold;
       text-decoration:none;
       border-width:5px;
       border-color:red;
       background-color: #FFFFCE;
       width:125px;
       color:navy;
    a.example1:link, a.example1:visited {
         border-style:outset;
    a.example1:hover, a.example1:active
       border-style:inset;
       color:maroon;
    This applies common rules to the basic a.example1 selector, and sets the overrides for the pseudo-classes.
    One other point. You're using an XHTML DOCTYPE. All tag names MUST be in lowercase to be valid. This is wrong:
    <A href="http://www.sitepoint.com/" class="example1"> Beginners </A>
    The opening and closing <a> tags should be in lowercase.

  • CSS not displaying properly

    My CSS file includes the following formatting for a "Note":
    p.Note {
    border-left-style: Solid;
    border-right-style: Solid;
    border-top-style: Solid;
    border-bottom-style: Solid;
    background-color: #fafade;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 9pt;
    line-height: 12pt;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-color: #a3a5a7;
    border-right-color: #a3a5a7;
    border-top-color: #a3a5a7;
    border-bottom-color: #a3a5a7;
    margin-top: 12px;
    x-next-class: ;
    x-next-type: P;
    margin-bottom: 12px;
    In IE 11, not using Document Mode=Edge, the CSS is applied as expected:
    In IE 11, using Document Mode=Edge, the CSS is not applied as expected:
    I suspect the issue is with the CSS itself.  The CSS displays correctly in the Design view of the topic in RH10, but does not display correctly if I view the topic using the CTRL+W command from within RoboHelp, and does not display correctly in the compiled project when viewed in Chrome or FireFox.  Any ideas?  Thanks!

    If I have to guess, I would say it has to do with the name of the style.
    Your HTML probably uses lower case while your selector in the CSS starts
    with a capital letter.
    Try the following selector:
    p.note,
    p.Note {
    That should solve it.
    Kind regards,
    Willam

  • Check box with Boolean data type is not behaving properly

    Hi,
    I create a sample application with one entity driven view object with two attributes. One is of String data type [Value will be Y/N] and another (transient) attribute with Boolean data type. I planned to bind this boolean data type attribute to UI. I overridded the view row impl class and included setting of boolean attribute inside the setter of String attribute. Also in the getter of boolean attribute, added code to check the string attribute and return true/false based on that. Everything is working fine in application module tester. But when i test the same in view controller project in a page, it is not working. Always Check box component is not checked eventhough when i explicitly check it.
    [NOTE: I have given the control hint of Boolean attribute as check_box. Also i don't want selected/unselected entries in the page def file. That's why followed this approach]
    Have i missed out anything? Why this behaviour.
    Thanks in advance.
    Raguraman

    what is the value that is going in when u check it.. did u debug it.. is the viewRowimps setter and getter getting called.. and is it having the right value set and got.. and ur sure that ur using selectBooleanCheckBox..
    ur binding the checkbox to the transient value right??

  • CSS not displaying properly in DW8

    I am new to working with CSS and trying to use more of it and
    less tables as I move forward, at least until we are ready to do a
    site redesign. On the page below the CSS is working to create the
    two colomns in the browser but in DW8 after the first section "1.
    Access:" , all the other sections are jumping all over the place.
    My DW8 settings seem to be consistent with the advice given in
    other responses to similar questions in the forum.
    Page:
    http://www.aclink.org/intergenerational/needs/admin/test.asp
    Here is the CSS file: Not positive this works but thought I
    would give it a shot before I posted all the CSS into the forum. I
    realize some of this CSS file is pretty messy, it has gotten a way
    from us somewhat but I am hoping to clean it all up with the site
    redesign later this year.
    http://www.aclink.org/WebAdmin/Library/home_menu.css

    Osgood wrote:
    > I'd classify that information as tabular data so I would
    use a table to
    > lay it out?
    >
    or if you really must do it with css use a definition list
    (code and css
    below)
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <title>Untitled Document</title>
    <style>
    body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    #wrapper {
    width: 40em;
    margin: 0 auto;
    h3 {
    margin: 0;
    padding: 8px 0;
    font-size: 15px;
    dl {
    margin: 0;
    padding: 0;
    width: 40em;
    dt {
    float: left;
    width: 20em;
    clear: both;
    padding: 3px 0 0 0;
    dd {
    margin: 0 0 5px 12em;
    text-align: center;
    </style>
    </head>
    <body>
    <div id="wrapper">
    <h3>1. Access</h3>
    <dl>
    <dt><strong>Response</strong></dt>
    <dd><strong>Average
    Ranking</strong></dd>
    <dt>Information and Assistance</dt>
    <dd>1</dd>
    <dt>Transportation</dt>
    <dd>2</dd>
    <dt>Outreach</dt>
    <dd>3</dd>
    <dt>Care Management</dt>
    <dd>4</dd>
    </dl>
    <h3>2. Home Support</h3>
    <dl>
    <dt><strong>Response</strong></dt>
    <dd><strong>Average
    Ranking</strong></dd>
    <dt>Telephone Reassurance</dt>
    <dd>1</dd>
    <dt>Home Health Aide</dt>
    <dd>2</dd>
    <dt>Respite Care</dt>
    <dd>3</dd>
    <dt>Visiting Nurse</dt>
    <dd>5</dd>
    <dt>Affordable Housing</dt>
    <dd>4</dd>
    <dt>Homemaker</dt>
    <dd>1</dd>
    <dt>Hospice Care</dt>
    <dd>2</dd>
    <dt>Fix-it Program</dt>
    <dd>3</dd>
    </dl>
    </div>
    </body>
    </html>

  • BBP_DRIVER_DETERMINE in NOT behaving properly after Upgrade  to SRM5.0

    The Function Modules mentioned below should be called from
    Badi 'BBP_DRIVER_DETERMINE'.But we are unable to call the following
    function modules from 'BBP_DRIVER_DETERMINE'.
    The Badi is called only once when we click on 'Order SC'.So,as the
    result none of that the following function modules are called :
    B45A_GOODSMVT_CREATE
    B46C_PO_GETITEMS
    B46C_ATTACHMENT_CREATE
    B46B_CTR_CREATE
    B470_PO_CREATE.
    As the result of that, we are NOT able to perform the whole cycle of
    Backend documents properly.
    Before upgrade Scenario:
    System : SRM 4.0
    The Badi 'BBP_DRIVER_DETERMINE' is called twice when we click on 'Order
    SC'.So any one of the following function modules is called for
    performing the Subsequent steps :
    B45A_GOODSMVT_CREATE
    B46C_PO_GETITEMS
    B46C_ATTACHMENT_CREATE
    B46B_CTR_CREATE
    B470_PO_CREATE.
    Do we have to add new fields to Table BBP_FUNCTION_MAP?
    Waiting for the Solution.

    Hi
    <u>Incase these entries are missing in the table <b>BBP_FUNCTION_MAP</b>, go ahead and create the entries in the table <b>using SM30 Transaction</b> in order that BBP_DRIVER_DETERMINE BADI can call the required function modules one by one as in Standard SRM Scenario.</u>
    B45A_GOODSMVT_CREATE
    B46C_PO_GETITEMS
    B46C_ATTACHMENT_CREATE
    B46B_CTR_CREATE
    B470_PO_CREATE
    Hope this will help.
    Regards
    - Atul

  • Events on Calendar not behaving properly.

    I just bought my iPod touch 5th gen. and this is its first week of use. I am having issues with the calendar application. On the date of my birthday, an uncountable amount of events named "Happy Birthday!" was created automatically. I originally ignored the problem a few days ago, but when I checked it today the number of the event had multiplied. I am unable to delete any of the events, and the events' details are strange. They are all set on the "school" calendar and availiability is listed as "busy" Under a tab labeled "Accepted" is "Contacts" Upon selecting "Contacts" info for a contact that is not in my contact book appears named "Contacts" and the only thing listed is under "work" and is a random list of letters and numbers. Please Help!

    Make sure you are added the events on your Mac to a calendar listed under the iCloud heading, and not a non-iCloud calendar such as On My Mac.

Maybe you are looking for

  • ASA 5505: Site-to-Site VPN, NAT (Overlap Subnets)

    Greetings all.  I've searched through the forums and have found some similar situations to mine but nothing specific.  I'm hoping this is an easy fix...  :/ I volunteer for a non-profit medical facility that has an ASA 5505 (v8.4).  They needed a sit

  • Report column breaking - display text centred in cell

    Hi, I am looking for some help achieving the following: I have a report which has column breaks on the first three columns. Currently, when the report is displayed, the first column value is displayed in the top row with the rows underneath blank and

  • What is a dynamic join in SAP HANA?

    What is a dynamic join in SAP HANA and how it works? Please explain me with the example , how to use it? Message was edited by: Tom Flanagan

  • Do you have to book for a Repair

    I don't know if you have to book for a repair for my iPod or can I just go in and give it to them? Please help my screen is smashed and I use my iPod so much I'm really desperate.

  • How can i get getwayed url string using pluggable nav in news portlet?

    hi. How can i get getwayed url string using pluggable nav in news portlet? A code just like below is what I want. <param value="param=http://.../portal/server.pt/gateway/PTARGS_.../http/..."> I tryed the following, but didn't work as I wanted. 1.<par