Unsupported value: 'inherit'

hi there ok here goes,
                                 i have created a web gallery in lightroom and taken it to dreamweaver when i check browser compatability i receive errors of unsupported values, and properties the most frequent is "inherit" but also "maxsize" and "filter" i have disabled them to no notable difference my question is do i delete these or just add them to the ignore list?.
being cheeky but trying not to be, if i could squeeze another question in i am having issues with internet explorer and the galleries i have modified the css that came with the gallery from lightroom:- page background, made the cell clear only showing a fill when being hovered on and suchlike, and all works 100% in firefox but in ie when hovering on a cell all cells are highlighted instead of the individual, yet when i make the cell have a background colour again all works okay, i am thinking the only way is to have two copies one for ie with the cell value in and one foe firefox that looks as i wanted, am i missing something? or is it going to be like in the form fieldset when customising, and just a compromise have to be met?
thanks in advance for any forthcoming help.
p.s. if this is in the wrong place i appologise.

hi back again i have just got a free domain and host the site has been uploaded ( not yet finished ) and some galleries can be found through the top nav bar on this page  http://www.figjam.net76.net/photos/index.html  it is ie that is giving the problems on the index page for the galleries ( "gallery name" (html) ), any other advice will be greatly appreciated. please excuse the speed for loading but i guess a free account ( which i shall use for testing ) so i am not complaining. once again allow me to express my gratitude for your time.

