[SOLVED] Firefox, Thunderbird rendering problem

Hi,
I have problem with Firefox and Thunderbird. Sometimes it shows me only a white page, the text appears after mouseover. It doesn't happen in other applications.
I am using openbox and fglrx (everything should be in newest version - I installed Archlinux yesterday).
I would really appreciate any idea how to fix this.
Thanks
Last edited by sandra (2010-08-20 22:21:23)

It's a bug of version 10.6, downgrade to 10.5 or use this command to use the older 2D-acceleration.
http://bbs.archlinux.org/viewtopic.php? … 34#p777834

Similar Messages

  • Firefox 6 rendering problem

    I am using 64 bit version of Ubuntu 11.04, under Ubuntu Classic, using ATI proprietary driver 11.5. Firefox 6 was installed via a Firefox-stable channel update.
    I had absolutely no issue with previous versions of Firefox, until I did an upgrade, and the entire window of Firefox stops rendering properly, as seen in screen cap below.
    Basically besides the window control bar on top, everything else seems to be double rendered and one of the render is miss aligning the Y axis.
    As I move my mouse around, every interactive objects gets rendered again and rendered incorrectly. Making Firefox largely unusable.
    BTW, I have tried start firefox under safe mode using
    firefox -safe-mode
    The browser started without addons but rendering issue is still thre.
    Am I the only one seeing this? And how do I fix it?
    I have posted the same question over at askubuntu.com, and got no resolution, but I did post the image of the rendering issue. Link below:
    [http://askubuntu.com/questions/57479/firefox-6-render-problem Image of the rendering issue]

    Try to disable hardware acceleration.
    *Edit > Preferences > Advanced > General > Browsing: "Use hardware acceleration when available"
    Create a new profile as a test to check if your current profile is causing the problems.
    See Basic Troubleshooting: Make a new profile:
    *https://support.mozilla.com/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Firefox picture rendering problems

    Hi all,
    i've weird problem. When i'm browsing sites using firefox, all picture are really crapy (ie. imagine small picture 20x20 zoomed 20x) and when i'm scrolling firefox down with down arrow key or with mouse, there are displayed only some colour areas.. Have you anybody noticed the same problem? When browsing using opera everything is ok..
    Arch is up-to-date, firefox v 3.0.3 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100320 GranParadiso/3.0.3
    [svacko@bocinec-n ~]$ uname -a
    Linux bocinec-n.central.snt.eu 2.6.27-ARCH #1 SMP PREEMPT Sun Oct 12 15:16:25 CEST 2008 i686 Intel(R) Pentium(R) III Mobile CPU 1133MHz GenuineIntel GNU/Linux
    thanks in advance,
    s.

    Hi JGC,
    thanks for the interest, here's the xorg.conf:
    Section "Module"
    Load "dbe" # Double buffer extension
    SubSection "extmod"
    EndSubSection
    Load "type1"
    Load "speedo"
    Load "freetype"
    Load "synaptics"
    Load "glx"
    Load "dri"
    Load "GLcore"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "ServerFlags"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,sk"
    Option "XkbVariant" ",qwerty"
    Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
    EndSection
    Section "InputDevice"
    Identifier "USBMouse"
    Driver "mouse"
    Option "Protocol" "IMPS/2" # IntelliMouse PS/2
    Option "Device" "/dev/psaux"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons"
    EndSection
    Section "InputDevice"
    Driver "synaptics"
    Identifier "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.06"
    Option "MaxSpeed" "0.12"
    Option "AccelFactor" "0.0010"
    Option "SHMConfig" "on"
    Option "VertEdgeScroll" "false"
    # Option "Repeater" "/dev/ps2mouse"
    Option "Emulate3Buttons"
    Option "HorizScrollDelta" "0"
    EndSection
    Section "Monitor"
    Identifier "nb-lcd"
    HorizSync 31.5 - 82.0
    VertRefresh 50-100
    EndSection
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    Driver "vga"
    EndSection
    Section "Device"
    Identifier "ati-nb"
    Driver "radeon"
    Option "AGPMode" "4"
    Option "AGPFastWrite" "on" #Faster than default (off)
    Option "SWcursor" "off" #Faster than default (on)
    Option "EnablePageFlip" "on" #Faster than default (off)
    Option "AccelMethod" "EXA" # or XAA, EXA, XAA more stable, XAA is deafult
    Option "DynamicClocks" "on"
    Option "BIOSHotkeys" "on"
    Option "AGPSize" "32" # default: 8
    Option "EnableDepthMoves" "true"
    EndSection
    Section "Screen"
    Identifier "Screen 1"
    Device "ati-nb"
    Monitor "nb-lcd"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1400x1050" "1280x1024" "1024x768"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1400x1050" "1280x1024" "1024x768"
    ViewPort 0 0
    EndSubsection
    EndSection
    Section "ServerLayout"
    Screen "Screen 1"
    InputDevice "synaptics" "CorePointer"
    InputDevice "USBmouse" "AlwaysCore"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection

  • [SOLVED] firefox 4 rendering issues

    Is anyone else having problems like this in firefox4?
    several sites i visit turn out like this...
    http://i.imgur.com/Zv5WZ.png
    This is only happening for me in linux ... not windows7
    Anyone know the cause of this?
    Last edited by murfMan (2011-03-29 04:46:00)

    Check your encoding setting.
    From the menu bar >> View >> Character Encoding >> ...

  • [SOLVED]firefox/thunderbird spell checker and the mass of languages

    Hey guys,
    I'm looking for a possibility to remove some entries from the spell checker language selection. Even without any extra language pack installed, there are about 15 different English version available.  I have to write emails in more than 3 different languages per day, so it takes about 5 seconds to find the right one in the big list. So any one knows a "hack" or addon that can hide or remove some of these entries, so i can leave the 7 important ones i really need? I want to use the precompiled from the official repo, but if only compile from source will do it im fine with it.
    thanks in advance.
    greetz corubba
    Last edited by Corubba (2011-09-28 16:08:05)

    /usr/share/hunspell containing all dictionaries that where used. a lot of them are only links to en_US or en_GB. deleted them, and now the spell checker selection only contains the ones i need. Thank you.

  • Since upgrading to firefox4.0, my NVIDIA kernel mode driver frequently not responding, turning monitor black, then successfully recovered. The Firefox browser would then crash afterwards. Please help solve this very annoying problem.

    as above.

    I have the same problem. I just upgraded to Win 7, no problems. Then I upgraded to FF 4.0, and I kept getting Nvidia Video Card crashes. I always undo my last computer change/install when something like this happens, so I immediately uninstalled 4.0, and went back to my older version of Firefox. No problems ever since.

  • Rendering Problems in IE11

    Hi,
    I have an .Net application running in LIVE. It was running Well in all Browsers(Chrome,Firefox,Safari), It also works good in Internet Explorer from version 6 to 10
    Recently IE has Released 11th Version. when we open our APP in IE11 we have some major problems,
    1) our application gets rendering problem
    2) also the app is loading very slow.
    All the above two issues are not completely happening in IE11,we have different Versions in IE11 (11.0.9600.17107, 11.0.9600.16521, 11.0.9600.16521IS, 11.0.9600.16659)
    . out of these our app is completely working fine in "11.0.9600.16659". and the remaining
    all other versions are getting different rendering errors.
    We try to solve it by performing various additions to our app but no Use, we Placed MetaTag "<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10">" and also we added APP_Browsers/ie.browser file which is downloaded
    from NUGET Packages that which supports .net Framework 4. even though we are unable to find the issue what is going on here. even we also modified our code but no use. Can you Please Provide Help on This.

    Hi,
    Here's a similiar thread in IE web development forum, that forum can better help you to find out a solution, we're not familiar with .net and issue about development.
    http://social.msdn.microsoft.com/Forums/en-US/cefd324a-cce6-44ba-b1c0-e8dfc3209b30/rendering-problems-in-ie11?forum=iewebdevelopment
    Thanks for your understanding.
    Yolanda Zhu
    TechNet Community Support

  • After update - Safari, Firefox, Thunderbird, Azureus, and SWT crash

    Dear All,
    my PowerBook G4 15" 1.5 GHz, 1.25 GB RAM worked perfectly. Last week I performed the update. I got the newest Java, and I think that this caused a problem.
    Right now, programs like Safari, Firefox, Thunderbird, Azureus, Skype and SWT (needed for Azureus) crash just minutes after starting. I think, that this is a JAVA problem. I start them alone, so there cannot be any problem with CPU power, and they all worked perfectly before.
    Just after rebooting my system I started Safari. It crashed in seconds. I attach the logfile and ask you kindly for help .
    Best, Masterkv
    ================================================================================ ===============
    Date/Time: 2007-02-23 14:51:31.889 +0000
    OS Version: 10.4.8 (Build 8L127)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [57]
    Version: 2.0.4 (419.3)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 4190300
    PID: 347
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xc63943b8
    Thread 0 Crashed:
    0 com.apple.WebCore 0x95895468 DOM::HTMLCollectionImpl::traverseNextItem(DOM::NodeImpl*) const + 56
    1 com.apple.WebCore 0x95946db0 DOM::HTMLCollectionImpl::item(unsigned long) const + 236
    2 com.apple.WebCore 0x95946c88 DOM::HTMLCollection::item(unsigned long) const + 56
    3 com.apple.WebCore 0x958ceb08 KJS::HTMLCollection::tryGet(KJS::ExecState*, KJS::Identifier const&) const + 636
    4 com.apple.WebCore 0x958a91e0 KJS::DOMObject::get(KJS::ExecState*, KJS::Identifier const&) const + 60
    5 com.apple.JavaScriptCore 0x9578d5d0 KJS::ObjectImp::get(KJS::ExecState*, unsigned) const + 140
    6 com.apple.JavaScriptCore 0x9577e9cc KJS::Reference::getValue(KJS::ExecState*) const + 584
    7 com.apple.JavaScriptCore 0x9578b62c KJS::AccessorNode1::evaluate(KJS::ExecState*) + 60
    8 com.apple.JavaScriptCore 0x95783070 KJS::AssignNode::evaluate(KJS::ExecState*) + 260
    9 com.apple.JavaScriptCore 0x95782eac KJS::ExprStatementNode::execute(KJS::ExecState*) + 120
    10 com.apple.JavaScriptCore 0x9577d85c KJS::SourceElementsNode::execute(KJS::ExecState*) + 208
    11 com.apple.JavaScriptCore 0x9577d71c KJS::BlockNode::execute(KJS::ExecState*) + 140
    12 com.apple.JavaScriptCore 0x9578d214 KJS::ForNode::execute(KJS::ExecState*) + 592
    13 com.apple.JavaScriptCore 0x9577d9ac KJS::SourceElementsNode::execute(KJS::ExecState*) + 544
    14 com.apple.JavaScriptCore 0x9577d71c KJS::BlockNode::execute(KJS::ExecState*) + 140
    15 com.apple.JavaScriptCore 0x9578a60c KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 44
    16 com.apple.JavaScriptCore 0x95789e88 KJS::FunctionImp::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 408
    17 com.apple.JavaScriptCore 0x9577f988 KJS::Object::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 136
    18 com.apple.JavaScriptCore 0x9577e2a8 KJS::FunctionCallNode::evaluate(KJS::ExecState*) + 1040
    19 com.apple.JavaScriptCore 0x95782eac KJS::ExprStatementNode::execute(KJS::ExecState*) + 120
    20 com.apple.JavaScriptCore 0x95788bf4 KJS::IfNode::execute(KJS::ExecState*) + 440
    21 com.apple.JavaScriptCore 0x9577d9ac KJS::SourceElementsNode::execute(KJS::ExecState*) + 544
    22 com.apple.JavaScriptCore 0x9577d71c KJS::BlockNode::execute(KJS::ExecState*) + 140
    23 com.apple.JavaScriptCore 0x9578a60c KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 44
    24 com.apple.JavaScriptCore 0x95789e88 KJS::FunctionImp::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 408
    25 com.apple.JavaScriptCore 0x9577f988 KJS::Object::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 136
    26 com.apple.WebCore 0x959c5f8c KJS::JSAbstractEventListener::handleEvent(DOM::Event&, bool) + 492
    27 com.apple.WebCore 0x95a00c64 DOM::DocumentImpl::handleWindowEvent(DOM::EventImpl*, bool) + 212
    28 com.apple.WebCore 0x958ff7a4 DOM::NodeImpl::dispatchWindowEvent(int, bool, bool) + 200
    29 com.apple.WebCore 0x959ff89c DOM::DocumentImpl::implicitClose() + 392
    30 com.apple.WebCore 0x958f1fac KHTMLPart::checkEmitLoadEvent() + 524
    31 com.apple.WebCore 0x959ab1dc KHTMLPart::checkCompleted() + 212
    32 com.apple.WebCore 0x9588f108 KWQSignal::call(khtml::DocLoader*, khtml::CachedObject*) const + 136
    33 com.apple.WebCore 0x9589a198 khtml::Loader::slotFinished(KIO::Job*, NSData*) + 476
    34 com.apple.WebCore 0x95a13a88 KWQSignal::callWithData(KIO::Job*, NSData*) const + 136
    35 com.apple.WebCore 0x95899f5c -[KWQResourceLoader finishJobAndHandle:] + 80
    36 com.apple.WebKit 0x95697494 -[WebSubresourceClient didFinishLoading] + 72
    37 com.apple.WebKit 0x9569671c -[WebBaseResourceHandleDelegate connectionDidFinishLoading:] + 48
    38 com.apple.Foundation 0x9299184c -[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] + 188
    39 com.apple.Foundation 0x9298fab8 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 556
    40 com.apple.Foundation 0x9298f810 _sendCallbacks + 156
    41 com.apple.CoreFoundation 0x907dd4cc __CFRunLoopDoSources0 + 384
    42 com.apple.CoreFoundation 0x907dc9fc __CFRunLoopRun + 452
    43 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    44 com.apple.HIToolbox 0x93205740 RunCurrentEventLoopInMode + 264
    45 com.apple.HIToolbox 0x93204dd4 ReceiveNextEventCommon + 380
    46 com.apple.HIToolbox 0x93204c40 BlockUntilNextEventMatchingListInMode + 96
    47 com.apple.AppKit 0x936e8ae4 _DPSNextEvent + 384
    48 com.apple.AppKit 0x936e87a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    49 com.apple.Safari 0x00006740 0x1000 + 22336
    50 com.apple.AppKit 0x936e4cec -[NSApplication run] + 472
    51 com.apple.AppKit 0x937d587c NSApplicationMain + 452
    52 com.apple.Safari 0x0005c77c 0x1000 + 374652
    53 com.apple.Safari 0x0005c624 0x1000 + 374308
    Thread 1:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9296e164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9296e09c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x95680ef0 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9298669c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x929877dc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9002bbc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900306ac pthreadcondwait + 480
    2 com.apple.Foundation 0x92966300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a4a242c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x9295f194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9001f08c select + 12
    1 com.apple.CoreFoundation 0x907ef40c __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000095895468 srr1: 0x000000000200f030 vrsave: 0x0000000000000000
    cr: 0x42022244 xer: 0x0000000020000004 lr: 0x00000000958957ac ctr: 0x0000000095889bc0
    r0: 0x0000000006409948 r1: 0x00000000bfffd290 r2: 0x00000000c63943a0 r3: 0x0000000006409948
    r4: 0x0000000006396f00 r5: 0x0000000000000029 r6: 0x0000000000000000 r7: 0x0000000000000000
    r8: 0x0000000000000000 r9: 0x0000000000000014 r10: 0x0000000000000000 r11: 0x00000000a577ea08
    r12: 0x0000000095889bc0 r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000001
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000006f2f r19: 0x0000000000000000
    r20: 0x00000000bfffe210 r21: 0x00000000bfffe1e0 r22: 0x00000000bfffdcc0 r23: 0x00000000bfffdbf0
    r24: 0x00000000a5782f80 r25: 0x00000000bfffd4a0 r26: 0x00000000bfffdbf0 r27: 0x0000000005168dc0
    r28: 0x0000000005db6c60 r29: 0x0000000000000000 r30: 0x0000000006409948 r31: 0x0000000095895448
    Binary Images Description:
    0x1000 - 0xdcfff com.apple.Safari 2.0.4 (419.3) /Applications/Safari.app/Contents/MacOS/Safari
    0x553b000 - 0x553dfff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x8fe00000 - 0x8fe51fff dyld 45.3 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072dfff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907ba000 - 0x90893fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dc000 - 0x908dcfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908de000 - 0x909e0fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3a000 - 0x90abefff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae8000 - 0x90b5afff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f90000 - 0x90fd1fff com.apple.CFNetwork 4.0 (129.19) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d5000 - 0x910fefff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110f000 - 0x9111dfff libz.1.dylib /usr/lib/libz.1.dylib
    0x91120000 - 0x912dbfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913da000 - 0x913e3fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ea000 - 0x91412fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91425000 - 0x91430fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91435000 - 0x9143dfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91441000 - 0x914bcfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f9000 - 0x914f9fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fb000 - 0x91533fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154e000 - 0x9161bfff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91670000 - 0x91701fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91748000 - 0x917fffff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9183c000 - 0x9189afff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c9000 - 0x918eafff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918fe000 - 0x91923fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91936000 - 0x91978fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91994000 - 0x919a8fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b6000 - 0x919f8fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a0e000 - 0x91ad5fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b23000 - 0x91b38fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b3d000 - 0x91b5bfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b61000 - 0x91bd0fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be7000 - 0x91bebfff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91bed000 - 0x91c4cfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c51000 - 0x91c8efff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c95000 - 0x91caefff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cb3000 - 0x91cb6fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cb8000 - 0x91cb8fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cba000 - 0x91d9ffff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91da7000 - 0x91dc6fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e32000 - 0x91ea0fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91eab000 - 0x91f40fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f5a000 - 0x924e2fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92515000 - 0x92840fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92870000 - 0x928f8fff com.apple.DesktopServices 1.3.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92939000 - 0x92b64fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c82000 - 0x92d60fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d80000 - 0x92e6efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e80000 - 0x92e9efff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ea9000 - 0x92f03fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f21000 - 0x92f21fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f23000 - 0x92f37fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f4f000 - 0x92f5ffff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f6b000 - 0x92f80fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f92000 - 0x93019fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9302d000 - 0x93038fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93042000 - 0x9306ffff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93089000 - 0x93098fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930a4000 - 0x9310afff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9313b000 - 0x9318afff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931b8000 - 0x931d5fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931e7000 - 0x931f4fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931fd000 - 0x9350afff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93659000 - 0x93665fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9366a000 - 0x9368afff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x936de000 - 0x936defff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936e0000 - 0x93d13fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x940a0000 - 0x94110fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94149000 - 0x9420cfff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9425e000 - 0x9425efff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94260000 - 0x94433fff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94489000 - 0x944c6fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944ce000 - 0x9451efff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945af000 - 0x945e7fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x9462a000 - 0x94646fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9465a000 - 0x9469efff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x946c2000 - 0x946d1fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946d9000 - 0x946e6fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9472c000 - 0x94745fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94cea000 - 0x94e1afff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94eac000 - 0x94ebbfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ec3000 - 0x94ef0fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94ef7000 - 0x94f07fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94f0b000 - 0x94f3afff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94f4a000 - 0x94f67fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9567e000 - 0x9570cfff com.apple.WebKit 418.9.1 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95768000 - 0x957fefff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x9583b000 - 0x95b47fff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95cd0000 - 0x95cf9fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x9a49f000 - 0x9a4d5fff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9a4f2000 - 0x9a504fff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Model: PowerBook5,4, BootROM 4.8.6f0, 1 processors, PowerPC G4 (1.1), 1.5 GHz, 1.25 GB
    Graphics: ATI Mobility Radeon 9700, ATY,RV360M11, AGP, 64 MB
    Memory Module: SODIMM0/J25LOWER, 256 MB, DDR SDRAM, PC2700U-25330
    Memory Module: SODIMM1/J25UPPER, 1 GB, DDR SDRAM, PC2700U-25330
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: Jump, , V.92, Version 1.0,
    Bluetooth: Version 1.7.8f2, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: TXN,PCIXXXX-00, cardbus, PC Card
    Parallel ATA Device: MATSHITADVD-R UJ-825, 791.07 MB
    Parallel ATA Device: FUJITSU MHT2080AT, 74.53 GB
    USB Device: Hub, , Up to 480 Mb/sec, 500 mA
    USB Device: Mass Storage Device, Generic, Up to 480 Mb/sec, 500 mA
    USB Device: Cypress AT2LP RC7, , Up to 480 Mb/sec, 500 mA
    USB Device: USB OpticalWheel Mouse, , Up to 1.5 Mb/sec, 500 mA
    USB Device: USB Mass Storage Device, Myson Century, Inc., Up to 480 Mb/sec, 500 mA
    USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 500 mA
    FireWire Device: PL-3507C Drive, Prolific, Up to 400 Mb/sec
    Powerbook G4 15" 1.5 GHz   Mac OS X (10.4.8)   All automatical updates performed

    Sometimes the automatic Software Update mechanism built into Mac OS X fails to display appropriate, available updates, or fails to properly apply updates that have been successfully downloaded. It also is sometimes inaccessible via its normal location in the Apple menu.
    "Grayed-Out" Software Update menu item Generally, Software Update can be universally accessed via the Apple menu. In some cases however -- sometimes after a major system update -- the Software Update menu item appears in a grey shade indicating that it cannot be selected
    The most consistent workaround for this issue has been clearing of system caches -- a task easily accomplished with a tool like Panther Cache Cleaner.
    Unable to apply updates Some users are presented with a permissions error referring to the directory: "/tmp/501/TemporaryItems/com.apple.SoftwareUpdate." when attempting to check for new updates, install updates, or launch the Software Update application.
    There are a number of causes for, and solutions to this issue.
    Moved applications First, if you have moved any Apple applications from their original locations inside the "Applications" folder, Software Update may not be able to locate them. Make sure to leave Apple-installed applications where they are originally installed.
    Permissions repairs Next, try using Apple's Disk Utility (located in Applications/Utilities) to repair permissions, then try running Software Update again. This works for a high percentage of afflicted systems. Failing this, try starting up from your Mac OS X CD/DVD and repairing permissions again.
    Deleting Receipts In some cases, the issue can be resolved by deleting one or a handful of files inside the Mac OS X Library folder. Try deleting the "receipt(s)" that corresponds to the application or Mac OS X version you are attempting to install (i.e. iPhotoUpdate403.pkg or MacOSXUpdate10.3.8.pkg). The receipts are located in /Library/Receipts, and appear as .pkg files (these files tell Software Update whether or not a specific update has been installed).
    Modifying permissions A somewhat more tedious process involves using the tool BatChmod to modify folder permissions for the "/tmp/501" directory implicated by the error message mentioned above. Use the Finder to search for names containing 501 or 502 (depending on your error message) with second criteria both visible and invisible then drag the enclosing invisible Temp folder on to the BatChmod icon and select the 'Apply Ownership and Privileges' then press apply 'Apply' button.
    tar missing (Developer Tools uninstalled) In some cases, applications critical to Software update -- in particular tar and pax may be missing from your Mac OS X installation. In order to make sure that these applications to indeed reside on your startup drive, you may want to try an Archive and Install process, restoring these critical components that may have been otherwise damaged.
    This problem can occur, for instance, if you previously installed XCode and then used the XCode Tools uninstaller. The uninstaller may mistakenly break the tar utility, causing Software Update to fail. Reinstalling the XCode Tools from the Panther CD can cause this issue.
    Logical link broken In other cases, the logical link for the /tmp directory may be broken. Entering the following commands through the Terminal application (located in Applications/Utilities on a standard Mac OS X installation) usually resolves this problem (note that you will be asked for your administrator password):
    sudo mv /tmp /tmp_old
    sudo ln -s /private/tmp /tmp
    Waiting Finally simply waiting and trying the update again at a later time has proved successful for a number of users.
    Of course, if the update is available from Apple's software download page, you can obtain the appropriate installers via this route until you can solve the issue with Software Update.

  • Spry Menu Bar 2.0 (1.0) - Handling of widget generated CSS, placement and rendering problems in CSS

    Hello:
    I wanted to repost my question to re-frame the issue based on what I have learned thus far.
    I am working on a website that has been developed using the Spry Menu Bar Framework UI (2.0) I.0, that has some peculiar rendering problems that affect IE 6 in particular.  The CSS is reprinted below.
    In particular, when I post the widget generated CSS in the head as it is orginally situated by the framework, the menu bar works fine.  However, it seemed to me that I should be able to reduce page weight (an important consideration considering my target population) by placing it in the general style sheet governing the entire site.
    When I place the styles at the beginning of the style sheet the menu doesn't render at all in any of the browsers (IE 6+, Firefox, Opera, Safari, Netscape, etc.) as it conflicts with the general rules governing links that appear later in the style sheet.  When I place the styles specific to the Menu bar at the end of the style sheet, then the menu bar renders properly in all browsers except IE 6.
    The odd thing is that the only way to ensure that the menu bar works in IE 6 is to keep the menu related styles in the head of each page.  This raises problems related to page weight (not an insurmountable consideration if no other solution can be found) but still an issue.  Likewise I need to support IE 6, again given the target audience/population.  The issue obviously has something to do with specificity, but I am not certain that is the only consideration at work here.  I have not tried the !important selector in regard to the menu, as IE 6 seems to only partially support this.
    Thanks in advance for any advice or insight that can be provided.  Thanks in particular to Martin for his contributions to my earlier question related to this issue.
    Steve Webster.
    The CSS governing the horizontal menu bar is as follows:  (currently the following CSS is embedded in the head of the web page)
    <style type="text/css">
    /*  -- Begins Spry Menu Widget 2.0 (1.0) Horizontal menu bar Custom styles --  */
    /* BeginOAWidget_Instance_2141544: #MenuBar */
    /* Settable values for skinning a Basic menu via presets. If presets are not sufficient, most skinning should be done in
       these rules, with the exception of the images used for down or rightpointing arrows, which are in the file SpryMenuBasic.css
         These assume the following widget classes for menu layout (set in a preset)
       .MenuBar - Applies to all menubars - default is horizontal bar, allsubmenus are vertical - 2nd level subs and beyond are pull-right.
        .MenuBarVertical - vertical main bar; all submenus are pull-right.
       You can also pass in extra classnames to set your desired top levelmenu bar layout. Normally, these are set by using a preset.
        They only apply to horizontal menu bars:
            MenuBarLeftShrink - The menu bar will be horizontally 'shrinkwrapped' to be just large enough to hold its items, and left aligned
            MenuBarRightShrink - Just like MenuBarLeftShrink, but right aligned
            MenuBarFixedLeft - Fixed at a specified width set in the rule '.MenuBarFixedLeft', and left aligned. 
            MenuBarFixedCentered -  - Fixed at a specified width set in the rule '.MenuBarFixedCentered',
                            and centered in its parent container.
            MenuBarFullwidth - Grows to fill its parent container width.
        In general, all rules specified in this file are prefixed by #MenuBar so they only apply to instances of the widget inserted along
       with the rules. This permits use of multiple MenuBarBasic widgets onthe same page with different layouts. Because of IE6 limitations,
        there are a few rules where this was not possible. Those rules are so noted in comments.
    #MenuBar  {
        background-color:transparent;
       font-family: Arial, Helvetica, sans-serif; /* Specify fonts on onMenuBar and subMenu MenuItemContainer, so MenuItemContainer,
                                                    MenuItem, and MenuItemLabel
                                                    at a given level all use same definition for ems.
                                                    Note that this means the size is also inherited to child submenus,
                                                    so use caution in using relative sizes other than
                                                    100% on submenu fonts. */
        font-weight: normal;
        font-size: 17px;
        font-style: normal;
        padding:0;
    /* Caution: because ID+class selectors do not work properly in IE6, but we want to restrict these rules to just this
    widget instance, we have used string-concatenated classnames for our selectors for the layout type of the menubar
    in this section. These have very low specificity, so be careful not to accidentally override them. */
    .MenuBar br { /* using just a class so it has same specificity as the ".MenuBarFixedCentered br" rule bleow */
        display:none;
    .MenuBarLeftShrink {
        float: left; /* shrink to content, as well as float the MenuBar */
        width: auto;
    .MenuBarRightShrink {
        float: right; /* shrink to content, as well as float the MenuBar */
        width: auto;
    .MenuBarFixedLeft {
        float: left;
        width: 80em;
    .MenuBarFixedCentered {
        float: none;
        width: 80em;
        margin-left:auto;
        margin-right:auto;
    .MenuBarFixedCentered br {
        clear:both;
        display:block;
    .MenuBarFixedCentered .SubMenu br {
        display:none;
    .MenuBarFullwidth {
        float: left;
        width: 100%;
    /* Top level menubar items - these actually apply to all items, and get overridden for 1st or successive level submenus */
    #MenuBar  .MenuItemContainer {
        padding: 0px 0px 0px 0px;
        margin: 0;     /* Zero out margin  on the item containers. The MenuItem is the active hover area.
                    For most items, we have to do top or bottom padding or borders only on the MenuItem
                    or a child so we keep the entire submenu tiled with items.
                    Setting this to 0 avoids "dead spots" for hovering. */
    #MenuBar  .MenuItem {
        padding: 10px 10px 10px 4px;
        background-color:#000088;
        background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Nav igation%20Bar%20Segment-Dark.png);
        background-repeat:repeat-x;       
    #MenuBar  .MenuItemFirst {
        border-style: none none none none;
    #MenuBar .MenuItemLast {
        border-style: none none none none;
    #MenuBar  .MenuItem  .MenuItemLabel{
        text-align:center;
        line-height:1.4em;
        color:#ffffff;
        background-color:transparent;
        padding: 0px 18px 0px 5px;
        width: 10em;
        width:auto;
    .SpryIsIE6 #MenuBar  .MenuItem  .MenuItemLabel{
        width:1em; /* Equivalent to min-width in modern browsers */
    /* First level submenu items */
    #MenuBar .SubMenu  .MenuItem {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 15px;
        font-style: normal;
        background-color:#000088;
        padding:0px 2px 0px 0px;
        border-width:0px;
        border-color: #cccccc #cccccc #cccccc #cccccc;
        /* Border styles are overriden by first and last items */
        border-style: solid solid none solid;
    #MenuBar  .SubMenu .MenuItemFirst {
        border-style: none;
        padding: 0px;
    #MenuBar  .SubMenu .MenuItemFirst .MenuItemLabel{
        padding-top: 0px;
    #MenuBar .SubMenu .MenuItemLast {
        border-style: none none none none;
    #MenuBar .SubMenu .MenuItemLast .MenuItemLabel{
        padding-bottom: 10px;
    #MenuBar .SubMenu .MenuItem .MenuItemLabel{
        text-align:left;
        line-height:1em;   
        background-color:transparent;
        color:#ffffff;
        padding: 10px 10px 10px 10px;
        width: 240px;
    /* Hover states for containers, items and labels */
    #MenuBar .MenuItemHover {
        background-color: #2E35A3;
        background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Nav igation%20Bar%20Segment%20Light2.png);
        background-repeat:repeat-x;
    #MenuBar .MenuItemWithSubMenu.MenuItemHover .MenuItemLabel{
        background-color: transparent; /* consider exposing this prop separately*/
        color: #ffffff;
    #MenuBar .MenuItemHover .MenuItemLabel{
        background-color: transparent;
        color: #ffffff;
    #MenuBar .SubMenu .MenuItemHover {
        background-color:#2E35A3;
    #MenuBar .SubMenu .MenuItemHover .MenuItemLabel{
        background-color: transparent;
        color: #ffffff;
    /* Submenu properties -- First level of submenus */
    #MenuBar .SubMenuVisible {
        background-color: transparent;
       min-width:0%;  /* This keeps the menu from being skinnier than theparent MenuItemContainer - nice to have but not available on ie6 */
        border-style: none none none none;
    #MenuBar.MenuBar .SubMenuVisible {/* For Horizontal menubar only */
        top: 100%;    /* 100% is at the bottom of parent menuItemContainer */
        left:0px; /* 'left' may need tuning depending upon borders or padding applied to menubar MenuItemContainer or MenuItem,
                        and your personal taste.
                       0px will left align the dropdown with the content area of theMenuItemContainer. Assuming you keep the margins 0
                        on MenuItemContainer and MenuItem on the parent
                        menubar, making this equal the sum of the MenuItemContainer & MenuItem padding-left will align
                        the dropdown with the left of the menu item label.*/
        z-index:10;
    #MenuBar.MenuBarVertical .SubMenuVisible {
        top: 0px;   
        left:100%;
        min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse */
    /* Submenu properties -- Second level submenu and beyond - these are visible descendents of .MenuLevel1 */
    #MenuBar .MenuLevel1 .SubMenuVisible {
        background-color: transparent;
        min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse*/
        top: 0px;    /* If desired, you can move this down a smidge to separate top item''s submenu from menubar -
                    that is really only needed for submenu on first item of MenuLevel1, or you can make it negative to make submenu more
                    vertically 'centered' on its invoking item */
        left:100%; /* If you want to shift the submenu left to partially cover its invoking item, you can add a margin-left with a
                    negative value to this rule. Alternatively, if you use fixed-width items, you can change this left value
                    to use px or ems to get the offset you want. */
    /* IE6 rules - you can delete these if you do not want to support IE6 */
    /* A note about multiple classes in IE6.
    * Some of the rules above use multiple class names on an element forselection, such as "hover" (MenuItemHover) and "has a subMenu"(MenuItemWithSubMenu),
    * giving the selector '.MenuItemWithSubMenu.MenuItemHover'.
    * Unfortunately IE6 does not support using mutiple classnames in aselector for an element. For a selector such as '.foo.bar.baz', IE6ignores
    * all but the final classname (here, '.baz'), and sets thespecificity accordingly, counting just one of those classs assignificant. To get around this
    * problem, we use the plugin in SpryMenuBarIEWorkaroundsPlugin.js to generate compound classnames for IE6, such as 'MenuItemWithSubMenuHover'.
    * Since there are a lotof these needed, the plugin does not generate the extra classes formodern browsers, and we use the CSS2 style mutltiple class
    * syntax for that. Since IE6 both applies rules where
    * it should not, and gets the specificity wrong too, we have to order rules carefully, so the rule misapplied in IE6 can be overridden.
    * So, we put the multiple class rule first. IE6 will mistakenly apply this rule.  We follow this with the single-class rule that it would
    * mistakenly override, making sure the  misinterpreted IE6 specificity is the same as the single-class selector, so the latter wins.
    * We then create a copy of the multiple class rule, adding a '.SpryIsIE6' class as context, and making sure the specificity for
    * the selector is high enough to beat the single-class rule in the "both classes match" case. We place the IE6 rule at the end of the
    * css style block to make it easy to delete if you want to drop IE6 support.
    * If you decide you do not need IE6 support, you can get rid of these,as well as the inclusion of the SpryMenuBarIEWorkaroundsPlugin.jsscript.
    * The 'SpryIsIE6' class is placed on the HTML element by the script in SpryMenuBarIEWorkaroundsPlugin.js if the browser isInternet Explorer 6. This avoids the necessity of IE conditionalcomments for these rules.
    .SpryIsIE6 #MenuBar .MenuBarView .MenuItemWithSubMenuHover .MenuItemLabel /* IE6 selector  */{
        background-color: transparent; /* consider exposing this prop separately*/
        color: #ffffff;
    .SpryIsIE6 #MenuBar .MenuBarView .SubMenu .MenuItemWithSubMenuHover .MenuItemLabel/* IE6 selector  */{
        background-color: transparent; /* consider exposing this prop separately*/
        color: #ffffff;
    .SpryIsIE6 #MenuBar .SubMenu .SubMenu  /* IE6 selector  */{
        margin-left: -0px; /* Compensates for at least part of an IE6 "double padding" version of the "double margin" bug */
    /* EndOAWidget_Instance_2141544 */
    /* Ends Spry Menu Bar Widget 2.0 (1.0) Horizontal Menu Custom styles */
    </style>
    The CSS governing the site generally is reproduced below:  (my belief is that it is the a:link, a:visited,  a:hover, a:active styles that may be in conflict).
    @charset "utf-8";
    body  {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
       min-height: 0; /* This is necessary to overcome the "haslayout" bugthat is found in Windows 7 in conjuction with IE8.  For Moreinformation see: URL -- http://reference.sitepoint.com/css/haslayout.html */
        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 allows for the centering of the container and overcomes a bug inherent in IE 5 */
        color: #000000;
        list-style-image: none;
        background-color: #FCFCFC;
    h1,h2,h3,h4,h5,h6 {
    color:#000066;
    a:link {
        color: #151A96;
        text-decoration: underline;
    a:visited {
        text-decoration: underline;
        color: #1B8DCD;
    a:hover {
        text-decoration: none;
        color: #F30A0A;
    a:active {
        text-decoration: underline;
        color: #151A96;
    #container {
        width: 960px;   
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        text-align: left; /* this overrides the text-align: center on the body element. */
        background-image:
        url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Website%20Midsection %20_960.png);
        background-repeat: repeat-y;
    #header {
           padding: 0;  /* this padding matches the left alignment of the elementsin the divs that appear beneath it. If an image is used in the #headerinstead of text, you may want to remove the padding. */
            width:960px;
            height:332px;
            background-image:
            url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Website%20Header_960 .png);
            background-repeat:no-repeat;
    #header h1 {
        margin-right: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
        display:none;
    #header img {
        display: none;
    #Main_nav_contents {
        padding: 0;
        margin-top: 0px;
        height: 39px;
        width: 950px;       
        padding-top: 275px; 
        padding-left: 39px;
        z-index: 3; 
    #MenuBarVertical {
        margin-bottom: 50px;
        padding-top: 50px;
        padding-bottom:200px;
        padding-left: 15px;
        padding-right: 15px;
    .mainContent_left {
       margin: 0;/* the right margin on this div element creates the columndown the right side of the page - no matter how much content thesidebar1 div contains, the column space will remain. You can removethis margin if you want the #mainContent div's text to fill the#sidebar1 space when the content in #sidebar1 ends. */
        padding-left:30px;
        padding-right:20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        width: 600px;
        float: left;
    .sidebar_right {
        float: right; /* since this element is floated, a width must be given */
        width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
        margin-top: 30px;
        margin-left:0;
        margin-right:10px;
        font-size:90%;
    .mainContent_right {
        margin-left: 10px;
        padding-left:30px;
        padding-right:20px;
        width: 600px;
        float: right;
    .sidebar_left {
        float: left; /* since this element is floated, a width must be given */
        width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
        margin-top: 30px;
        margin-left:30px;
        margin-right:0;
        overflow: hidden;
        font-size:90%;
    .main_content_centered {
        width: 650px;
        margin-left: 155px;
    .main_content_centered_header {
        margin-left: 75px;
    .sidebar_textbox {
        margin: 0px;   
        width: 260px;
        padding: 2px;
    .sidebar_textbox_header {
        width:255px;
        height:58px;
        background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Por trait%20Textbox%20Header.png);
    .sidebar_textbox_background_middle {
         width: 255px;   
        padding-top: 12px;   
        padding-bottom: 10px;
        background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Por trait%20Textbox%20Middle.png);
        background-repeat: repeat-y;
    .sidebar_textbox_content {
       /* The width and padding are set as follows to accomodate quirks inbrowser rendering and to ensure that text is contained within thebackground of the text box */
        width: 230px;
        padding-left: 20px;
        padding-right: 40px;
    .sidebar_textbox_footer {
        width:255px;
        height:64px;
    background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Port rait%20Textbox%20Footer.png);
    #issues_menu a:link {
        color: #151A96;
        text-decoration: none;
        font-weight:bold;
    #issues_menu a:visited {
        color: #151A96;
        font-weight:bold;
        text-decoration: none;
    #issues_menu a:hover {   
        color: #F30A0A;
        font-weight:bold;
        font-style: oblique;
        text-decoration: none;
    #issues_menu a:active {
        color: #151A96;
        font-weight:bold;
        text-decoration: none;
    #archives {
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
        padding-left: 0px;
    .landscape_textbox {
        width: 500px;
        margin-right: 0px;
        margin-left: 30px;
        padding-top:35px;
        padding-bottom: 25px;
        font-style: normal;
        font-weight: normal;
    .landscape_textbox_hdr {
        width:500px;
        height:38px;
        margin:auto;
        padding:0;
        background-image:
    url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Landscape%20Textbox%2 0Header.png);
    .landscape_textbox_middle {
        width:auto;
        margin:auto;
        padding-top: 12px;
        padding-bottom: 12px;
        background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/lan dscapte%20Textbox%20Middle.png);
        background-repeat:repeat-y;
    .landscape_textbox_content {
        width:450px;
        padding:25px;
    .landscape_textbox_ftr {
        width:500px;
        height:44px;
        margin:auto;
        padding:0;
        background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Lan dscape%20Textbox%20Footer.png);
    #footer {
        padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
        width: 960px;
        height: 222px;
        background-image:
        url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Website%20Footer%20_ 960.png);
        background-repeat:no-repeat;
    #footer p {
       margin: 0px; /* zeroing the margins of the first element in the footerwill avoid the possibility of margin collapse - a space between divs */
        padding:0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
        text-align:center;
        margin-left: 50px;
        margin-right: 50px;
        padding: 10px;
        font-size: small;
    #footer h5 {
    text-align:center;
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    .dropcap {
        display: block;
        float: left;
        line-height: 80%;
        font-size: 250%;
        font-weight: bolder;
        color: #000066;   
        padding: .03em .1em 0 0;
    .red_arrows {
        list-style-position: outside;
        list-style-image: url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Arrow%20Large.png);    
    .blue_bullets {
        list-style-position: outside;
        list-style-image: url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Bullet%20Medium%20Fu ll.png);   
    .attention {
        color: #F30A0A;
        font-size:x-large;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
        font-weight:900;
    .attention_small {
        color: #F30A0A;
        font-size:large;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
        font-weight:900;
    .table {
        table-layout:fixed;
    .blue {
        color: #00F;
    #container .mainContent_left p .blue {
        color: #0303A0;

    Hi Nancy:
    The specific code that I am referring to is the CSS code governing the styling of the spry menu widget that only works in IE 6 if, and only if, it remains in the head of the web page.  If removed and placed in a stylesheet, the IE plugins fail to compensate for the IE 6 "gap" bug.  As I said, it doesn't make sense to me that, assuming specificity is addressed, that these can not be included in an external style sheet.  I am looking for a) an explanation why they must remain embedded in the web page; and 2) any means by which I might be able to export them.
    I will reproduce the specific css style (code) below:  it should also be visable through reveal source --
    Thanks again, Steve Webster.
    The CSS governing the horizontal menu bar is as follows:  (currently the following CSS is embedded in the head of the web page)
    <style type="text/css">
    /*  -- Begins Spry Menu Widget 2.0 (1.0) Horizontal menu bar Custom styles --  */
    /* BeginOAWidget_Instance_2141544: #MenuBar */
    /* Settable values for skinning a Basic menu via presets. If presets are not sufficient, most skinning should be done in
       these rules, with the exception of the images used for down or rightpointing arrows, which are in the file SpryMenuBasic.css
         These assume the following widget classes for menu layout (set in a preset)
       .MenuBar - Applies to all menubars - default is horizontal bar, allsubmenus are vertical - 2nd level subs and beyond are pull-right.
        .MenuBarVertical - vertical main bar; all submenus are pull-right.
       You can also pass in extra classnames to set your desired top levelmenu bar layout. Normally, these are set by using a preset.
        They only apply to horizontal menu bars:
            MenuBarLeftShrink - The menu bar will be horizontally 'shrinkwrapped' to be just large enough to hold its items, and left aligned
            MenuBarRightShrink - Just like MenuBarLeftShrink, but right aligned
            MenuBarFixedLeft - Fixed at a specified width set in the rule '.MenuBarFixedLeft', and left aligned. 
            MenuBarFixedCentered -  - Fixed at a specified width set in the rule '.MenuBarFixedCentered',
                            and centered in its parent container.
            MenuBarFullwidth - Grows to fill its parent container width.
        In general, all rules specified in this file are prefixed by #MenuBar so they only apply to instances of the widget inserted along
       with the rules. This permits use of multiple MenuBarBasic widgets onthe same page with different layouts. Because of IE6 limitations,
        there are a few rules where this was not possible. Those rules are so noted in comments.
    #MenuBar  {
        background-color:transparent;
       font-family: Arial, Helvetica, sans-serif; /* Specify fonts on onMenuBar and subMenu MenuItemContainer, so MenuItemContainer,
                                                    MenuItem, and MenuItemLabel
                                                    at a given level all use same definition for ems.
                                                    Note that this means the size is also inherited to child submenus,
                                                    so use caution in using relative sizes other than
                                                    100% on submenu fonts. */
        font-weight: normal;
        font-size: 17px;
        font-style: normal;
        padding:0;
    /* Caution: because ID+class selectors do not work properly in IE6, but we want to restrict these rules to just this
    widget instance, we have used string-concatenated classnames for our selectors for the layout type of the menubar
    in this section. These have very low specificity, so be careful not to accidentally override them. */
    .MenuBar br { /* using just a class so it has same specificity as the ".MenuBarFixedCentered br" rule bleow */
        display:none;
    .MenuBarLeftShrink {
        float: left; /* shrink to content, as well as float the MenuBar */
        width: auto;
    .MenuBarRightShrink {
        float: right; /* shrink to content, as well as float the MenuBar */
        width: auto;
    .MenuBarFixedLeft {
        float: left;
        width: 80em;
    .MenuBarFixedCentered {
        float: none;
        width: 80em;
        margin-left:auto;
        margin-right:auto;
    .MenuBarFixedCentered br {
        clear:both;
        display:block;
    .MenuBarFixedCentered .SubMenu br {
        display:none;
    .MenuBarFullwidth {
        float: left;
        width: 100%;
    /* Top level menubar items - these actually apply to all items, and get overridden for 1st or successive level submenus */
    #MenuBar  .MenuItemContainer {
        padding: 0px 0px 0px 0px;
        margin: 0;     /* Zero out margin  on the item containers. The MenuItem is the active hover area.
                    For most items, we have to do top or bottom padding or borders only on the MenuItem
                    or a child so we keep the entire submenu tiled with items.
                    Setting this to 0 avoids "dead spots" for hovering. */
    #MenuBar  .MenuItem {
        padding: 10px 10px 10px 4px;
        background-color:#000088;
        background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Nav igation%20Bar%20Segment-Dark.png);
        background-repeat:repeat-x;       
    #MenuBar  .MenuItemFirst {
        border-style: none none none none;
    #MenuBar .MenuItemLast {
        border-style: none none none none;
    #MenuBar  .MenuItem  .MenuItemLabel{
        text-align:center;
        line-height:1.4em;
        color:#ffffff;
        background-color:transparent;
        padding: 0px 18px 0px 5px;
        width: 10em;
        width:auto;
    .SpryIsIE6 #MenuBar  .MenuItem  .MenuItemLabel{
        width:1em; /* Equivalent to min-width in modern browsers */
    /* First level submenu items */
    #MenuBar .SubMenu  .MenuItem {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 15px;
        font-style: normal;
        background-color:#000088;
        padding:0px 2px 0px 0px;
        border-width:0px;
        border-color: #cccccc #cccccc #cccccc #cccccc;
        /* Border styles are overriden by first and last items */
        border-style: solid solid none solid;
    #MenuBar  .SubMenu .MenuItemFirst {
        border-style: none;
        padding: 0px;
    #MenuBar  .SubMenu .MenuItemFirst .MenuItemLabel{
        padding-top: 0px;
    #MenuBar .SubMenu .MenuItemLast {
        border-style: none none none none;
    #MenuBar .SubMenu .MenuItemLast .MenuItemLabel{
        padding-bottom: 10px;
    #MenuBar .SubMenu .MenuItem .MenuItemLabel{
        text-align:left;
        line-height:1em;   
        background-color:transparent;
        color:#ffffff;
        padding: 10px 10px 10px 10px;
        width: 240px;
    /* Hover states for containers, items and labels */
    #MenuBar .MenuItemHover {
        background-color: #2E35A3;
        background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Nav igation%20Bar%20Segment%20Light2.png);
        background-repeat:repeat-x;
    #MenuBar .MenuItemWithSubMenu.MenuItemHover .MenuItemLabel{
        background-color: transparent; /* consider exposing this prop separately*/
        color: #ffffff;
    #MenuBar .MenuItemHover .MenuItemLabel{
        background-color: transparent;
        color: #ffffff;
    #MenuBar .SubMenu .MenuItemHover {
        background-color:#2E35A3;
    #MenuBar .SubMenu .MenuItemHover .MenuItemLabel{
        background-color: transparent;
        color: #ffffff;
    /* Submenu properties -- First level of submenus */
    #MenuBar .SubMenuVisible {
        background-color: transparent;
       min-width:0%;  /* This keeps the menu from being skinnier than theparent MenuItemContainer - nice to have but not available on ie6 */
        border-style: none none none none;
    #MenuBar.MenuBar .SubMenuVisible {/* For Horizontal menubar only */
        top: 100%;    /* 100% is at the bottom of parent menuItemContainer */
        left:0px; /* 'left' may need tuning depending upon borders or padding applied to menubar MenuItemContainer or MenuItem,
                        and your personal taste.
                       0px will left align the dropdown with the content area of theMenuItemContainer. Assuming you keep the margins 0
                        on MenuItemContainer and MenuItem on the parent
                        menubar, making this equal the sum of the MenuItemContainer & MenuItem padding-left will align
                        the dropdown with the left of the menu item label.*/
        z-index:10;
    #MenuBar.MenuBarVertical .SubMenuVisible {
        top: 0px;   
        left:100%;
        min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse */
    /* Submenu properties -- Second level submenu and beyond - these are visible descendents of .MenuLevel1 */
    #MenuBar .MenuLevel1 .SubMenuVisible {
        background-color: transparent;
        min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse*/
        top: 0px;    /* If desired, you can move this down a smidge to separate top item''s submenu from menubar -
                    that is really only needed for submenu on first item of MenuLevel1, or you can make it negative to make submenu more
                    vertically 'centered' on its invoking item */
        left:100%; /* If you want to shift the submenu left to partially cover its invoking item, you can add a margin-left with a
                    negative value to this rule. Alternatively, if you use fixed-width items, you can change this left value
                    to use px or ems to get the offset you want. */
    /* IE6 rules - you can delete these if you do not want to support IE6 */
    /* A note about multiple classes in IE6.
    * Some of the rules above use multiple class names on an element forselection, such as "hover" (MenuItemHover) and "has a subMenu"(MenuItemWithSubMenu),
    * giving the selector '.MenuItemWithSubMenu.MenuItemHover'.
    * Unfortunately IE6 does not support using mutiple classnames in aselector for an element. For a selector such as '.foo.bar.baz', IE6ignores
    * all but the final classname (here, '.baz'), and sets thespecificity accordingly, counting just one of those classs assignificant. To get around this
    * problem, we use the plugin in SpryMenuBarIEWorkaroundsPlugin.js to generate compound classnames for IE6, such as 'MenuItemWithSubMenuHover'.
    * Since there are a lotof these needed, the plugin does not generate the extra classes formodern browsers, and we use the CSS2 style mutltiple class
    * syntax for that. Since IE6 both applies rules where
    * it should not, and gets the specificity wrong too, we have to order rules carefully, so the rule misapplied in IE6 can be overridden.
    * So, we put the multiple class rule first. IE6 will mistakenly apply this rule.  We follow this with the single-class rule that it would
    * mistakenly override, making sure the  misinterpreted IE6 specificity is the same as the single-class selector, so the latter wins.
    * We then create a copy of the multiple class rule, adding a '.SpryIsIE6' class as context, and making sure the specificity for
    * the selector is high enough to beat the single-class rule in the "both classes match" case. We place the IE6 rule at the end of the
    * css style block to make it easy to delete if you want to drop IE6 support.
    * If you decide you do not need IE6 support, you can get rid of these,as well as the inclusion of the SpryMenuBarIEWorkaroundsPlugin.jsscript.
    * The 'SpryIsIE6' class is placed on the HTML element by the script in SpryMenuBarIEWorkaroundsPlugin.js if the browser isInternet Explorer 6. This avoids the necessity of IE conditionalcomments for these rules.
    .SpryIsIE6 #MenuBar .MenuBarView .MenuItemWithSubMenuHover .MenuItemLabel /* IE6 selector  */{
        background-color: transparent; /* consider exposing this prop separately*/
        color: #ffffff;
    .SpryIsIE6 #MenuBar .MenuBarView .SubMenu .MenuItemWithSubMenuHover .MenuItemLabel/* IE6 selector  */{
        background-color: transparent; /* consider exposing this prop separately*/
        color: #ffffff;
    .SpryIsIE6 #MenuBar .SubMenu .SubMenu  /* IE6 selector  */{
        margin-left: -0px; /* Compensates for at least part of an IE6 "double padding" version of the "double margin" bug */
    /* EndOAWidget_Instance_2141544 */
    /* Ends Spry Menu Bar Widget 2.0 (1.0) Horizontal Menu Custom styles */
    </style>

  • Since the last update I have been unable to print from Firefox. No problem printing from Safari or any other program. I've seen a few responses to this problem but only to people running Windows. I'm on a Mac running v. 10.5.8

    Since the last update I have been unable to print from Firefox. No problem printing from Safari or any other program. I've seen a few responses to this problem but only to people running Windows. I'm on a Mac running v. 10.5.8.

    Also when I click on the link in my email to activate my account (in the hopes that a solve will be emailed to me) I get this message -
    "Something is wrong
    We could not activate your account. Please make sure that you have clicked the correct link in your email or typed in the correct address."
    Same message if I cut and paste the link.

  • In Win 7 on Microsoft Natural Ergonomic Keyboard 4000's quick-launch keys, Firefox & Thunderbird launch only in Taskbar, without opening program, then unfocused

    Although these quick-launch keys on this keyboard worked fine on this computer when running Windows XP, when I switched to Windows 7 64-bit they started to have this problem, but only with Firefox & Thunderbird. And if I program these keys to open other programs, they don't have the problem. So it's some compatibility thing between Firefox/Thunderbird, Win7 64-bit, and this keyboard's software (latest version).
    When I press one of the quick-launch keys on this keyboard programmed for Firefox/Thunderbird, they display a program rectangle in the Taskbar only, but no program opens on the screen. When I hover the mouse over this rectangle on the Taskbar, the program immediately opens, but out of focus.
    I've also tried resetting Firefox, but that doesn't change the behavior at all.

    The window that is focused is whatever the previous one opened was. If Firefox or Thunderbird are launched with no other windows open, nothing is focused.
    After working with Microsoft's tech support on this problem over the phone, and replacing the keyboard driver & software with the one called Microsoft Mouse & Keyboard (both this and the one I had used are shown as the current drivers on Microsoft's 4000 Keyboard download page), nothing changed. Then I worked on the computer for a while, and the problem suddenly went away.
    The only remaining problem is that Thunderbird doesn't search for mail right away when I open it. This is true regardless of how I open it (from the keyboard quick launch key, from the start menu, from a shortcut, etc.). Perhaps this is a totally different problem.
    Thanks for your help.

  • Uninstall FCP for rendering problem? Then re-install?

    I keep loosing my render files. I think the problem started when I installed an update for FCP. Now, the render files disappear. I'll render, but then they go away.
    I've seen posts with others having this same problem. Would un-installing FCP work? Of course, I'll back up my video on an external drive - just in case. Then I'll re-install my FCP, hoping that this will solve my disappearing render files.
    If you'd like more details to my rendering problem, here's the post I put up a few days ago that describes in greater detail what's happening...
    http://discussions.apple.com/thread.jspa?threadID=1394901&stqc=true
    Do you think un-installing would work?

    Hi JGD 500, and a warm welcome to the forums!
    I noticed there is no mention of hardware space - should there be? This information doesn't show up anywhere in the disc utility diagnostics/profile - leading me to the thing the harddrive is busted - but the hardware test found no problems.
    Yes, I believe if it can't see the HD, it won't test it or even mention it.
    I've seen several Notebook HDs die within a years time, they've always been the worst HDs, but I think the pressures of today's world are making them even worse.

  • Firefox 13 Rendering Websites Differently Than FF11/12

    CSS and Image rendering problems ONLY with Firefox 13...
    I am a web developer, so browsers displaying code differently is not foreign. What is foreign to me, is having Firefox be the only browser that's rendering the code incorrectly. Please see two examples below:
    http://powellcareandrepair.web12.hubspot.com/
    http://www.facebook.com/sv.capella1
    In Powell Care the flash button is off by one pixel causing a white line down the side of the button. This only occurs in FF13. The site renders correctly in ie9, Chrome, Safari, Firefox 11 and Firefox 12.
    In the second example the Facebook page has a profile picture which lines up with the cover photo. Again this works correctly in ie9, Chrome, Safari, Firefox 11 and Firefox 12, but not Firefox 13.
    My question is what's going on here? How does code that previously worked in the last two versions of Firefox (11+12) now all of the sudden not work in 13?
    Any help would be appreciated. Is there something that I've coded wrong, with the exception of Facebook which will not change. This doesn't make sense to me.

    You may get lucky and have a reply here you probably have a better chance on the mozillazine forum
    * http://forums.mozillazine.org/viewforum.php?f=25
    It is probably a good idea to check the site code compliance using the W3C validator
    * http://validator.w3.org/unicorn/
    * interesting to note your link does not pass, neither does this forum thread link !
    Firefox does try to keep up with the standards, so there may well be some differences between versions see for instance
    * [https://bugzilla.mozilla.org/show_bug.cgi?id=695222 Bug 695222 - Implement column-fill property of CSS3 spec ]
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=764567 Bug 764567 - Fix and re-land patches to support multicolumn 'column-fill' property ]
    Note also comments in locked thread [/questions/930756]
    P.S. <br/> You may be able to spot something in the release notes that accounts for the difference:
    * http://www.mozilla.org/en-US/firefox/13.0/releasenotes/
    ** https://developer.mozilla.org/en/Firefox_13_for_developers
    *http://www.mozilla.org/en-US/firefox/13.0.1/releasenotes/
    ** [https://bugzilla.mozilla.org/show_bug.cgi?id=733614 Bug 733614 - CSS 'height' property on a multi-column block is not respected ]
    * [https://bugzilla.mozilla.org/show_bug.cgi?id=767612 Bug 767612 - tracking bug for build and release of Firefox 13.0.2 ]

  • Missing text in Firefox, Thunderbird, and Libreoffice

    On my laptop, when I run Firefox, Thunderbird, or Libreoffice maximized, everything in the top part of the window is fine. But, there is a line about 2/3 of the way down the window below which there most of the text is gone. (this line may even be halfway throught a line of text, such that the top part of the word is displayed, but the bottom part is not.)
    Examples of missing text (all below the line):
    In all cases, the text on status bars (like those at the bottom of the window) is gone, however, loading bars are still there.
    In firefox, images will be there, underlines for links will be there, but the text will not.
    In Thunderbird, the message view is fine, but all of the system status bars, including but not limited to message info and the notifications, such as "this might be a scam" or "Do you want to load the images?" are not. I do not know whether the message entries in the inbox are there because that is always above the line.
    In libreoffice, all text, including the actual document text, status bars, and the entries on the start screen (create new text document, create new spreadsheet, etc.) are affected.
    However, if I run libreoffice or firefox via Xforwarding over an ssh tunnel from my desktop, everything works fine, subject of course to network latency. (I do not have Thunderbird on my desktop, I use claws instead, which also does work fine.)
    Also, if I shrink the window to half-height, then the problem no longer exists.
    I have tried reinstalling libreoffice, firefox, thunderbird, the xserver, and my graphics drivers (nouveau) using the --recursive option, and nothing has changed. I cannot tie this problem to any particular system operation (such as an update), but that does not mean that it is unrelated to such an event.
    Window manager: xmonad
    Desktop environment: none
    Video driver: nouveau
    Model: Dell Inspiron 8600
    Any help with this would be greatly appreciated. I am tired of only using the bottom half of my screen.

    Thanks for pointing that out. I probably would have scratched my head over that one sooner or later. Unfortunately, that is not the solution to this problem. Keep in mind that ~2/3 of the window is perfect.

  • Firefox is having problems in opening some Web Sites

    == Issue
    ==
    Firefox is having problems with certain web sites
    == Description
    ==
    When I open my Home Page, I get the following message: A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
    Script: http://04.nscdn.optusnet.com.au/common/js/30062010/app.main.js:1415
    == URL of affected sites
    ==
    http://optuszoo.com.au
    == Troubleshooting information
    ==
    Application Basics
    Name
    Firefox
    Version
    3.6.3
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Microsoft .NET Framework Assistant
    1.1
    false
    {20a82645-c095-46ed-80e3-08825760534b}
    ZoneAlarm Toolbar
    1.5.53.4
    false
    MSN Toolbar
    4.0
    false
    [email protected]
    Search Helper Extension
    1.0
    false
    {27182e60-b5f3-411c-b545-b44205977502}
    Adobe DLM (powered by getPlus(R))
    1.6.2.63
    true
    Modified Preferences
    Name
    Value
    browser.history_expire_days.mirror
    180
    browser.places.smartBookmarksVersion
    2
    browser.startup.homepage
    http://www.optuszoo.com.au/
    browser.startup.homepage_override.mstone
    rv:1.9.2.3
    extensions.lastAppVersion
    3.6.3
    network.cookie.prefsMigrated
    true
    places.last_vacuum
    1276732365
    privacy.cpd.formdata
    false
    privacy.cpd.sessions
    false
    privacy.sanitize.migrateFx3Prefs
    true
    security.warn_viewing_mixed
    false
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows Vista
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
    == Plugins installed
    ==
    *-getplusplusadobe16263
    *Google Update
    *Adobe PDF Plug-In For Firefox and Netscape

    I had posted the problem previously & accidently marked the problem as solved.
    I received the following message since:
    "I am not sure how my previous post solved the problem but since then I think I have found the answer.
    I simply enabled Shockwave Flash 10.0.32.18
    From the Firefox Homepage it is located under:
    Tools\Add Ons then select the PlugIns Tab
    Select Shockwave Flash then enable it.
    Regards,
    Phil "
    This has fixed the problem. Thanks Phil.

Maybe you are looking for

  • Flash10.0.32.18, Active X Cointrol, Xp Prof. 32 bit - no sound

    Her is the 'fix'sugested per my last attempt to get sound. Since then I have also DL Google Chrome, and CC registry cleaner. Installedand uninstalled K-Lite full version - for missing codec's. It didn't help! I am not sure how to go about uninstallin

  • Problem in finding GHR.PLL

    Hi folks, I am having problem while opening FOrms in my client. So, i copied the mentioned PLL to the forms60_path and i dont find GHR.PLL in my linux server. Only i can see GHR.PLX I think I have to copy GHR.PLL to open template in my client. Can yo

  • The "Instituto Politécnico Nacional" of México is not accepted in iTunes U, why?

    I checked the college. The "Instituto Politécnico Nacional" is the second largest university in Mexico. Why is not accepted in iTunesU?

  • Problem factory recovery in Lenovo W700ds (2757)

    I'm trying to do the factory recovery on my Lenovo. When I start my computer, I press the "thinkvantage" blue button and pressing F11, but the F11 does not work. A message appears telling me to press F1 and go to Setup. I can not access recovery. Whe

  • Qualifications and jobs (PD)

    Dear friends, In standard SAP system through Profile match up functionality we can do profile match up on single person or job or position but my requirement is following: 1. To find qualfications tagged with more than one  job. As in profile match u