Display:block ie6

Hi all, can anyone enlighten me as to why display block works
fine in all
browsers except older ie ones on this site
http://www.crackerjackpromotions.co.nz/2007/index3.php
Look at the middle nav in ie6 and it works on the first link
Corporate but
not on any of the other links and i can't see why that would
be.
Thanks,
Karen

Sinclair - helping me out is becoming part of your daily
routine it seems
:-) I'm very appreciative!
Now can you tell me why your fix works?? Why did I get the
display block on
corporate only?
I'm only just getting to grips with the css layout stuff, so
all the extra
bits needed for various browsers seems mind boggling. This is
a conditional
comment yes?
Thanks again!
Karen
"djinn" <[email protected]> wrote in
message
news:fe0ckc$f3h$[email protected]..
> Karenj wrote:
>> Hi all, can anyone enlighten me as to why display
block works fine in all
>> browsers except older ie ones on this site
>>
http://www.crackerjackpromotions.co.nz/2007/index3.php
>>
>> Look at the middle nav in ie6 and it works on the
first link Corporate
>> but not on any of the other links and i can't see
why that would be.
>>
>
>
> Karen - try this CC in the head of your doc...
>
> <!--[if IE 6]>
> <style>
> #wrapper2midnav a {height: 1%;}
> </style>
> <![endif]-->
>
> HTH
>
> --
> chin chin
> Sinclair