Similar Messages

  • Logminor - Unsupported value in SQL_REDO

    Hello All:
    I was mining a log file today and I noticed that the SQL_REDO column has 'Unsupported" value all over. What does this mean? I was doing this analysis to find the root cause of too much of log sprooning yesterday.
    Any one knows what it means? With this i am clueless on what statements got executed during that time frame.
    Regards,
    Kim

    Can you paste the query you ran against the LOGMNR tables and some of the output? SQL_REDO contains SQL statements that were run that created REDO.

  • CupsRasterinterpretPPD avait une erreur page header uses unsupported values

    Problem printing from Photoshop and Epson Stylus Pro 7900 you have an explanation?
    What does this error message: current print - "cupsRasterinterpretPPD" was an error = page header uses unsupported values​​.
    thank you for your help

    Update photoshop to the latest version (Help>Update...), that should fix it.

  • Sub-sections values inherit from main section values

    Hi,
    We have a requirement, where once the CDF file is defined for a placeholder on a section template e.g a right teaser, all the sub-sections of the section should inherit the value defined in the main section. So the teaser defined in top section should inherit to all the sections underneath to display the same information define.
    Any thoughts on how this can be achieved, will be of great help.
    Thanks,
    Anurag
    Edited by: 879837 on Aug 23, 2011 12:22 AM

    Look at this link which shows how to pass values from a subreport to a main report.
    http://www.datamanagementgroup.com/resources/trainerstalk/trainerstalk_howto_share_subreport_data_with_main_report.asp
    You can use the same method to pass values from main report to a subreport.
    1) Create a formula @mainFormula in the main report, as given in item 1 of link.
    2) Place this formulla in a suppressed report footer section above the target subreport.
    3) In the subreport, create a formula @subFormula that declares the same variable name, as given in item 3 of link.
    4) Place @subFormula column in the subreport where you want to display it.

  • Unsupported value: "inline-block"

    Creating a form using labels inline-block value is not
    supported in Netscape,IE,IE for MAC,Safari,and Opera.
    Attached is the CCS rules anyones know of a fix
    @charset "UTF-8";
    /* CSS Document */
    #titlebar {
    height: 558px;
    width: 144px;
    float: left;
    background-image: url(/i/catalog_title.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 18px;
    background-attachment: fixed;
    #catalog_frame {
    width: 666px;
    margin-top: 45px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
    position: relative;
    #catalog_content {
    width: 645px;
    height: 500px;
    #pic1 {
    background-image: url(../i/phil_pic1.jpg);
    background-repeat: no-repeat;
    height: 250px;
    width: 133px;
    float: right;
    position: absolute;
    left: 533px;
    top: 337px;
    #wrap .catalog_container {
    #catalog_textContainer {
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-top: 125px;
    margin-bottom: 125px;

    How do you want your form to look?
    I usually do it like this -
    label: FIELD
    labelxx: FIELD
    labelxxxx: FIELD
    (very much like the scrolling credits in a movie)
    The labels are right-aligned at a vertical margin, and the
    fields are
    left-aligned at that same margin.
    To achieve that, I use something like this -
    label {
    clear:left;
    display:block;
    float:left;
    width:200px;
    margin-right:15px;
    text-align:right;
    input {
    display:block;
    margin-bottom:20px;
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "tanktery" <[email protected]> wrote in
    message
    news:gevcib$78i$[email protected]..
    > Creating a form using labels inline-block value is not
    supported in
    > Netscape,IE,IE for MAC,Safari,and Opera.
    > what follows is the CCS rules anyones know of a fix
    >
    > @charset "UTF-8";
    >
    > /* CSS Document */
    > #titlebar {
    > height: 558px;
    > width: 144px;
    > float: left;
    > background-image: url(/i/catalog_title.jpg);
    > background-repeat: no-repeat;
    > background-position: left top;
    > margin-top: 18px;
    > background-attachment: fixed;
    > }
    >
    > #catalog_frame {
    > width: 666px;
    > margin-top: 45px;
    > margin-right: 0px;
    > margin-bottom: 0px;
    > margin-left: 0px;
    > float: left;
    > position: relative;
    > }
    >
    > #catalog_content {
    > width: 645px;
    > height: 500px;
    > }
    >
    > #pic1 {
    > background-image: url(../i/phil_pic1.jpg);
    > background-repeat: no-repeat;
    > height: 250px;
    > width: 133px;
    > float: right;
    > position: absolute;
    > left: 533px;
    > top: 337px;
    > }
    >
    > #wrap .catalog_container {
    > }
    >
    > #catalog_textContainer {
    > width: 350px;
    > margin-right: auto;
    > margin-left: auto;
    > position: relative;
    > margin-top: 125px;
    > margin-bottom: 125px;
    > }
    >
    >
    >

  • Logminer Unsupported error

    Hi
    i am working in oracle10g Database..
    my problem is ,i find out logfile transaction..why means? some time archivelog created more file within one minute..
    so,i used Logminer ...
    Logminer done correctly.but i can't get the correct username,operation
    sql>select * from V$LOGMNR_CONTENTS;
    it will come like operation=Unsupported, user name=unknown
    how to find the username and operation ??
    in oracle document i found out this
    UNSUPPORTED = change was caused by operations not currently supported by LogMiner (for example, changes made to tables with ADT columns)
    note: The database imported from oracle8 to oracle10g
    please help...
    SCN DATA_OBJ# DATA_OBJD# SEG_OWNER ROLLBACK OPERATION
    1593411835 16677 16677 0 INTERNAL                                                                                 
    1593411835 16676 16676 0 INTERNAL                                                                                 
    1593411835 16676 16676 0 INTERNAL                                                                                 
    1593411835 16674 16674 0 INTERNAL                                                                                 
    1593411835 16674 16674 0 INTERNAL                                                                                 
    1593411835 16673 16673 0 INTERNAL                                                                                 
    1593411836 16673 16673 0 INTERNAL
    1593411836 0 0 0 COMMIT commit;
    1593411836 0 0 0 UNSUPPORTED
    1593411836 0 0 0 UNSUPPORTED
    1593411836 0 0 0 UNSUPPORTED
    1593411836 0 0 0 UNSUPPORTED
    1593411836 0 0 0 UNSUPPORTED
    1593411837 0 0 0 UNSUPPORTED
    1593411837 0 0 0 UNSUPPORTED
    1593411837 0 0 0 UNSUPPORTED
    1593411837 0 0 0 UNSUPPORTED
    1593411837 0 0 0 UNSUPPORTED
    1593411837 0 0 0 UNSUPPORTED
    1593411838 0 0 0 UNSUPPORTED
    1593411838 0 0 0 UNSUPPORTED
    Message was edited by:
    Dhana

    But we are not use LOB and I don’t think we have that
    much of ADT and encrypted values in our database
    I get 23996 unsupported values from 65536 number
    of row in log table
    I think my database is generating unnecessary archive
    logs number of archive log generation is very high
    that’s why i want to know which operation is going on
    the database
    So please help me soonIf you have Enterprise Manager running, then you cannot easily confirm what you have in tables and what you do not have unless you know all the object structures in SYSMAN schema.
    You may also have problems easily knowing what datatypes and attributes SYS and Background processes are using in the database at a particular time.
    There is more unsupported datatype and attrubute types: bfile, nested tables and varrays , xmltype, table compression, object refs etc.
    Instead of selecting *, you can try using elimination process at least to help you identify the owner/user of the objects.
    set lines 200
    set pages 9999
    col USERNAME format a10
    col XID format a10
    col SQL_REDO format a40
    col SQL_UNDO format a40
    SELECT username,session#,
    to_char(timestamp,'DD/MM/YYYY HH24:MI:SS') timestamp,
    (XIDUSN || '.' || XIDSLT || '.' ||  XIDSQN) AS XID,
    SQL_REDO, SQL_UNDO
    FROM V$LOGMNR_CONTENTS
    WHERE username = 'XXX'
    /Where 'XXX' is the user you want to check.

  • Some pages won't load in browser, keep looping

    I’ve just finished loading all of my content for a new site onto my remote server. The index page works fine, and some of the pages will load, but most of the pages just keep flashing, as if the browser keeps trying to re-load the page over and over again. I'm using IE8.
    When I check browser compatibility in Dreamweaver CS3, the errors I get are:
    Unsupported property: zoom
    Unsupported value: 'inline block'
    Any idea what could be causing this?

    Without seeing the actual web page live, it can only be a guessing game.
    How to get help quickly
    The answer is always in the code and viewing it will enable people to help you troubleshoot.
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://twitter.com/nadiap
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/

  • Weekly build notes listings

    Since there are major changes going on in the TLF weekly builds, and the ASDocs aren't up to date, and the changes made are not searchable, I thought people might want the list dumped on here so changes to particular classes would show up in a forum search.  To see the changes made in Build 360, check out the TLF Blog post on it ( http://blogs.adobe.com/tlf/2009/02/tlf_api_changes_in_build_370_1.html ).
    Here's the list.  Maybe this could become a common practice.
    Build 432, Fri May 15 2009
    Changes in build 437 (2009/05/22)
        * remove flashx.textLayout.edit.UndoManager and flashx.textLayout.IUndoManager
        * Fix 2330964 BackgroundColor Placed incorrectly from TextLineFactory. Actually was in 436.
        * Fix 2326588 TextContainerManager Does Not Support Background Color
        * Fix 2330946 Remove TextContainerManager.trunctationOptions property
        * Fix 2337918 Please expose the scrollToPosition() API in TextContainerManager
        * Fix 2336672 Preserve selection when switching editingMode in TextContainerManager
        * Setting editingMode to the current editingMode should do nothing in TextContainerManager
    Changes in build 436 (2009/05/22)
        * Fix 2331711 TextContainerManager now sends a DamageEvent from setText().
        * Fix 2326543 bug where selection wasn't being extended on mouse drag.
        * add [RichTextContent] metadata to SpanElement and FlowGroupElement mxmlChildren properties
        * Fix 2337740 Flex bug SDK-20964 TCM rcycling bug
        * Partial fix 2330964 background color placed incorrectly from TextLineFactory
        * Remove vestigal experiment with Tables code
        * Fix 2321538. On the Mac, the keyboard shortcuts for cmd-A,C,V,X were not working.
        * Fix 2326543, "drag select of scrolling flows doesn't expand selection".
        * Fix 2329527. Content bounds being reported was slightly different between the factory and TextFlow composer.
        * Fix 2328695 TextContainerManager Stops Receiving FocusIn Events. This is a complete fix - previously this bug was worked around
        * Added TextLineFactoryBase.isTruncated
        * Fix 2315119 - Graphic will be redrawn when link applied.
    Changes in build 434 (2009/05/22)
        * Fix 2323921: RichText truncation doesn't work in all cases
    Build 432, Fri May 15 2009
    Changes in build 432 (2009/05/14)
        * Fixed regression that broke truncation feature
        * Added TextLineFactoryBase.isTruncated
        * Changed text line factory behavior such that scrolling is turned off when truncation options are set
    Build 427, Fri May 8 2009
    Changes in build 427 (2009/05/07)
        * Fix bug - RTE in computeSelectinIndexInContainer
        * Namespace change -- mxml namespace for TLF was "library:adobe/flashx/textLayout". Now it is: library://ns.adobe.com/flashx/textLayout".
        * Fix bug - Scrolled TextContainerManager Can be Difficult To Create Point Selection
    Changes in build 426 (2009/05/06)
        * Fix bug - TextFlow double-deletes text when pressing the backspace or delete key
    Build 422, Fri May 1 2009
    Changes in build 422 (2009/04/30)
        * API Changes: TextContainerManager now has a getContentBounds function, in place of individual getters for contentLeft, contentTop, etc. ContainerController also now has a getContentBounds function, in place of individual getters. Added functions to TextContainerManager to support custom classes for ISelectionManager and IEditManager (see createSelectionManager and createEditManager).
        * API changes for TextContainerManager:
              o getInteractionManager renamed to beginInteraction(), and added a new function endInteraction() which clients should use after beginInteraction() to signal that they are done with selecting/editing. This tells the TextContainerManager that it can go back to factory mode, which is more efficient.
              o invalidateInteractionManager() removed and replaced with two new functions, invalidateSelectionFormats() which clients should called when SelectionFormats have changed, and invalidateUndoManager which clients should call to change the undo manager.
        * API Changes for InputManager
              o InputManager renamed as TextContainerManager
              o IInputManagerClient removed, now you can subclass InputManager and override its methods
        * API Changes:
              o InputManager
                    + damaged property renamed to isDamaged() function
                    + focusSelectionFormat renamed to focusedSelectionFormat
                    + container retyped to Sprite
                    + compositionWidth and compositionHeight removed as constructor parameters, now you need to set the properties on the InputManager you create
              o ContainerController
                    + container retyped to Sprite
              o ISelectionManager
                    + focusSelectionFormat renamed to focusedSelectionFormat
              o IConfiguration & Configuration
                    + focusSelectionFormat renamed to focusedSelectionFormat
        * API Changes:
              o ISelectionManager
                    + setSelection deselects if negative numbers are passed in.
                    + selectAll removed, you can call ISelection.setSelection() to get the same behavior, if you need to redraw the selection, call ISelectionManager.textFlow.flowComposer.updateAllControllers().
                    + flushPendingEvents moved to IInteractionHandler
                    + notifyInsertOrDelete moved to IInteractionHandler
              o IUndoManager
                    + clear renamed to clearAll().
                    + undoLastOperation renamed to undo()
                    + redoLastOperation renamed to redo()
        * API Change: SelectionEvent now contains a SelectionState, not an ElementRange; this is much cheaper for us to provide. ElementRange is now tlf_internal. ElementRange.firstLeafPosition renamed to absoluteStart, ElementRange.lastLeafPosition renamed to absoluteEnd.
        * API Change: TextScrap.copyTextScrap renamed to clone.
        * API Changes to InputManager. defaultInputManagerConfiguration renamed to defaultConfiguration. composeToController renamed to compose(), and updateToController renamed to updateContainer().
        * API Changes:
              o ISelectionManager:
                    + Event handling functions moved out of ISelectionManager into new interface, IInteractionHandler
                    + selectionFormat renamed to currentSelectionFormat
                    + selectionState renamed to function getSelectionState()
                    + setSelection now takes default parameters to select the entire flow
                    + noFocusSelectionFormat renamed to unfocusedSelectionFormat
              o SelectionFormat:
                    + blockAlpha reanmed to rangeAlpha
                    + blockBlendMode renamed to rangeBlendMode
                    + blockColor renamed to rangeColor
              o IEditManager:
                    + added get undoManager()
                    + added changeElementID()
                    + added changeElementStyleName()
              o SelectionManager:
                    + activeMark and anchorMark are now private
                    + selectionChanged is private
                    + setSelectionState is tlf_internal
              o EditManager:
                    + stage is private
                    + ChangeElementIdOperation renamed to ChangeElementIDOperation
    Changes in build 420 (2009/04/28)
        * API change: Removed the misleadingly named and superfluous TextFlowLine.textIndent. Documented and ensured consistent use of TextFlowLine.lineOffset as lhe line's offset in pixels from the appropriate container inset (as dictated by paragraph direction and container block progression), prior to alignment of lines in the paragraph.
        * API change: more changes to the factory classes. ITextLineCreator is now a property of the base class, so instead of passing it in the constructor you construct and then set the property in the factory. bounds property renamed to compositionBounds, and measuredBounds renamed to contentBounds. containerController property is now private.
        * API Change: moved ITextLineCreator interface from the elements package to the compose package.
        * PlainTextExporter is now public and has methods for controlling the paragraphSeparator and whether discretionary hyphens are included in the export. To use it, you can either construct it directly, or via the TextFilter class. Removed the newlineIndicator string from IConfiguration.
        * Fixed a bug where tabs in RTL text were being being offset by textIndent and marginRight values.
    Changes in build 419 (2009/04/24)
        * Once a mouseWheel event has been handled, mark with preventDefault so client applications don't also try to handle it.
        * Don't start compose if text is already composed. Optimization for callers of composeToPosition.
        * Always call resetContentTopLeft, to give more accurate top left positions, particularly for cases where the text is outdented and left aligned.
        * API CHANGE: TextLineFactory revised. It is now split into 3 classes, TextLineFactoryBase, StringTextLineFactory, and TextFlowTextLineFactory. Use StringTextLineFactory for creating TextLines from a String. Use TextFlowTextLineFactory for creating TextLines from a TextFlow. Static methods have been removed, so create a new factory in order to create lines. One factory may be reused many times, just resetting the values (text, bounds, truncation options, etc.) in between. See StaticHelloWorld.as for a simple example of how this works for Strings, see StaticTextFlow.as for a simple example of it with TextFlows.
    Build 418, Fri Apr 24 2009
    Changes in build 418 (2009/04/23)
        * API CHANGE: TextLineFactory revised. It is now split into 3 classes, TextLineFactoryBase, StringTextLineFactory, and TextFlowTextLineFactory. Use StringTextLineFactory for creating TextLines from a String. Use TextFlowTextLineFactory for creating TextLines from a TextFlow. Static methods have been removed, so create a new factory in order to create lines. One factory may be reused many times, just resetting the values (text, bounds, truncation options, etc.) in between. See StaticHelloWorld.as for a simple example of how this works for Strings, see StaticTextFlow.as for a simple example of it with TextFlows.
    Changes in build 417 (2009/04/22)
        * Fixed Vertical Justification behavior; it now increases the spacing between consecutive lines proportionally rather than spacing lines uniformly.
        * API Changes: Renamed DisplayObjectContainerController to ContainerController, and removed IContainerController and IInternalContainerController. Wherever you used to use "IContainerController" or "DisplayObjectContainerController" now just use "ContainerController".
              o Moved some functions that were public into the tlf_internal namespace: effectivePaddingLeft, effectivePaddingTop, effectivePaddingRight, and effectivePaddingBottom.
              o ColumnState.createColumnState removed. A ColumnState constructor now takes all the relevant values, so whereever you used to do this:
                    + var columnState:ColumnState = ColumnState.createColumnState(...your values here...);
              o you can now do this:
                    + var columnState:ColumnState = new ColumnState();
              o ColumnState.getColumnAtIndex(index) has been renamed to getColumnAt(index). So, once you have the columnState, you do, for instance:
                    + var columnRect:Rectangle = getColumnAt(0);
        * Fixed bug where spaces at end of a line would "overflow" into neighboring columns. New code keeps drawing of cursor at the column boundary and limits block selection drawing to the same bounds.
        * Enhancement to cursor navigation for Right to Left text systems. Previous code moved cursor according to logical order vs. visual order. Result was that a right arrow key press in Arabic, Hebrew or other RTL languages meant that the cursor actually moved left. New code moves cursor according to the visual order of the text based on the direction of the entire text flow. Note that changing the direction on a paragraph will not alter the behavior of the cursor, nor will the presence of LTR text within a RTL text flow. This means that if a TextFlow is set to Right to Left and a given paragraph is entirely in English and the paragraph is set to be Left to Right, the cursor will seem to move in the wrong direction. TLF does not support customization of cursor movement based on the locale or direction of anything except the parent TextFlow.
        * Fixed a bug that caused undoing an ApplyFormatToElementOperation to have no effect.
        * API Changes:
              o DisplayObjectContainer event handling functions renamed:
                    + processMouseOverEvent -> mouseOverHandler
                    + processMouseOutEvent -> mouseOutHandler
                    + processMouseWheelEvent -> mouseWheelHandler
                    + processMouseDownEvent -> mouseDownHandler
                    + processMouseUpEvent -> mouseUpHandler
                    + processMouseMoveEvent -> mouseMoveHandler
                    + processMouseDoubleClickEvent -> mouseDoubleClickHandler
                    + processFocusInEvent -> focusInHandler
                    + processFocusOutEvent -> focusOutHandler
                    + processActivateEvent -> activateHandler
                    + processDeactivateEvent -> deactivateHandler
                    + processKeyDownEvent -> keyDownHandler
                    + processKeyUpEvent -> keyUpHandler
                    + processTextInputEvent -> textInputHandler
                    + processContextMenuSelectHandler -> menuSelectHandler
                    + eventHandler -> editHandler
              o ISelectManager & SelectionManager & EditManager renamings:
                    + eventHandler -> editHandler
        * API Changes: renamed IContainerController.scrollLines to getScrollDelta, renamed InputManager.scrollLines to getScrollDelta, and removed constants for default container width and height.
    Changes in build 412 (2009/04/10)
        * API CHANGE: DisplayObjectContainerController methods processCopyEvent, processCutEvent, processPasteEvent, processSelectAllEvent collapsed into a single processEvent that handles all these basic events. Added to ISelectionManager a new function, processEvent for handling these same events in the SelectionManager, and removed processSelectAll, which is no longer used. cutTextScrap and pasteTextScrap moved from ISelectionManager to IEditManager, since these are editing operations.
    Build 411, Fri Apr 10 2009
    Changes in build 411 (2009/04/09)
        * Fixed a bug where noFocus selection format was not being set on re-activation
        * API CHANGES. These functions in IFlowComposer were renamed:
              o updateContainer -> updateToController
              o updateAllContainers -> updateControllers
              o composeContainer -> composeToController
              o composePosition -> composeToPosition
        * API CHANGE: Changing name of TextFlow.hostTextLayoutFormat to hostFormat
    Changes in build 410 (2009/04/08)
        * Fix bug where leading info used for composing the next line was being saved prematurely, causing incorrect layout if the current line needed to be composed in multiple passes.
    Build 409, Tue Apr 7 2009
    Changes in build 409 (2009/04/07)
        * Fix bug where clicking on container when height or width NaN doesn't work. When measuring, transparent hit detect region wasn't being redrawn to correct size after composition.
        * API CHANGE: Plain-text import/export changes. Newline indicators exported based on setting in IConfiguration.newLineIndicator. On import, LF/CR/CR+LF are all recognized as new line indicators.
        * Compose to container size with scrolling on -- previously was composing to double composer size. This may flush out some invalid line bugs.
        * Fixed a bug with blockProgression="rl" and compositionWidth=NaN, lines were getting improperly clipped out so that no text appeared.
        * API CHANGE: Renaming functions in IFormatResolver. invalidateAllTargets is now invalidateAll, and invalidateTarget is now invalidate. resolveTextLayoutFormat is now resolveFormat.
        * API CHANGE: eventMirror on FlowLeafElement and SubParagraphGroupElement is now tlf_internal.
        * API CHANGE: Moving TextRange from the edit package to the elements package.
    Changes in build 406 (2009/04/02)
        * API CHANGE: Renaming DamageEvent.damageStart to damageAbsoluteStart.
        * API Change: IConfiguration.includePartialLine renamed to overflowPolicy. Defined new class OverflowPolicy that describes the different policies that can be used to control whether lines that fall at the end of the container are included in the container, or not.
    Changes in build 405 (2009/04/01)
        * API CHANGE: IFlowComposer.firstDamagePosition renamed to damageStartPosition.
        * API CHANGE: Rename GeometryUtil.getRangeBounds to GeometryUtil.getHighlightBounds.
        * API CHANGE: ParagraphElement.getText now takes an additional optional parameter that specifies the terminator for the paragraph. By default, this is the Unicode paragraph terminator character (\u2029), but you can make it whatever you want, including a simple newline by passing a String for the paragraphTerminator. This change is backwards compatible for current callers of getText().
        * Fix clipping problem when text is placed above the container (6 lines aligned verticalAlign = bottom in a space that fits 4 lines).
    Changes in build 404 (2009/03/31)
        * Updating typgraphic case --Markup and API Change-- Now uses a new class TLFTypographicCase, and has different options. Support for "title" and "caps" dropped. Use TLFTypographicCase with TLF in preference to flash.text.engine.TypographicCase. "smallCaps" renamed to "capsToSmallCaps". "capsAndSmallCaps" renamed to "lowercaseToSmallCaps". Also made AUTO the default setting for kerning, which matches FXG spec.
    Changes in build 403 (2009/03/30)
        * format Markup Changes:
              o <TextLayoutFormat> now <format>
              o When referring to a format id, don't use brackets. So this:
                <TextLayoutFormat id="english" locale="en" fontFamily="Minion Pro"/>
                <p marginBottom="15" ><span format="{english}">This text is supposed to be in Minion Pro via a named character attribute</span></p>
                Is now this:
                <format id="english" locale="en" fontFamily="Minion Pro"/>
                <p marginBottom="15" ><span format="english">This text is supposed to be in Minion Pro via a named character attribute</span></p>
        * API Changes:
              o Rename FlowElement.textLayoutFormat -> format
              o Rename FlowElement.computedTextLayoutFormat -> computedFormat
              o Rename IContainerController.textLayoutFormat -> format
              o Rename IContainerController.textLayoutFormat -> computedFormat
              o Rename DisplayObjectContainerController.textLayoutFormat -> format
              o Rename DisplayObjectContainerController.textLayoutFormat -> computedFormat
    Changes in build 402 (2009/03/27)
        * verticalAlign of "middle" or "bottom" will now align to the compositionHeight (or compositionWidth in vertical text) even if the height of the text exceeds the compositionHeight. This means that lines that don't fit may be get pushed above the box, or (for middle) pushed both above and below. It also means that all lines will forced to compose to the end, so it will be quite slow to use verticalAlign in large text flows. Made some corresponding fixes to scrolling to make it work with text off the start of the container. Added some new test cases to exercise this functionality in all the different alignment settings.
        * Scrolling fixes for next/previous line with arrow keys. Fix a bug where the arrow key would move to the end of the line if the line required composition (e.g., the line was not previously in view). Also fixed a bug when scrolling up by a line where it would scroll down instead.
        * doOperation used to return an SelectionState, but with the exception of two places that were using it internally, all external callers only checked to see if it was null or not. null was being used to indicate failure, or nothing changed, which means that the operation is not placed on the undo stack. Now it returns a Boolean, true for success, false for failure. There may be further changes in this area to make FlowOperations simpler.
    Changes in build 397 (2009/03/20)
        * Made DisplayObjectContainerController's and FlowElement's TextLayoutFormat properties read/write (used to be write-only).
        * Merge ContainerControllerBase class into DisplayObjectContainerController.
        * Mark TextFlow class as final
    Changes in build 396 (2009/03/19)
        * Fix RTE in StandardFlowComposer.releaseLines
        * Fix possible source of the RTE on null reference from findFirstAndLastVisibleLines in ContainerControllerBase.
    Changes in build 394 (2009/03/17)
        * Fix issue with changes made in StatusChangeEvent to embedded graphics by blocking recursive composition. Bug 2298043
        * Add IFlowComposer.composeInProcess property.
        * Fixed problem where first part of a link could not be replaced by a new link. New code allows partial replacement of a link element with a selection which starts at the first character.
        * Fixed a problem where the cursor was getting set to the I-beam, and wouldn't set back.
    Changes in build 393 (2009/03/16)
        * Fix a bug where keyboard navigation with linked containers was causing a scroll because it was trying to scroll to a position not in the container.
    Changes in build 392 (2009/03/13)
        * Removed optimization that was preventing scrolling in the logical width direction if scrolling in the logical vertical direction was turned off.
        * Removed the container-level mouseMove and rollOver handlers which were changing the link state. These are now part of the LinkElement, and added only when they are needed.
    Changes in build 390 (2009/03/11)
        * Fix for application of attributes to a point selection where only the last attribute would be applied. New code applies all attributes applied to the point.
        * IContainerController.contentWidth (or contentHeight in vertical text) is now based on the actual text width, not the unjustified text width. This fixes some problems where scrolling wasn't working correctly because the reported width of the text was greater than the compositionWidth, but lines were wrapped. It does mean that to get the unjustified width you will have to set the textAlign to something other than "justify", recompose, and then get the resulting width.
        * Fix for unintended scroll when at the end of a TextFlow.
        * Fix for RTE when dragging over text generated from a factory, or non-TLF TextLines.
        * Changes for alignment and measurement. You can now set NaN for compositionWidth or compositionHeight, and TLF will compose and use the generated contentWidth or contentHeight for alignment, scrolling, etc. The composer now generates a topLeft for the bounds, so you can make a full "content bounds" using contentLeft, contentTop, contentWidth, and contentHeight.Note that this is logical bounds and not inked bounds, so there are some circumstances where ink will not fit in the content bounds.Fixed bugs in how the factory was doing vertical alignment that caused it to be a few pixels off.Fixed some incosistencies between how the standard flow composer worked and how the factory's simple composer works -- composition results should now be more uniform. Added a new test program, MeasurementGrid, for testing all this. It's still a work in progress.
    Changes in build 388 (2009/03/09)
        * Fixed issue where applying link or TCY to the last span of a paragraph caused a dangling span to remain with the para terminator.
        * Fixed issue where text would go into a link when it was the last element in a paragraph. Newly typed text now goes into a new span when the selection marker is at the last index.
    Changes in build 386 (2009/03/06)
        * Fixed issue with placement of underline and strikethrough on inline images.
        * Fixed placement of underline and strikethrough on text which has a baseline shift applied to it.
    Changes in build 385 (2009/03/04)
        * Combined SWC 'textLayout.swc' now included in the libs directory of the build. This includes everything from textLayout_core, textLayout_edit, and textLayout_conversion.
        * Combined RSLs now included in the rsl directory of the build. Both an unsigned SWF and signed SWZ are created. These include everything from textLayout_core, textLayout_edit, and textLayout_conversion.
    Changes in build 382 (2009/03/02)
        * Fix issue with composing a TextFlow containing just an empty ParagraphElement.
        * TextLineFactory will generate lines that included InlineGraphics whose source is a "class" - normally an embedded graphic.
        * Expose eventMirrors - use FlowElement.getEventMirror function to access the eventMirror.
    Changes in build 381 (2009/02/27)
        * Fixed issue with graphic assigned to ILG getting the wrong sizing.
        * Factory instance functions renamed to textLinesFromString and textLinesFromTextFlow. Static functions renamin unchanged.
    Changes in build 380 (2009/02/26)
        * Made backgroundColor work with TextLineFactory. This required an API change - the callback to the factory now must take a DisplayObject as its parameter, since it won't always be passed TextLines. Also, the background shapes themselves no longer include leading, so they do not exactly coincide with the selection bounds. This was another change to support calculating the shapes during composition as opposed to afterward. Also added a snapshot test as part of FactoryImportTest that uses backgroundColor, in addition to updating the existing unit tests.
    Changes in build 379 (2009/02/25)
        * Fixed for multiple containers ( we were getting incorrect textLength in the containers), as well as a fix that forces scrollToPosition to compose if the text isn't composed yet.
        * Fix so that we scroll to the active position of the selection after we extend the selection with a keyboard event. Also fixed some of the TextRangeUtil functions used for nextLine, etc. to make sure text is composed through selection before processing that depends on composition results.
        * Plain text import now consistently converts \r to space; previously it was converting only the first one. Still not clear what correct behavior should be.
    Changes in build 377 (2009/02/23)
        * Fix bug with importing trailing empty div elements.
    Changes in build 374 (2009/02/18)
        * Added support for TextField-style leading. A new leading model value allows lineHeight to be interpreted as the distance of line's ascent from the previous line's descent. Further, lineHeight can be negative. which specifies the criteria for truncation, the string used to indicate truncation and the format for this string.
    Changes in build 372 (2009/02/16)
        * Added "enableAccessibility" property to IConfiguration, defaults to false. Allows clients to avoid paying price for TextAccImpl objects unless needed.
        * Added support for truncation for text composed using TextLineFactory. The TextLineFactory methods now take a truncation options parameter, which specifies the criteria for truncation, the string used to indicate truncation and the format for this string.
    Changes in build 371 (2009/02/13)
        * Fixed a number of bugs relating to scrolling by line.
        * Measurement changes. Changed the way contentHeight and contentWidth are calculated, now they reflect the size of the text, regardless of alignment. Eliminated unjustifiedContentHeight and unjustifiedContentWidth; use contentHeight and contentWidth instead.
        * Fix RTE in damage when we try to damage back one line, for textFlow that doesn't have any leaf nodes.
        * Changed InlineGraphicElement so that GraphicElements (and the TextBlocks they are part of) don't get released. Fixes RTE on null pointer in places where we access the GraphicElement.
        * Fix bug deleting all of the last Span of a paragraph, plus some of the following paragraph.
    Changes in build 370 (2009/02/12)
        * Removed textFlow property from CompositionCompletionEvent. Use event.target to get to the TextFlow.
    Changes in build 369 (2009/02/11)
        * Fix issues in usage of hostTextLayoutFormat
        * Fix FXG export to not export styles with value "inherit"
        * lineBreak property no longer inherits by default
    Changes in build 368 (2009/02/10)
        * Fix for RTE that happens after cancelling an operation (calling preventDefault on a FlowOperationEvent).
    Changes in build 367 (2009/02/09)
        * ported to Flex 4.0.0.4836. All SWCs now build with this SDK.
    Changes in build 366 (2009/02/06)
        * FlowGroupElement addChild, addChildAt and replaceChildren methods now automatically delete new elements from any existing parents. Previously the code would test for parent on new elements and throw.
        * mxmlChildren FlowElement property which is normally used for mxml compilation of TextFlow objects now always deletes existing children
        * Fix a memory leak issue with the TextLayoutFormat cache
        * Fix cascade bug with non-inheriting attributes getting inherited
    Changes in build 365 (2009/02/05)
        * Changed TextLayoutFormat.backgroundColor to allow setting value of "transparent" (now the default). Because of this new value for backgroundColor, backgroundAlpha now defaults to 1.
    Changes in build 364 (2009/02/04)
        * Performance improvement for handling of TextFlow.hostTextLayoutFormat. The code now assumes that once set by the client the supplied object won't be changed. This avoids a copy.
    Changes in build 363 (2009/02/03)
        * Performance work. Remove getCanonical from TextLayoutFormat.
        * Fix for RTE cancelling SplitParagraphOperation.
        * Fixing some float bugs.

    Try searching discussions--see: http://discussions.apple.com/thread.jspa?threadID=684662
    only caveat is link is dated-I googled for newer...
    MacBook Pro 17" Mac mini (Intel)   Mac OS X (10.4.8)  

  • Problems with DVB

    Hey Guys.
    I have my MythTV setup at home with 2 HVR4000 DVB-S/S2 (Hauppauge) Which have runned without any problems earliere on.
    But after getting a new Masterbackend server and added the HVR cards and ionstalled everything - something about the cards  goes wrong.
    I have installed the lipian-s2 (I think they are named) drivers and downloaded the firmware.
    But no matter what - I just getting several errors - and jumping backl out to main menu.
    I cannot figure out what to do! - and where it goes wrong - sasc-ng log:
    Dec 17 05:14:24.709 CSA: Got command(3): E idx: 1 pid: 0 key: 9a4a...08
    Called cSascDvbDevice::SetCaDescr
    Dec 17 05:14:34.660 CSA: Got command(3): O idx: 1 pid: 0 key: 1b0d...1a
    Called cSascDvbDevice::SetCaDescr
    Dec 17 05:14:44.599 CSA: Got command(3): E idx: 1 pid: 0 key: 8a8d...07
    Called cSascDvbDevice::SetCaDescr
    Dec 17 05:14:54.683 CSA: Got command(3): O idx: 1 pid: 0 key: eade...ba
    Called cSascDvbDevice::SetCaDescr
    Dec 17 05:15:04.650 CSA: Got command(3): E idx: 1 pid: 0 key: 1f8a...92
    Called cSascDvbDevice::SetCaDescr
    Dec 17 05:15:14.668 CSA: Got command(3): O idx: 1 pid: 0 key: 52f3...0d
    Dec 17 05:15:20.773 CSA: Removing csa for rb: 3
    Dec 17 05:15:21.966 CHANNEL: Clearing tuning cache due to switch cmd
    Dec 17 05:15:22.309 CHANNEL: Clearing tuning cache due to switch cmd
    Dec 17 05:15:22.669 CHANNEL: Clearing tuning cache due to switch cmd
    Dec 17 05:15:22.843 CHANNEL: Clearing tuning cache due to switch cmd
    Dec 17 05:15:22.901 CHANNEL: Tuning frontend (new)
    Dec 17 05:15:22 [core.pids] 1: update SID 2130 (zero=0 noshift=0)
    Dec 17 05:15:23 [core.pids] 1: pids typ5=0854 typ5=0853
    Dec 17 05:15:23 [core.pids] 1: SID=2130 zero=0 | sid=1/2130/0 zero=-/-/- idle=-/-/-
    Dec 17 05:15:23 [core.pids] 1: found handler for SID 2130 (1.1 idle=0 idx=1)
    Dec 17 05:15:23 [core.pids] 1.1: pids on entry typ5=0853 typ5=0854 typ5=0858
    Dec 17 05:15:23 [core.pids] 1.1: pids after delete typ5=0853 typ5=0854
    Dec 17 05:15:23 [core.pids] 1.1: pids after add typ5=0853 typ5=0854
    Dec 17 05:15:23 [core.pids] 1: update SID 2130 (zero=0 noshift=0)
    Dec 17 05:15:23 [core.pids] 1: pids typ5=0853
    Dec 17 05:15:23 [core.au] 1: stopping chain 090f
    Dec 17 05:15:23 [core.ecm] 1.1: triggered SID 2130/2130 idx 1/1 mode 3/0 sync
    Dec 17 05:15:23 [core.pids] 1: SID=2130 zero=0 | sid=1/2130/0 zero=-/-/- idle=-/-/-
    Dec 17 05:15:23 [core.pids] 1: found handler for SID 2130 (1.1 idle=0 idx=1)
    Dec 17 05:15:23 [core.pids] 1.1: pids on entry typ5=0853 typ5=0854
    Dec 17 05:15:23 [core.pids] 1.1: pids after delete typ5=0853
    Dec 17 05:15:23 [core.pids] 1.1: pids after add typ5=0853
    Dec 17 05:15:24 [core.pids] 1: update SID 2130 (zero=0 noshift=1)
    Dec 17 05:15:22.968 CHANNEL: Tuning frontend (new)
    Dec 17 05:15:23 [core.au] 1: chain caid 0b00 -> Cardclient(-15) [0030-82/ff/00]
    Dec 17 05:15:24 [core.ecm] 1.1: triggered SID 2130/2130 idx 1/1 mode 3/0 sync
    Dec 17 05:15:24 [core.pids] 1: SID=2130 zero=0 | sid=1/2130/0 zero=-/-/- idle=-/-/-
    Dec 17 05:15:24.356 CSA: Creating csa for rb: 3
    sasc-ng: dvblb_plugins/plugin_ffdecsa.c:487: void process_ffd(msg*, unsigned int): Assertion `csa->rb' failed.
    Dec 17 05:15:24 [core.pids] 1: found handler for SID 2130 (1.1 idle=0 idx=1)
    Using Opensasc-ng to make it work for satelite:
    But giving this error:
    /usr/local/src/open-sasc-ng/src/open-sasc-ng-build/dvbloopback/module/dvb_loopback.c: frontend loopback driver v0.0.1
    dvbloopback: registering 2 adapters
    DVB: registering new adapter (DVB-LOOPBACK)
    DVB: registering new adapter (DVB-LOOPBACK)
    eth0: no IPv6 routers present
    cx24116_firmware_ondemand: Waiting for firmware upload (dvb-fe-cx24116.fw)...
    cx8800 0000:05:00.0: firmware: requesting dvb-fe-cx24116.fw
    cx24116_firmware_ondemand: Waiting for firmware upload(2)...
    cx24116_load_firmware: FW version 1.23.86.1
    cx24116_firmware_ondemand: Firmware upload complete
    cx24116_firmware_ondemand: Waiting for firmware upload (dvb-fe-cx24116.fw)...
    cx88-mpeg driver manager 0000:05:04.2: firmware: requesting dvb-fe-cx24116.fw
    cx24116_firmware_ondemand: Waiting for firmware upload(2)...
    cx24116_load_firmware: FW version 1.23.86.1
    cx24116_firmware_ondemand: Firmware upload complete
    cx88[1]: irq mpeg [0x80000] pci_abort*
    cx88[1]/2-mpeg: general errors: 0x00080000
    cx88[1]: irq mpeg [0x80000] pci_abort*
    cx88[1]/2-mpeg: general errors: 0x00080000
    cx88[1]: irq mpeg [0x80000] pci_abort*
    cx88[1]/2-mpeg: general errors: 0x00080000
    cx88[1]: irq mpeg [0x80000] pci_abort*
    cx88[1]/2-mpeg: general errors: 0x00080000
    cx88[1]/2-mpeg: general errors: 0x00080000
    cx8802_start_dma() Failed. Unsupported value in .mpeg (0x00000001)
    dvblb_fake_ioctl interrupted: 2150133582
    dvblb_fake_ioctl interrupted: 28482
    dvblb_fake_ioctl interrupted: 28482
    dvblb_fake_ioctl interrupted: 28482
    dvblb_fake_ioctl interrupted: 28482
    dvblb_fake_ioctl interrupted: 28482
    dvblb_fake_ioctl interrupted: 28482
    dvblb_fake_ioctl interrupted: 28482
    dvblb_fake_ioctl interrupted: 28482
    Can someone tell me if there's a problem somewhere causiong this error - or have experienced something like that!
    TIA
    PBJ

    This is not Archlinux or Mythtv related problem.
    You should try dvbn forums.
    http://dvbn.happysat.org/viewforum.php? … eccc998710

  • Printing problem with cc and cs6 with epson 7890

    Hi everyone,
    I am having a serious printing problem. I use CC (14.2.1) and CS 6 (13.0.6) on Mavericks 10.9.1 on an iMac. If I try to make a print on a 24" roll I get an error message: cupsRasterinterpretPDD has an error = page header unsupported values. If I print A2 or A3 sheets everything works fine.
    I contacted Epson because I thought it was a printer problem, but they insist it is a photoshop problem. I updated to the latest printerdriver.
    Does anyone have any ideas or even better a solution?

    I feel your pain, but I don't know the solution, sorry. Our Mac guru who primarily serves designers is not upgrading any of his clients to Mavericks so far, due to printing (and other) issues. Se we're still on 10.8.4 here.
    This might help:  http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c03967522
    Or this:  https://discussions.apple.com/thread/5546441
    If those don't help, you might want to post your issue in the Apple Support Communities:  https://discussions.apple.com/index.jspa
    Good luck.  :+)

  • UPK and Windows 7

    Has anyone tried using the UPK Developer on a Windows 7 operating system?
    We have not upgraded to Windows 7 yet and are wondering if it will affect UPK development. We're using UPK 3.5.1.
    Thank you.
    Janis Levsen
    University of Missouri

    Hello,
    While UPK does not yet officially provide support for Windows 7 (it will soon), I can say that I've been using UPK in a Windows 7 environment without problems since Windows 7 was released. The only potential issue that comes to mind is an issue related to the DPI setting, which is more likely to be set to an unsupported value in Windows 7. Windows 7 detects the size of the display and attempts to set the DPI to a higher value when it believes it makes sense to do so. The problem is that many applications were written with the assumption that the display would be set at a consistent DPI of 96.
    I would suggest checking the DPI to ensure it is set to 100% or 96 DPI. Anything higher (120%, 120DPI) will result in UPK looking distorted. Please note that this is not a Windows 7 specific issue as it can be seen in other Operating Systems with high DPI settings.
    If this is not the issue being experienced, I highly encourage a support ticket be entered at My Oracle Support, support.oracle.com.
    Best regards,
    Marc

  • Serial VISA 'Write' -why is it slow to return even with large buffer?

    Hi,
    I'm writing a serial data transfer code 'module' that will run 'in the background' on a cRIO-9014.  I'm a bit perplexed about how VISA write in particular seems to work.
    What I'm seeing is that the VISA Write takes about 177ms to 'return' from a 4096 byte write, even though my write buffer has been set to >> 4096.
    My expectation would be that the write completes near instantly as long as the VISA driver available buffer space is greater than the bytes waiting to be written, and that the write function would only 'slow down' up to the defined VISA timeout value if there was no room in the buffer.
    As such, I thought it would be possible to 'pre-load' the transmit buffer at a high rate, then, by careful selection of the time-out value relative to the baud rate, it would self-throttle once the buffer fills up?
    Based on my testing this is not the case, which leaves me wondering:
    a) If you try to set the transmit buffer to an unsupported value, will you get an error?
    b) Assuming 'yes' to a, what the heck is the purpose of the serial write buffer? I see no difference running with serial buffer size == data chunk size and serial buffer size >> data chunk size??
    QFang
    CLD LabVIEW 7.1 to 2013

    Hi, I can quickly show the low-level part as a png. It's a sub-vi for transferring file segments.  Some things like the thin 'in-line' VI with (s) as the icon were added to help me look at were the hold-up is.  I cropped the image to make it more readable, the cut-off left and right side is just the input and output clusters.
    In a nut-shell, the VISA Write takes as much time to 'return' as it would take to transfer x bytes over y baud rate.  In other words, even though there is suppused to be a (software or hardware) write and read buffer on the com port, the VISA write function seems to block until the message has physically left the port (OR it writes TO the buffer at the same speed the buffer writes out of the port).  This is very unexpected to me, and what prompted me to ask about what the point is of the write buffer in the first place?  -The observations are on a 9014 RT target built in serial port.  Not sure if the same is observed on other targets or other OS's.  [edit: and the observation holds even if transmitting block-sizes of say 4096 with a buffer size of 4096 or 2*4096 or 10 * 4096 etc. I also tried smaller block sizes and larger block sizes with larger still buffers.  I was able to verify that the buffer re-size function does error out if I give it an insane input buffer size request, so I'm taking that to mean that when I assign e.g. a 4MiB buffer space with no error, the write buffer actually IS 4MiB, but I have not found a property to read back what the HW buffer is, so all I have to base that on is the lack of an error during buffer size setting.) [\edit\]
    The rest of the code is somewhat irrelelvant to this discussion, however, to better understand it, the idea is that the remote side of the connection will request various things, including a file.  The remote side can request a file as a stream of messages each of size 'Block Size (bytes)', or it can request a particular block (for handling e.g. re-transmission if file MD5 checksum does not match).   The other main reason for doing block transfers is that VISA Write hogs a substantial ammount of CPU, so if you were to attempt to write e.g. a 4MiB file out the serial port, assuming your VISA time-out is sufficiently long for that size transfer, the write would succeed, but you would see ~50% CPU from this one thread alone and (depending on baud rates) it could remain at that level for a verrry long time.   So, by transferring smaller segments at a time, I can arbitrarily insert delays between segments to let the CPU sleep (at the expense of longer transfer times).  The first inner case shown that opens the file only runs for new transfers, the open file ref is kept on a shift register in the calling VI.  The 'get file offset' function after the read was just something I was looking at during (continued) development, and not required for the functionality that I'm describing.
    QFang
    CLD LabVIEW 7.1 to 2013

  • Spry Not Working in IE but Working in FF and Chrome

    http://www.graphalloy.com/html/base_page_gray_theme_DD.html
    I am including a link of a webpage that is in the design phase. This page includes a Spry Menu Bar. The bar works perfectly in Firefox and Chrome but not in IE. In fact, it "deletes" everything within the container. Please use the link to open the page in Firefox and in Chrome before attempting to open it in IE so that oyu can see what the porblem is.
    Thanks - HELP!!!

    In response to Grant H's response, I did the browser compatibility check.BTW - I am using IE8.
    Here is what I was given:
    File
    W:\www\html\base_page_gray_theme_DD.html
    Error
    Found 1 errors  in external css files
    Firefox 1.5, 2.0; Internet  Explorer 6.0, 7.0; Internet Explorer for Macintosh 5.2; Netscape 8.0; Opera 8.0,  9.0; Safari 2.0
    line 93
    <link  href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css"  />
    Error
    Unsupported  property: max-width
    Internet Explorer 6.0;  Internet Explorer for Macintosh 5.2
    line 19
    #container { font-family: Arial, Helvetica,  sans-serif; font-size: medium; color: #666666; text-decoration: none;  background-color: #FFFFFF; margin-right: auto; margin-left: auto;  list-style-position: outside; list-style-image: none; list-style-type: disc;  max-width: 900px; min-width: 825px; padding-right: 3px; padding-left: 3px;  height: 900px; }
    Error
    Unsupported  property: min-width
    Internet Explorer 6.0;  Internet Explorer for Macintosh 5.2
    line 20
    #container { font-family: Arial, Helvetica,  sans-serif; font-size: medium; color: #666666; text-decoration: none;  background-color: #FFFFFF; margin-right: auto; margin-left: auto;  list-style-position: outside; list-style-image: none; list-style-type: disc;  max-width: 900px; min-width: 825px; padding-right: 3px; padding-left: 3px;  height: 900px; }
    Warning
    CSS property  max-width is only partially supported
    Safari  2.0
    line 19
    #container { font-family: Arial, Helvetica,  sans-serif; font-size: medium; color: #666666; text-decoration: none;  background-color: #FFFFFF; margin-right: auto; margin-left: auto;  list-style-position: outside; list-style-image: none; list-style-type: disc;  max-width: 900px; min-width: 825px; padding-right: 3px; padding-left: 3px;  height: 900px; }
    Warning
    CSS property  min-width is only partially supported
    Safari  2.0
    line 20
    #container { font-family: Arial, Helvetica,  sans-serif; font-size: medium; color: #666666; text-decoration: none;  background-color: #FFFFFF; margin-right: auto; margin-left: auto;  list-style-position: outside; list-style-image: none; list-style-type: disc;  max-width: 900px; min-width: 825px; padding-right: 3px; padding-left: 3px;  height: 900px; }
    Warning
    Unsupported  value: 'blink'
    Internet Explorer 6.0, 7.0;  Internet Explorer for Macintosh 5.2; Safari 2.0
    line 79
    a:hover { text-decoration: blink; color: #FF6633;  }
    End of report.

  • No vertical scroll bar using Safari or Firfox

    I created my own website using Dreamweaver CS3 and it looks great using IE. I just viewed it in Safari and Firefox and noticed there is no vertical scroll bar on the right so people can not see the bottom half of my pages. I have researched this online and nothing seems to be working. Any ideas will help. My website is www.binglevet.com if that helps anyone view the source code. Thank you. Caroline

    You are awesome! I actually did run that report and there was this message; however, I didn't realize it was the main cause for many to be unable to view my site when using Firefox or Safari. I deleted the line and it now scrolls in both browsers. Thank you for the help.
    Unsupported value: 'fixed'
    body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #2A1F55;
    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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    position: fixed;

  • FW navbar buttons not working correctly in DW

    Hi there,
    I have created a navbar in Fireworks with buttons and have exported it to DW. It has rollover behaviours and drop-down menus. I have watched a few tutorials on how to do this and export it to DW. I seem to be doing everything right, but when I preview my html file in the browser or in live view, the rollover behaviours don't work.
    Also, I get this issue when I check the Browser Compatibility:
    Unsupported value: 'inline-table'
    Affects: Firefox 1.5; Internet Explorer 6.0, 7.0; Internet Explorer for Macintosh 5.2; Netscape 8.0
    I would be happy to send my files to anyone willing to help me out.
    Thanks!

    Danke!
    P.S.
    Is this a parallel question? http://forums.adobe.com/thread/847161?tstart=0

Maybe you are looking for