Similar Messages

  • Block Planning Display block options eg Percent of block utilised and Qtys?

    Any hints how to display block quantities and percent utilised in PPDS area?
    I have managed so far to get the following for blocks that cross between months.
    1. Resource table. (/SAPAPO/RPT - Resource Planning Table )Can highlight both columns that the specific block is in, click "show operations", get the operations to show in the bottome screen, and the FILTER on the specfic dates to get the block quantities.
    This works to get a block quantity but would need to do a slow manual process for every block!
    2. Receipts View (/SAPAPO/RRP4). Can set up a visualisation profile which shows my characteristic in a column in the report, and then I can select a SINGLE resource from the front selection and get a listing of the quantities from that single resource, and then with filters on dates and/or characteristic, I can get the quantities.
    But this is slow and manual per resource.
    3. Detailed scheduling board shows VISUALLY whether blocks look full or not, but I cant find any way of getting any block quantities or percent complete from this view.
    Ideally, I want a way I can download all resource quantities and block quantities and then determine percent utilized in the blocks and put alerts on this to show which blocks are under-utilised.
    Any ideas????

    Aha. Found it.
    in the DS Planning board.
    click an order on block and then EDIT/SELECT/ALL FOR SAME BLOCK
    then
    EXTRAS / EVALUATION / EXTENDED OPERATIONS LIST - this gives all the quantities for selected block
    then
    EXTRAS / EVALUATION / RESOURCE UTILIZATION - select blocks and get percent utilisation for blocks

  • Display blocked document SPL - unable to to SPL check

    Dear friends,
    I have a blocked sales document in "Display Blocked Documents" in SPL area. I can search on the reference number and i got one record. I selected that and try to "Start SPL screening". It says "Unable to select any data (see long text)". Can you please tell me what could be the problem.
    thanks in advance.
    Thiru...
    Edited by: thirumal gunukula on Mar 5, 2009 2:54 AM

    Hi Thiru,
    please check your customizing:
    TA spro->GTS -> Compliance -> SPL service- > Control setting for SPL -> Document screening strategy.      
    You can select if you want to rescreen all addresses or only changed addresses.
    I assume that the address was not changed manually but system is defined in that way...

  • Display Blocked BPs-Can we see all detailed analyses in a one step process?

    Hi
    Before releasing any BPs blocked by the system our compliance users check the details of the blocks.
    Currently it is a 2 step process (after they are in the detailed screen of the Display Blocked Business Partners menu):
    1 u2013 Double click on the name of the blocked BPs.
    2 u2013 Click on icon u201CDisplay All Detailed Analysesu201D to show detailed analysis of all hits.
    Is there any way we can make it a one step process and see all details analysis immediately after selecting the blocked BPs?
    SAP Compliance Management -> Sanctioned Party List Screening -> Monitoring -> Business Partner -> Display Blocked Business Partners.
    Thanks!

    We can go to the SPL BP blocked list from the path you have mentioned. In the list select a line item and at the header there is partner. If you click on that you can see detailed analysis in there. Just click on it and it would be one step for you. But from here you can't release.

  • Display:block not showing anchor link as a block in IE9

    The display:block CSS code is making the anchor link inside a div, i.e.
    <div><a>some text</a></div>
    behave as a block in a site viewed in Chrome etc.
    However, it is not behaving like a block in IE9. Instead of the whole width of div which should behave like a block and be clickable, only the actual text of anchor link <a> is clickable.
    Please advise on how to ensure the whole div behaves like a block in IE9 also.

    I checked and found that the probable problem is as described below.
    I have indicated the style for a.link and a.visited in the starting of the css file as
    a:link { color:#009900; text-decoration: underline;}    
    a:visited { color: #4E5869; text-decoration: underline;}    
    Later in the css file, I have defined styles for cbt, cbt a, cbt a:link and cbt a:visited separately. the styles for cbt etc is as below:
    cbt { display:block;  float:none; 
    position: relative; 
    margin:5px 2px; 
    padding-left:1px;
    padding-right:1px;
    padding-top:5px; 
    padding-bottom:5px;
    z-index:4;
    clear:both; } 
    cbt a, cbt a:link {  font-size: 1em;
    text-decoration:none;  text-align:justify;
    text-justify:inter-word; 
    font-weight:normal; 
    word-wrap:break-word; 
    color:#00C;  display:block; }  
    cbt a:visited { color:#CC0033; }
    The anchor link a is nested inside cbt tag in the html file as
    <cbt><a href="abc.com">some text</a></cbt>
    Inspite of the above codes, the anchor link a inside cbt tag is not taking the styles defined with cbt a, cbt a:link, but is instead taking styles defined in a:link initially.
    Hence they are behaving as inline elements in IE9 when hosted on remote server by taking the initial style defined.
    However,when the same page are viewed on localhost in IE9, the links behave as block elements (taking the later defined styles). The links also behave as block elements inside Chrome browser when viewed on localhost as well as on remote server. In this situation the links are taking the styles defined later in the css file.
    Please advise on why the css behaviour is so erratic.

  • Javascript: element.style.display = 'block';

    Hi,
    Our company is developing a mobile web app for the black berry devices.
    My testing has been done on 8350i and higher and all is fine.  However, when working with the 8330, OS v4.5, I'm getting a Javascript error for the following code.
    var element = document.getElementById('somedivid');
    if( element != null)
        element.style.display = 'block';  <---- error
    I'm getting the element OK but the element.style.display is undefined.  Is there workarond this?
    Thanks for your help.

    hi,
    Did you find out the workaround. IF so please post it . Appreciate your help

  • Flash video causes my Mac mini to crash displaying blocks of stripes

    As you can see from the picture below, flash video sometimes (often though) causes my Mac mini with Intel Graphics HD 3000 crashes while displaying blocks of stripes and repeating "tick" noise. I believe it just plays audio data in a buffer repeatedly at that moment.
    It looks to me that it failed in decoding the video. Probably it can be due to mal-formated encoding, but after rebooting if I move the play position to the same spot, it plays there correctly. So, probably somehow when there is somewhat wrong encoded data filled in a buffer to decode but there is some non-allowed operation is processed. ( like divide-by-zero. I don't mean that this one is due to divide-by-zero. ) Can be somewhat related to DCT block....
    Flash plugin installed on my Mac : The latest Flash plugins for Mac
    Mac Mini with Intel HD graphics 3000. ( last year's model )
    is this going to be fixed soon? Probably this is a bug which is already being traced?

    I haven't seen this occur before.  We're going to need some additional info from you.  Please see this tech doc for some simple troubleshooting steps (in particular, try the HTML5 vs. Flash video tests and try disabling Flash Player's hardware acceleration).  The doc also explains what information we'll need and how you can report the issue to us.
    Troubleshoot, report Flash Player video playback issues
    Thanks,
    Chris

  • Center the DIV content with nested display: block float Left

    I have a series of images that use a Spry fade effect as a slide show.
    It works OK but the images are all jammed up into the top left corner
    even when i put them in a table. I have attached the body code below.
    Can anyone please help solve this poblem?
    Thank you kindly.
    <table width="800" border="0" align="center">
      <tr>
        <td> <div class="quote" style="position: relative; top: 0px; left: 0px; opacity: 0; display: none; visibility: visible;"> <img height="600" width="800" src="/uploads/images/_009a.jpg" alt="" /> </div>
    <div class="quote" style="position: relative; top: 0px; left: 0px; opacity: 1; display: block; visibility: visible;"> <img height="600" width="800" src="/uploads/images/_010a.jpg" alt="" /></div>
    <div class="quote" style="position: relative; top: 0px; left: 0px; opacity: 0; display: block; visibility: visible;"><span class="quote" style="position: relative; top: 0px; left: 0px; opacity: 0; display: block; visibility: visible;"><img height="600" width="800" src="/uploads/images/_047a.jpg" alt="" /></span></div>
    <div class="quote" style="position: relative; top: 0px; left: 0px; opacity: 0; display: none; visibility: visible;"> <img height="600" width="800" src="/uploads/images/_056a.jpg" alt="" /></div></td>
      </tr>
    </table>

    Please refer to the link: http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt3.html
    Styling the images with captions
    To keep the image and caption together and center them, you need to give the <figure> element a width. You'll also add a CSS drop shadow effect to the image to make it look more like a photograph.
    Styling the <figure> and <figcaption> elements
    The small images in the home page and sightseeing.html are all 400 pixels wide. To create the photo effect, you need to add another 20 pixels to the width of the <figure> element.
    Make sure main.css is selected in the Sources pane, and create a new selector called figure.
    In the Layout section, set width to 420px.
    Create a selector for figcaption.
    Before you can center the caption, you need to set its display property (in the Layout section) to block.
    In the Text section, set the following properties:
    font-weight: bold
    font-size: 14px
    text-align: center
    Step 4 above is my problem. How can I set its display property (in the layout Section) to block?

  • DW8 Crashes on display:block

    I have the following in source view
    as you can see I have display:none for the DIV ID MultiBin
    If I want to see this displayed in Design View by changing
    display:none to display:block, DW8 crashes each and everytime
    Question is WHY? and if there is anything I can do to prevent
    the crash
    <div ID="MultiBin" align="center"
    style="display:none;width:75%">
    <table width="100%" border="0" cellspacing="0"
    cellpadding="0"
    class="bordx">
    <tr>
    <th width="30%" class="THALL" scope="col" >Bin Number
    </th>
    <th width="32%" class="THALL" scope="col">Card Type
    </th>
    <th width="38%" class="THALL" scope="col">Number of
    cards
    </th>
    </tr>
    <tr>
    <td height="32" align="center"><input name="BinA2"
    type="text" id="BinA2" size="15"
    maxlength="15"></td>
    <td align="center"><select name="select"
    id="select">
    <option selected>Select Card Type</option>
    <option value="ATM">ATM</option>
    <option value="BILL PAY">BILL PAY</option>
    <option value="DEBIT">DEBIT</option>
    <option value="HEALTH CARE DEBIT">HEALTH CARE
    DEBIT</option>
    <option value="HELOC">HELOC</option>
    <option value="VISA DEBIT">VISA DEBIT</option>
    <option value="MASTERCARD DEBIT">MASTERCARD
    DEBIT</option>
    <option value="PRE-PAID DEBIT">PRE-PAID
    DEBIT</option>
    <option value="VISA">VISA</option>
    <option value="MASTERCARD">MASTERCARD</option>
    </select> </td>
    <td align="center"><input name="Cards2" type="text"
    id="Cards2" size="10" maxlength="10"></td>
    </tr>
    <tr>
    <td height="31" align="center"><input name="BinA3"
    type="text" id="BinA3" size="15"
    maxlength="15"></td>
    <td align="center"><select name="select2"
    id="select2">
    <option selected>Select Card Type</option>
    <option value="ATM">ATM</option>
    <option value="BILL PAY">BILL PAY</option>
    <option value="DEBIT">DEBIT</option>
    <option value="HEALTH CARE DEBIT">HEALTH CARE
    DEBIT</option>
    <option value="HELOC">HELOC</option>
    <option value="VISA DEBIT">VISA DEBIT</option>
    <option value="MASTERCARD DEBIT">MASTERCARD
    DEBIT</option>
    <option value="PRE-PAID DEBIT">PRE-PAID
    DEBIT</option>
    <option value="VISA">VISA</option>
    <option value="MASTERCARD">MASTERCARD</option>
    </select> </td>
    <td align="center"><input name="Cards3" type="text"
    id="Cards3" size="10" maxlength="10"></td>
    </tr>
    <tr>
    <td height="32" align="center"><input name="BinA4"
    type="text" id="BinA4" size="15"
    maxlength="15"></td>
    <td align="center"><select name="select3"
    id="select3">
    <option selected>Select Card Type</option>
    <option value="ATM">ATM</option>
    <option value="BILL PAY">BILL PAY</option>
    <option value="DEBIT">DEBIT</option>
    <option value="HEALTH CARE DEBIT">HEALTH CARE
    DEBIT</option>
    <option value="HELOC">HELOC</option>
    <option value="VISA DEBIT">VISA DEBIT</option>
    <option value="MASTERCARD DEBIT">MASTERCARD
    DEBIT</option>
    <option value="PRE-PAID DEBIT">PRE-PAID
    DEBIT</option>
    <option value="VISA">VISA</option>
    <option value="MASTERCARD">MASTERCARD</option>
    </select> </td>
    <td align="center"><input name="Cards4" type="text"
    id="Cards4" size="10" maxlength="10"></td>
    </tr>
    <tr>
    <td height="32" align="center"><input name="BinA5"
    type="text" id="BinA5" size="15"
    maxlength="15"></td>
    <td align="center"><select name="select4"
    id="select4">
    <option selected>Select Card Type</option>
    <option value="ATM">ATM</option>
    <option value="BILL PAY">BILL PAY</option>
    <option value="DEBIT">DEBIT</option>
    <option value="HEALTH CARE DEBIT">HEALTH CARE
    DEBIT</option>
    <option value="HELOC">HELOC</option>
    <option value="VISA DEBIT">VISA DEBIT</option>
    <option value="MASTERCARD DEBIT">MASTERCARD
    DEBIT</option>
    <option value="PRE-PAID DEBIT">PRE-PAID
    DEBIT</option>
    <option value="VISA">VISA</option>
    <option value="MASTERCARD">MASTERCARD</option>
    </select> </td>
    <td align="center"><input name="Cards5" type="text"
    id="Cards5" size="10" maxlength="10"></td>
    </tr>
    <tr>
    <td height="32" align="center"><input name="BinA6"
    type="text" id="BinA6" size="15"
    maxlength="15"></td>
    <td align="center"><select name="select5"
    id="select5">
    <option selected>Select Card Type</option>
    <option value="ATM">ATM</option>
    <option value="BILL PAY">BILL PAY</option>
    <option value="DEBIT">DEBIT</option>
    <option value="HEALTH CARE DEBIT">HEALTH CARE
    DEBIT</option>
    <option value="HELOC">HELOC</option>
    <option value="VISA DEBIT">VISA DEBIT</option>
    <option value="MASTERCARD DEBIT">MASTERCARD
    DEBIT</option>
    <option value="PRE-PAID DEBIT">PRE-PAID
    DEBIT</option>
    <option value="VISA">VISA</option>
    <option value="MASTERCARD">MASTERCARD</option>
    </select> </td>
    <td align="center"><input name="Cards6" type="text"
    id="Cards6" size="10" maxlength="10"> </td>
    </tr>
    </table>
    </div>

    3 were using <script> instead of
    <script Language="JavaScript" type="text/javascript">
    3 were nothing more then
    Width="30%" inside of <TD>, which DW placed there
    I removed all errors and it is now valid code
    Same result.... Crash and burn
    I uploaded the updated page
    http://www.kujawas.net/wordform.txt
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > You have a number of validation errors on that page.
    >
    > The error you are getting is often caused when DW finds
    an error - any
    > error - on your page. Can you address those first?
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "Rev. Mike" <[email protected]> wrote in
    message
    > news:[email protected]...
    > > will do
    > >
    http://www.kujawas.net/wordform.txt
    > >
    > > since it is an asp page I changed the
    > > ext so that the raw page is preserved.
    > >
    > >
    > >
    > > "Murray *ACE*"
    <[email protected]> wrote in message
    > > news:[email protected]...
    > >> Would it be possible to upload the unzipped
    file, please?
    > >>
    > >> --
    > >> Murray --- ICQ 71997575
    > >> Adobe Community Expert
    > >> (If you *MUST* email me, don't LAUGH when you
    do so!)
    > >> ==================
    > >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    > >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    > >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > >> ==================
    > >>
    > >>
    > >> "Rev. Mike" <[email protected]> wrote in
    message
    > >> news:[email protected]...
    > >> > here is the file
    > >> >
    http://www.kujawas.net/wordform.zip
    > >> >
    > >> > here is a video of the crash
    > >> >
    http://www.kujawas.net/dwcrash.wmv
    > >> >
    > >> >
    > >> >
    > >> > "Murray *ACE*"
    <[email protected]> wrote in message
    > >> > news:[email protected]...
    > >> >> You can upload it and post a link to
    it, no?
    > >> >>
    > >> >> --
    > >> >> Murray --- ICQ 71997575
    > >> >> Adobe Community Expert
    > >> >> (If you *MUST* email me, don't LAUGH
    when you do so!)
    > >> >> ==================
    > >> >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    > >> >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    > >> >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > >> >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM)
    Technotes
    > >> >> ==================
    > >> >>
    > >> >>
    > >> >> "Rev. Mike" <[email protected]>
    wrote in message
    > >> >>
    news:[email protected]...
    > >> >>> Guess I was to quick to post it
    was okay
    > >> >>> Something definitely flakey here.
    > >> >>>
    > >> >>> I tried the file on several DW
    machines
    > >> >>> on-site and off same issue.
    > >> >>>
    > >> >>> unfortunately I can't post the
    file, it is over 10K
    > >> >>>
    > >> >>>
    > >> >>> "Rev. Mike"
    <[email protected]> wrote in message
    > >> >>>
    news:[email protected]...
    > >> >>>> Hmmm,
    > >> >>>> It is now behaving correctly.
    > >> >>>>
    > >> >>>> The client I am contracting
    with just placed
    > >> >>>> a drive encryption client on
    the machines here.
    > >> >>>> That was probably the culprit
    as it was encrypting
    > >> >>>> the local hard drives.
    > >> >>>>
    > >> >>>> Since I last posted, it has
    not done the nasty
    > >> >>>>
    > >> >>>>
    > >> >>>>
    > >> >>>> "Murray *ACE*"
    <[email protected]> wrote in message
    > >> >>>>
    news:[email protected]...
    > >> >>>>> Nope. Can't imagine what
    the problem is. I have never seen
    > > something
    > >> >>>> like
    > >> >>>>> that happen that wasn't
    somehow related to a horked installation
    or
    > >> >>>>> some
    > >> >>>>> other external factor.
    > >> >>>>>
    > >> >>>>> --
    > >> >>>>> Murray --- ICQ 71997575
    > >> >>>>> Adobe Community Expert
    > >> >>>>> (If you *MUST* email me,
    don't LAUGH when you do so!)
    > >> >>>>> ==================
    > >> >>>>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    > >> >>>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    > >> >>>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > >> >>>>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM)
    > > Technotes
    > >> >>>>> ==================
    > >> >>>>>
    > >> >>>>>
    > >> >>>>> "Rev. Mike"
    <[email protected]> wrote in message
    > >> >>>>>
    news:[email protected]...
    > >> >>>>> > Any ideas here?
    > >> >>>>> >
    > >> >>>>> >
    > >> >>>>> >
    > >> >>>>> > "Rev. Mike"
    <[email protected]> wrote in message
    > >> >>>>> >
    news:[email protected]...
    > >> >>>>> >> Wrote to soon,
    > >> >>>>> >>
    > >> >>>>> >> One page open
    > >> >>>>> >> changing from
    block to none and the attached gif's happened.
    > >> >>>>> >>
    http://www.kujawas.net/dw1.gif
    > >> >>>>> >>
    http://www.kujawas.net/dw2.gif
    > >> >>>>> >>
    > >> >>>>> >> DW3.gif shows the
    layout
    > >> >>>>> >>
    http://www.kujawas.net/dw3.gif
    > >> >>>>> >>
    > >> >>>>> >> The checkbox "B"
    is used to hide or show one or two
    > >> >>>>> >> of three div's
    depending on if it is checked
    > >> >>>>> >>
    > >> >>>>> >> The arrow "A"
    shows the area I change if I want to hide
    > >> >>>>> >> this in the
    display. I want to display it in design view but
    > >> >>>>> >> when
    > >> >>>>> >> I am ready to
    save the page, changing the value to none will
    > >> >>>>> >> and then clicking
    in Design view will kill DW8
    > >> >>>>> >>
    > >> >>>>> >> can duplicate
    everytime on more than one machine, so it is not
    > >> >>>>> >> a resource
    issue..
    > >> >>>>> >>
    > >> >>>>> >>
    > >> >>>>> >> "Rev. Mike"
    <[email protected]> wrote in message
    > >> >>>>> >>
    news:[email protected]...
    > >> >>>>> >> > When
    switching from none to display and vise-versa;
    > >> >>>>> >> >
    > >> >>>>> >> > When I have
    more than 5 documents opened, the crash occurs.
    > >> >>>>> >> > If I have
    the page and the CSS sheet the page references
    open,
    > >> >>>>> >> > the crash
    occurs.
    > >> >>>>> >> >
    > >> >>>>> >> > One page
    open No crash..
    > >> >>>>> >>
    > >> >>>>> >>
    > >> >>>>> >
    > >> >>>>> >
    > >> >>>>>
    > >> >>>>>
    > >> >>>>
    > >> >>>>
    > >> >>>
    > >> >>>
    > >> >>
    > >> >>
    > >> >
    > >> >
    > >>
    > >>
    > >
    > >
    >
    >

  • Displaying blocked alv format

    Hi All,
    Currently am displaying blocked alv  one-by-one vertically ,,,but is there any possibility to display the blocks side-by-side horizontally instead vertically?? any wayout for it?
    Thanks
    Jack

    Thanks

  • Cfinput datefield gives wrong display in IE6 IE7

    With CF8, I try cfform=html with cfinput type=datefield. When
    I use 2 input dates, and click on the calendar image, the opened
    calendar window appears behind the second cfinput. You can check
    the result here :
    datefiled.pdf
    The code is quite simple :
    <cfform action = "cfinput.cfm">
    <p> </p>
    <cfinput type="datefield" name="MyDate1"
    firstDayOfWeek="1">
    <p> </p><p> </p>
    <cfinput type="datefield" name="MyDate2"
    firstDayOfWeek="1">
    <p> </p>
    <input type="Submit" name = "" value="Submit">
    </cfform>
    The display problem appears in IE6 and IE7, but not in
    Firefox. Is this a bug, or any workaround is already know ?
    Thanks.
    Firmus.

    <input type="Submit" name = "" value="Submit">
    corrected to: <input type="Submit" name = "sbmt"
    value="Submit">
    > Is this a bug
    Seems so. You should report it.
    i suspect the likely cause to be the z-index value.
    Z-index
    is a CSS property. It determines one element's stack order in front
    of or behind another. An element with a higher z-index will be
    stacked in front of one with a lower value. The default value is 0,
    for example, in the case where you don't specify the z-index.
    To see the relevance to your case, open in Internet Explorer
    a page containing just the form. View the source code. The
    Coldfusion engine has automatically arranged the HTML within the
    form into two main DIV blocks, each containing other DIVs. You will
    notice that neither of the two main DIV blocks has z-index in its
    style attribute. It means that they have the same z-index value,
    namely, the default value 0.
    The calender image at the top has the same z-index value as
    the input field at the bottom, namely, the default value 0. One
    would naturally expect that order of appearance would be the
    deciding factor. Apparently, order of appearance is important in
    Mozilla but not in Internet Explorer. It seems that, if two
    elements have the same z-index, Internet Explorer may show the
    second one in front of the first.
    >... any workaround ...
    Yes, here is one:
    <cfform action = "cfinput.cfm">
    <div class="df1" style="position:relative;">
    <p> </p>
    <cfinput type="datefield" name="MyDate1"
    firstDayOfWeek="1">
    </div>
    <div class="df2" style="position:relative;z-index:-1;">
    <p> </p><p> </p>
    <cfinput type="datefield" name="MyDate2"
    firstDayOfWeek="1">
    </div>
    <div class="sbmt">
    <p> </p>
    <cfinput type="Submit" name = "sbmt" value="Submit">
    </div>
    </cfform>

  • Part of Web page not getting displayed in IE6.0

    Hi,
    I m facing an strange problem, my saftware was properly working in IE 5.5 but when i check it on IE 6.0 part of web page which gets loaded through a Servlet does not gets properly displayed, ie the lower portion gets hidden, to an extent of surprise if i resize page manully then it gets displayed.
    i have to give demo to the client day after tommarow, if any one can help me in this context, that is how to get it rectified,
    I request you to mail me urs suggestions on:
    [email protected]
    Thanks...
    Ashish

    Hi,
    In all probabilities thats a display problem rather than codes. Try different settings on your computer. If not try running that on someone else's comp whcih has ie6 but does not have a refresh rate problem. Even if you think that migth be code related you might try a javascript function to resize your page on the body onLoad function.
    Hope this helps
    Aviroop

  • Text Doesn't Display in IE6

    I have developed a dynamic website with DreamWeaver CS3 and Developer Tool Box using php and MySQL and on some dynamicaly generated pages the text above the generated table only appears when moused over. This happens in IE6, not Firefox. An example of it is at www.montrosechamber.com/categoryselect.php select a category - Advertising for instance, and click on the "View Businesses" link. The next page will not have the page title until you drag the cursor over it. Anyone have suggestions? I thought maybe the Spry navigation bar was the culprit but it happens elsewhere as well.

    Hi Yvonne,
    just checked that with several browsers, and the headline displays fine on: Firefox, IE7, and Opera 9 -- but, as you said, not on IE6.
    Dunno, but could that be one of the many CSS rendering quirks on IE6 ?
    BTW, when viewing the pages with Opera, the Spry Navigation bar displays "Members Benefits" and "Home" wrapped to a new line
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Doesn't Display in IE6

    Hi;
    I have a swf that works fine in everything but IE6 on XP. You can it here:
    http://globalsolutionsgroup.vi/test.html
    I built this in CS4. Would it be correct to assume that the technology is not compatible and I'll need to create something else for IE6?
    TIA,
    beno

    Hi Yvonne,
    just checked that with several browsers, and the headline displays fine on: Firefox, IE7, and Opera 9 -- but, as you said, not on IE6.
    Dunno, but could that be one of the many CSS rendering quirks on IE6 ?
    BTW, when viewing the pages with Opera, the Spry Navigation bar displays "Members Benefits" and "Home" wrapped to a new line
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • How to fix site display for IE6

    Hello,
    I posted this last week, but the issue is not yet resolved,
    so I'm hoping someone else might be able to assist me. Basically, I
    am troubleshooting a site that was created by someone else that
    uses Javascript includes and 2 CSS files for the navigation and
    presentation.
    All but the Home Page does not display correctly in IE6 on
    Windows XP, that is, the main content of the page wraps
    left-justified and below the left-side navigation.
    I've included the html code below because when you visit the
    page "live", the html is different. The CSS on the sub main pages
    are generated from "includes", and the correct CSS are supposedly
    linked, but for some reason the tag does not display when viewing
    the source code in a browser window.
    The test site is: Home -
    http://www.usm.maine.edu/sb/sb_12.21.07/
    Sub Pages:
    Degree Programs -
    http://www.usm.maine.edu/sb/sb_12.21.07/degree/index.html
    Prospective Students -
    http://www.usm.maine.edu/sb/sb_12.21.07/prospective_students/index.html
    Current Students -
    http://www.usm.maine.edu/sb/sb_12.21.07/current_students/index.html
    Alumni & Friends -
    http://www.usm.maine.edu/sb/sb_12.21.07/alumni/index.html
    Below is the HTML from the index.html files for the various
    sections (Degree Programs, Prospective Students, Current Students,
    etc.):
    ------ code below ---------
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN"
    http://www.w3.org/TR/REC-html40/loose.dtd">
    <html lang="en">
    <head>
    <!--ENTER PAGE TITLE HERE-->
    <title>USM School of Business</title>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <!--DO *NOT* DELETE-->
    <!--#include virtual="/includes/default_hf.htm"-->
    </head>
    <BODY bgcolor="#FFFFFF" text="#000000" leftmargin="0"
    topmargin="0" marginwidth="0" marginheight="0" ID="inside">
    <!--DO *NOT* DELETE OR ALTER: code for page header-->
    <!--#include virtual="/includes/header_hf.htm"-->
    <!--end code for page header-->
    <!--Enter page content here-->
    <STYLE TYPE="text/css"> @import
    url("../css/usmbiz_styles.css"); </STYLE>
    <!-- ActiveX fix for IE7 -->
    <script src="../js/AC_RunActiveContent.js"
    type="text/javascript"></script>
    <script src="../js/random_horizontal.js"
    type="text/javascript"></script>
    <script src="../js/random_vert.js"
    type="text/javascript"></script>
    <!-- DROP MENU JAVASCRIPT MANDATORY FOR WIND IE -->
    <script
    type="text/javascript"><!--//--><![CDATA[//><!--
    startList = function() {
    if (document.all&&document.getElementById) {
    navRoot = document.getElementById("horizontal");
    for (i=0; i<navRoot.childNodes.length; i++) {
    node = navRoot.childNodes;
    if (node.nodeName=="LI") {
    node.onmouseover=function() {
    this.className+=" over";
    node.onmouseout=function() {
    this.className=this.className.replace(" over", "");
    window.onload=startList;
    //--><!]]></script>
    <div align="center">
    <!-- wrapper -->
    <div id="wrapper"><a name="top"></a>
    <!-- header -->
    <div id="header">
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','widt h','775','height','155','id','banner_home','align','middle','src','../banner_home','wmode' ,'transparent','quality','high','flashvars','scale','noscale','pluginspage','http://www.ma cromedia.com/go/getflashplayer','movie','banner_home'
    ); //end AC code
    </script>
    <!-- ******** MANDATORY NOSCRIPT FOR IE6 WIN ************
    -->
    <noscript>
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
    width="775" height="155" id="banner_home" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="banner_home.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <embed src="../banner_home.swf" quality="high" width="775"
    height="155" name="banner_home" align="middle"
    allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    wmode="transparent"/>
    </object>
    </noscript>
    </div>
    <!-- end header -->
    ------ end code -----------------------
    If anyone has additional thoughts/advice, I am most
    appreciative. Thanks so much for your help!!
    RH

    You can try refreshing PPR programmatcly on that table.
    Bind that table with bean and when u displaying table using some button or you navigating to that page.call this method before navigation to that page.it will re refresh the table.
    Like this AdfFacesContext.getCurrentInstance().addPartialTarget(this.getOrderLinesTableBinding());

Maybe you are looking for