CSS Display Problems

Hi everyone, I hope someone can help me out with this
problem.
My website displays fine in all the browser that I've tested,
but I've restenly noticed that areas are rendered wrong in the
Google Cache snapshot?
Example:
My Site:
www.dcypher.co.uk
Click
to view Google Cache Snapshot
This is the CSS code I have for the 2 column's in the body
that are displaying incorrectly:
#main {
background-image: url(images/mainBackground.gif);
background-repeat:repeat-y;
background-color: #666666;
width: 700px;
height: 100%;
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
overflow: auto;
#mainText {
width: 434px;
margin: 0px;
padding-top: 40px;
padding-right: 30px;
padding-bottom: 30px;
padding-left: 30px;
float:left;
#mainNav {
width: 156px;
margin: 0px;
padding-top: 40px;
padding-right: 25px;
padding-bottom: 40px;
padding-left: 25px;
float:left;
I hope someone can shed some light on this for me as i'm
completely stumped.
Thanks in advance.
Webbo

Yes...the pages from the book display perfectly in dw8, but
not in DWcs3.
I found that by commenting out the "clear:left;" under "#nav"
the page displays properly in DWcs3, too. That leaves open the
question of "why".
Thanks.

Similar Messages

  • CSS display problem

    I have an unusual problem that must be something to do with
    my Dreamweaver set-up.
    All of a sudden all of my sites do not display the CSS in the
    dreamweaver application. The CSS details all appear and I can
    select them in the usual way but nothing appears on screen.
    When I preview any page from any site in a browser it is
    fine.
    Does anyone have any idea what the problem might be?
    Thanks
    Dave

    VIEW | Style Rendering > Display Styles
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "davecheet" <[email protected]> wrote in
    message
    news:f65vv5$flb$[email protected]..
    >I have an unusual problem that must be something to do
    with my Dreamweaver
    > set-up.
    > All of a sudden all of my sites do not display the CSS
    in the dreamweaver
    > application. The CSS details all appear and I can select
    them in the usual
    > way
    > but nothing appears on screen.
    > When I preview any page from any site in a browser it is
    fine.
    >
    > Does anyone have any idea what the problem might be?
    >
    > Thanks
    >
    > Dave
    >

  • Dreamweaver and CSS display problem

    Hi,
    I am new to CSS layouts and trying to build a site in pure
    CSS but I am having a problem with how it is dispayed within
    dreamweaver.
    here is
    the html page as it looks in a browser
    But
    here is how the page currently looks is dreamweaver
    As you can see, my divs which run along the bottom of the
    page in the browser are actually shown contained in another div in
    dreamweaver which is very misleading!
    Is this due to something i have done or is this how it
    displays in dreamweaver?
    HTML code as follows:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <title>Untitled Document</title>
    <link href="lovellkits.css" rel="stylesheet"
    type="text/css">
    </head>
    <body>
    <div id="main">
    <div id="logo"></div>
    <div id="navbar">Nike Kits | Optimum Kits | Lovell
    Rugby Kits | Training Wear | Equipment</div>
    <div id="bannerlarge"></div>
    <div id="smlbanner1"></div>
    <div id="smlbanner2"></div>
    <div id="smlbanner3"></div>
    <div id="smlbanner4"></div>
    </div>
    </body>
    </html>
    and
    my CSS can be found here
    Thanks for reading
    Steve

    FWIW, there were significant rendering improvements made in
    DW8, so it
    may be worth the upgrade if you're creating layouts in DW.
    In the meantime, try adding some content to the bannerlarge
    container. I
    think DW may be incorrectly collapsing that tag since it's
    empty.
    HTH,
    Randy
    > Dreamwaever MX 2004 for the mac

  • Xml and css display problem

    I have 1 small problem I have created a CSS file to display the title elements of an xml file but the titles appears to right on top of each other.
    IE the titles symbol name last sales and net change % change and volume are all aligned on top of each other.
    Below is my code.
    quotes                                        {width: 750px; font-size: 12pt; margin: 20px}
    dateTime                              {display: block; position: absolute; top: 0px; left: 600px; font-size: 8pt}
    heading                              {display: block; font-size: 32pt; font-family: Arial, Helvetica, sans-serif; text-align: center; font-weight: bold}
    subHeading                         {display: block; font-size: 14pt; top: -10px; font-family: Arial, Helvetica, sans-serif; text-align: center;                               font-weight: bold}
    titles                                   {display: block; margin-bottom: 20px}
    column                              {display: inline; font-size: 8pt; text-decoration: underline; font-family: "Courier New", Courier, monospace}
    stock                               {display: block; border-bottom: 1px solid #000000; font-size: 10pt; font-family: "Courier New", Courier, monospace}
    symbol                                        {position: relative; left: 40px}
    #c1, column                         {position: absolute; left: 40px}
    #c2 , company                     {position: absolute; left: 130px}
    #c3, lastSale                         {position: absolute; left: 430px; width: 70px; text-align: right}
    #c4, netChange                         {position: absolute; left: 510px; width: 80px; text-align: right}
    #c5, pChange                         {position: absolute; left: 590px; width: 80px; text-align: right}
    #c6, volume                              {position: absolute; left: 640px; width: 100px; text-align: right}Edited by: user9311551 on Jan 16, 2012 5:20 PM

    FWIW, there were significant rendering improvements made in
    DW8, so it
    may be worth the upgrade if you're creating layouts in DW.
    In the meantime, try adding some content to the bannerlarge
    container. I
    think DW may be incorrectly collapsing that tag since it's
    empty.
    HTH,
    Randy
    > Dreamwaever MX 2004 for the mac

  • DW8 CSS Window display problem

    Paging the font of all knowledge!
    In my CSS display window I have lost the 'tree' display -
    it's now
    showing the individual properties per item in a grid box -
    how do I get
    the original tree display back??
    TIA!
    Buzby
    "There's nothing more dangerous than a resourceful idiot"

    Mark A. Boyd wrote:
    > Buzby posted in macromedia.dreamweaver
    >
    > > Paging the font of all knowledge!
    > >
    > > In my CSS display window I have lost the 'tree'
    display - it's now
    > > showing the individual properties per item in a
    grid box - how do
    > > I get the original tree display back??
    >
    > Do you see two buttons, [All] and [Current]? If so,
    click on [All].
    >
    > If you have already done this and still can't see the
    tree underneath
    > "All Rules", you may need to drag the 'Properties for
    "whatever"'
    > down.
    Ha! Easy when you know how - thanks very much!
    Buzby
    "There's nothing more dangerous than a resourceful idiot"

  • Display problems in IE, using Netlace Designs approach

    Display problems in IE, using Netlace Designs approach
    Could someone please look at
    www.tudo.co.uk/testing/magnification/
    I am trying to adjust some css code taken from Netlace
    Design's website
    for my purposes. The purpose is to enlarge an image on
    'hover' and to
    enlarge some text on 'hover'.
    What I have done works all right in Mozilla/Seamonkey.
    However, in IE,
    the 'text enlargement' does not work at all
    and when I am enlarging the image there is ***in IE*** a
    large grey
    surplus area at the bottom, which looks like a background
    area which has
    turned out to have too much height. I want to get rid of that
    superfluous grey area.
    How can I make sure it works in BOTH Mozilla and in IE?
    Thanks for your help.
    Adrian

    Hi ijmari,
    I checked out that page and don't see any Spry menubar in it.
    I'm assuming you've reverted back or removed it.
    If you still need/want help, please post the URL to the page
    that uses the menubar and demonstates the problem.
    --== Kin ==--

  • Element Width 0 When Changing CSS Display

    Hello
    I have a webpage containing several Divs which contain individual 'pages'. I have defined the following CSS styles to control which the user sees:
    .hideDiv{
        display: none;
    .showDiv{
        display: inline;
    I have a simple Javascript function which switched the CSS styles to display the required page:
    function hideShow(hideDiv, showDiv){
              //alert("hideShow");
              if(document.getElementById(hideDiv)!=null){
                        document.getElementById(hideDiv).className = "hideDiv clear";
              if(document.getElementById(showDiv)!=null){
                        document.getElementById(hideDiv).className = "showDiv clear";
              return false;
    Within each 'page' div are 1 or more simple tables containing images. The CSS on these tables positions them from the right like this:
    <table style="position:absolute; right:40px; bottom:30px; z-index:1;">
              <tr><td>
                        <img src="{media}" alt="{mediaAlt}" style="display:block; position:relative;"/>
                        <p class="padCaption">{mediaCaption}</p>
              </td></tr>
    </table>
    When I display page 2 (the first page to have its CSS display property changed from 'none' to 'inline') the image is displayed off to the right and down too low. As soon as I slightly resize the browser window it jumps to the correct position.
    I suspected that the browser was unable to ascertain the image's width and height and so assumes 0 pixels for both. This being the case the right and bottom edges were correctly positioned but only assuming the image has a width and height of 0 pixels!
    I extended my Javascript function to check this and ,my thoughts were confirmed.
    Fortunately (for once) our client has IE6 and this problem isn't seen by them. All of the elements in the complete html file apper to be cached when the page initially loads and it has no problem with the images.
    We need to use Safari for some presentations and can't seem to resolve this. I tried positioning the div to one side and then moving it but it all happens before the UI updates and the browser is still none the wiser as to the dimensions of the image.
    Any advice would be gratefully received.
    Thanks
    Chris

    Hello Jon
    Thanks for the prompt reply. Sorry I can't share the page but I can extract some elements to show. Each 'page' div is like this:
    <!-- Page 1 -->
    <div class="showDiv clear" id="page1">
        <div id="bgPic-components">
            <!-- Sub-Heading -->
            <h1>Sub-Heading</span></h1>
            <!-- Page Content Area -->
            <div class="contentTextArea fullWidth">
                <div style="position:absolute; width:280px; z-index:2;">
                    <p>Some body text here.</p>
                </div>
                <table style="position:absolute; right:40px; bottom:40px; z-index:0;">
                    <tr><td>
                        <img src="../../medialibrary/3DI/3DI0315.02.01.jpg" style="display:block; position:relative; height:440px;"/>
                        <p class="padCaption">Annotation</p>
                    </td></tr>
                </table>
                <table style="position:absolute; bottom:24px; z-index:0;">
                <tr><td>
                    <img src="../../medialibrary/photographs/P0825.01.01.jpg" alt="" style="display:block; position:relative; height:300px"/>
                    <p class="padCaption">Annotation</p>
                </td></tr>
            </table>
            </div>
        </div>
    </div>
    Thanks
    Chris

  • Display problems in Mail messages with image attachment

    Issue: Seeing intermittent display problems in Mail messages with image attachments
    Annoyance level: minor, but Apple techs need to pass it along
    Details: Regardless of mail client sending to iPhone (Outlook, OWA, Yahoo, Gmail) there are intermittent and what appear to be random occurrances of the pic being half rendered and/or the pic never loading (followed by message saying it can't be retrieved from server). In some instances the picture then appears fully rendered without a problem. Note: Image sizes varied from 14KB to 450KB

    Hi,
    I'm not familiar with C#, but if possible try the following:
    1. Removing all thead and tbody tags from the body of the message.
    2. Changing all inline CSS to embedded CSS.
    I've seen a user said the message stopped showing up after making the changes.
    If the issue persists, please note, since Outlook 2007, Outlook opens the HTML Email and converts it to Microsoft Word format before displaying it to the user. What happens during this process is that many CSS attributes and HTML support is completely removed.
    Some of the most notable absences are background-image, and padding and margin support. Hardly can we do much about this, so the message "If there are problems with how this email is displayed, click here to view it in a web browser" is actually
    a good workaround when we face this problem.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Spry horizontal menu display problems

    I have two display problems with a horizontal spry menu bar
    that I added in Dreamweaver CS3:
    (1) In Firefox, it displays underneath a flash movie. I've
    tried fiddling with the z-indexes and still can't get it to display
    right. I embed the flash movie using SWFObject.
    (2) In IE, the submenus display very in a broken way
    sometimes and sometimes they don't. I don't know how else to
    explain it.
    You can see then menu here:
    http://www.davisbrotherscabinetmakers.com/dbmc/
    And here is a link to my SpryAssets stylesheet, which I may
    have ruined beyond repair!
    http://www.davisbrotherscabinetmakers.com/dbmc/SpryAssets/SpryMenuBarHorizontal.css
    Any help would really be appreciated! Thanks.

    I am not the world's best coder and I have spent forever
    trying to
    learn and figure out some problems on a menu bar i have
    created using
    the base dreamweaver spry framework. It looks exactly like
    what i want
    it to look like on Firefox, Safari, and Google Chrome,
    but--of
    course--- Internet Explorer is creating massive dificiulties.
    Namely,
    the drop down menu is completely non-existent. I tried
    changing the IE
    hack to float right, rather than float left and then the menu
    appeared
    but with all the subsequent boxes lined up in a row. Here are
    my
    links, can anyone help me?
    http://www.agellsworth.org/index2.html
    http://www.agellsworth.org/SpryAssets/SpryMenuBarHorizontal.css
    Thanks alot,
    bob

  • Wierd lines on my display and frequent lock-ups w/ and w/o display problems

    When booting I sometimes get weird lines and blocks on my display (the GRAY Apple screen) and then it hangs, other times the computer will boot and run fine for 20-30 minutes and then the display goes wonkers with blocks and lines and the computer does not respond. The only way I can get it to boot is to reset the PRAM by letting it CHIME 3x and then occasionally it will boot without issue and run, while other times I still get the blocks and lines on the display.
    When I am able to get it to recover and re-boot after the lock-up and display problems and occasionally the box in the middle asking me to re-boot similar to a kernel panic the OPS gives me the option to REPORT the error and here is the error for others who would know more...
    Thank you in advance,
    Darren
    Interval Since Last Panic Report: 104960 sec
    Panics Since Last Report: 5
    Anonymous UUID: 7D1AEF43-7E19-4F58-A1E0-48FA992A2814
    Wed Nov 18 15:49:50 2009
    panic(cpu 0 caller 0x9cdb10): NVRM[0/1:0:0]: Read Error 0x00009410: CFG 0xffffffff 0xffffffff 0xd2000000, BAR0 0xd2000000 0x5d3e2000 0x084700a2, D0, P1/4
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x5c99b7d8 : 0x21b2bd (0x5cf868 0x5c99b80c 0x223719 0x0)
    0x5c99b828 : 0x9cdb10 (0xbb7fec 0xc209c0 0xbc3660 0x0)
    0x5c99b8c8 : 0x147690d (0x8b5ac04 0x7edf004 0x9410 0xabd962)
    0x5c99b908 : 0x1534e6a (0x7edf004 0x9410 0x5c99b968 0x9)
    0x5c99b948 : 0xb51ca5 (0x7edf004 0x91ed004 0x0 0x0)
    0x5c99b968 : 0xac155b (0x91ed004 0x5c99baa4 0x0 0x0)
    0x5c99b9b8 : 0x145f290 (0x7edf004 0x3d0900 0x5c99baa4 0x0)
    0x5c99bad8 : 0xab2821 (0x7edf004 0x91cf004 0x815200c 0x200)
    0x5c99bb18 : 0xb1f172 (0x7edf004 0x91cf004 0xeb9bcc0 0xeb9bc04)
    0x5c99bbc8 : 0xb202db (0x7edf004 0x91f0404 0x0 0x0)
    0x5c99bc58 : 0x14bb7a3 (0x7edf004 0x91f0404 0x9 0x2)
    0x5c99bd68 : 0x14ed407 (0x7edf004 0x91cf404 0x0 0x0)
    0x5c99be98 : 0xad3934 (0x7edf004 0x91ca404 0x0 0x0)
    0x5c99bec8 : 0x9d61fb (0x7edf004 0x91ca404 0x0 0x0)
    0x5c99bf08 : 0x5491b5 (0x0 0x9499680 0x1 0x29c50a)
    0x5c99bf58 : 0x5481e6 (0x9499680 0x1 0x5c99bf88 0x547d9d)
    0x5c99bf88 : 0x548640 (0x8abaf00 0x7e9ecc0 0xe780850c 0x2a6e5f)
    0x5c99bfc8 : 0x29d68c (0x8abaf00 0x0 0x10 0x88bbfc4)
    Kernel Extensions in backtrace (with dependencies):
    com.apple.nvidia.nv50hal(6.0.6)@0x136b000->0x17f1fff
    dependency: com.apple.NVDAResman(6.0.6)@0x96f000
    com.apple.NVDAResman(6.0.6)@0x96f000->0xc21fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x932000
    dependency: com.apple.iokit.IONDRVSupport(2.0)@0x961000
    dependency: com.apple.iokit.IOGraphicsFamily(2.0)@0x943000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10C540
    Kernel version:
    Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386
    System model name: MacBookPro3,1 (Mac-F4238BC8)
    System uptime in nanoseconds: 3788331456483
    unloaded kexts:
    com.apple.driver.AppleFileSystemDriver 2.0 (addr 0xf02000, size 0x12288) - last unloaded 94521475551
    loaded kexts:
    org.virtualbox.kext.VBoxNetAdp 2.2.2
    org.virtualbox.kext.VBoxNetFlt 2.2.2
    org.virtualbox.kext.VBoxUSB 2.2.2
    org.virtualbox.kext.VBoxDrv 2.2.2
    com.bresink.driver.BRESINKx86Monitoring 5.0
    com.pctools.iantivirus.kfs 1.0.1
    com.apple.driver.AppleHWSensor 1.9.2d0 - last loaded 31800108689
    com.apple.filesystems.ntfs 3.1
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AppleHDA 1.7.9a4
    com.apple.driver.AirPort.Atheros 412.19.4
    com.apple.kext.AppleSMCLMU 1.4.5d1
    com.apple.driver.SMCMotionSensor 3.0.0d4
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AudioIPCDriver 1.1.2
    com.apple.driver.AppleIntelMeromProfile 19
    com.apple.driver.ACPISMCPlatformPlugin 4.0.1d0
    com.apple.driver.AppleLPC 1.4.9
    com.apple.driver.AppleBacklight 170.0.14
    com.apple.driver.AppleUpstreamUserClient 3.1.0
    com.apple.GeForce 6.0.6
    com.apple.driver.AppleUSBTrackpad 1.8.0b4
    com.apple.driver.AppleUSBTCKeyEventDriver 1.8.0b4
    com.apple.driver.AppleUSBTCKeyboard 1.8.0b4
    com.apple.iokit.SCSITaskUserClient 2.6.0
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage 1.6.0
    com.apple.iokit.AppleYukon2 3.1.14b1
    com.apple.driver.AppleAHCIPort 2.0.1
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.driver.AppleIntelPIIXATA 2.5.0
    com.apple.driver.AppleUSBHub 3.8.4
    com.apple.driver.AppleFWOHCI 4.4.0
    com.apple.driver.AppleUSBEHCI 3.7.5
    com.apple.driver.AppleUSBUHCI 3.7.5
    com.apple.driver.AppleEFINVRAM 1.3.0
    com.apple.driver.AppleRTC 1.3
    com.apple.driver.AppleHPET 1.4
    com.apple.driver.AppleACPIButtons 1.3
    com.apple.driver.AppleSMBIOS 1.4
    com.apple.driver.AppleACPIEC 1.3
    com.apple.driver.AppleAPIC 1.4
    com.apple.security.sandbox 0
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagementClient 96.0.0
    com.apple.driver.AppleIntelCPUPowerManagement 96.0.0
    com.apple.driver.DspFuncLib 1.7.9a4
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.iokit.IO80211Family 310.6
    com.apple.iokit.IOSurface 73.0
    com.apple.iokit.IOBluetoothSerialManager 2.2.4f3
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.iokit.IOAudioFamily 1.7.2fc1
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.driver.AppleHDAController 1.7.9a4
    com.apple.iokit.IOHDAFamily 1.7.9a4
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.AppleSMC 3.0.1d2
    com.apple.driver.IOPlatformPluginFamily 4.0.1d0
    com.apple.nvidia.nv50hal 6.0.6
    com.apple.NVDAResman 6.0.6
    com.apple.iokit.IONDRVSupport 2.0
    com.apple.iokit.IOGraphicsFamily 2.0
    com.apple.driver.CSRUSBBluetoothHCIController 2.2.4f3
    com.apple.driver.AppleUSBBluetoothHCIController 2.2.4f3
    com.apple.iokit.IOBluetoothFamily 2.2.4f3
    com.apple.iokit.IOUSBHIDDriver 3.8.4
    com.apple.driver.AppleUSBMergeNub 3.8.5
    com.apple.driver.AppleUSBComposite 3.7.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.0
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IONetworkingFamily 1.9
    com.apple.iokit.IOATAPIProtocolTransport 2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.0
    com.apple.iokit.IOAHCIFamily 2.0.2
    com.apple.iokit.IOATAFamily 2.5.0
    com.apple.iokit.IOUSBUserClient 3.8.5
    com.apple.iokit.IOFireWireFamily 4.1.7
    com.apple.iokit.IOUSBFamily 3.8.5
    com.apple.driver.AppleEFIRuntime 1.3.0
    com.apple.iokit.IOHIDFamily 1.6.1
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    com.apple.driver.DiskImages 281
    com.apple.iokit.IOStorageFamily 1.6
    com.apple.driver.AppleACPIPlatform 1.3
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.2 GHz, 4 GB, SMC 1.16f11
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), Atheros 5416: 2.0.19.4
    Bluetooth: Version 2.2.4f3, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: ST9320421ASG, 298.09 GB
    Parallel ATA Device: MATSHITADVD-R UJ-857E
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021a, 0x5d200000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x1a100000
    Anyone know what is causing my problems? I thought it was heat so I downloaded a CPU and FAN temperature monitor and the CPU was getting VERY HOT at first so I then ramped-up the CPU FAN SPEED to maximum - it turns out the CPU FAN was not rotating well at low speed - since then I have cleaned and checked the fans and they all work as they should and blow on high(er) when the CPU temperature is above a certain level.

    S.U.
    Is there a kb article or something that would illuminate what to look for in these logs, or is it a matter of learning by osmosis?
    Both. I am not skilled in reading logs. It is a very technical and time consuming task for the uninitiated (me!) In scanning a log I look for the backtrace and loading dependencies. The first item in the backtrace is usually the roadblock.
    Beyond that you can look at the Technical Note TN2063: Understanding and Debugging Kernel Panics
    Should make for good bedtime reading. Puts you right to sleep.
    c

  • Display Problem with RowHeader of a Scroll Pane

    Hi,
    I am trying to display row headers for a table using another table
    Here is the code
    import javax.swing.*;
    import javax.swing.table.*;
    public class RowNumberHeader extends JTable {
      protected JTable mainTable;
      public RowNumberHeader(JTable table) {
        super();
        mainTable = table;
        setModel(new RowNumberTableModel());
        setRowSelectionAllowed(false);
        JComponent renderer = (JComponent)getDefaultRenderer(Object.class);
      public int getRowHeight(int row) {
        return mainTable.getRowHeight();
      class RowNumberTableModel extends AbstractTableModel {
        public int getRowCount() {
          return mainTable.getModel().getRowCount();
        public int getColumnCount() {
          return 1;
        public Object getValueAt(int row, int column) {
          return new Integer(row + 1);
    }and then
            JTable displayTable = new JTable(...);
            scrollPane = new JScrollPane(displayTable);
            JViewport jvp = new JViewport();
            jvp.setView(new RowNumberHeader(displayTable));
            scrollPane.setRowHeader(jvp);the problem I have is that when a row is selected inside the row header, some rows go blank and you can see the selection is all screwed up. I tried setting the selection mode to ListSelectionModel.SINGLE_SELECTION but that didn't help.
    A refresh of the entire screen (minimize/maximize) seems to resolve the problem. I am using jdk1.4.1 in Windows 2000.
    Any ideas?
    Sylvain

    Again the problem is that when you click on the row headers, some row header rows go blank (completely white) so you can't see what they show.
    ie say I have table
    Row 1 - 1  2  3
    Row 2 - 2  4  5
    Row 3 - 5  7  7
    Row 4 - 5  6  7where Row X is the row header. So for example, if you click on Row 2, you will get something like
    Row 1 - 1  2  3
    Row 2 - 2  4  5
          - 5  7  7
    Row 4 - 5  6  7until the screen is refreshed or you click some other row header.
    hmm ok, I added calling repaint on the table whenever a row is selected and at least the display problem goes away; however, the selected indexes from the event don't always match the index of the row selected. I think actually that may be the source of the display problem.
    Here is the code I added in the constructor:
            getSelectionModel().addListSelectionListener(new ListSelectionListener()
                public void valueChanged(ListSelectionEvent e)
                    System.out.println("Header table selection is: First = " + e.getFirstIndex() +
                                       " Last = " + e.getLastIndex());
                    RowNumberHeader.this.repaint();
            });

  • Macbook and HP 2510i monitor display problem - help

    Hello,
    I am having display problem with my Macbook (Intel) and my 25'' HP 2510i monitor via DVI.. Until last monday I do not have any problems and my monitor was working flawless with my macbook.. Last monday I used the monitor with my HP Notebook to try Windows 8 on large screen. And after that try when I connect the monitor back to Macbook there is no display.. I tried the steps below
    - I connected Macbook to my Phillips Plasma TV and it worked (no error with display card of Macbook or the wire or the adaptor)
    - I connected the monitor back to HP laptop it worked.. (so no error with the monitor)
    - I unplugged monitor to cut electricity and tried.. nope not working
    - I did several tricks with macbook no effect
    - I reinstalled Mountain Lion .. no effect
    - I formatted Macbook, reinstalled Snow Leopard.. Not working.. I installed back Mountain Lion .. not working
    Whatever I tried the HP2510i is not displaying, mirroring my Macbook..
    Any help will be appreciated
    Thanks

    My graphic card details;
    NVIDIA GeForce 9400M:
      Chipset Model:          NVIDIA GeForce 9400M
      Type:          GPU
      Bus:          PCI
      VRAM (Total):          256 MB
      Vendor:          NVIDIA (0x10de)
      Device ID:          0x0863
      Revision ID:          0x00b1
      ROM Revision:          3462

  • My original post, locked by this forum. Display problem related

    Hi G5 Gurus,
    The display problem first, we all know when screen savers display, a click on the mouse will bring you back to the active desktop, this was how it worked., but now, sometimes a click cause the G5 to sleep!
    As for the sleep, I dare not to put it to sleep these days, because I am afriad it may cause a fire by over heating. Sometmes, actually four times in the past few months, my G5 could wake up by itself, followed by a extrem high speed running of the cooling fan, it sounded like a hair dryer running in the same room. Sometimes the sreen could light up, just like real wake up, sometimes, it was black. No clicks the mouse or keyboeard could bring it back to normal, I had to press and hold the power button to turn it off.
    This crazy problem happened for the first time last summer, a dead hard disk was the cost. Apple replaced it, but failed to detect the cooling or power or display problem. I was given one month extended free service, but right after its end, the problem was back and happened even more often.
    Please let me know if any of you had the same problem and please advise what to do.
    100s Gs of thanks.
    Songyan
    iMac G5 Mac OS X (10.4.8)
    la teller
    Posts: 1
    From: Los Angeles
    Registered: Jan 10, 2007
    Re: What's the problem? Display? Power supply? Cooling? My G5's gone mad
    Posted: Jan 10, 2007 2:21 PM in response to: Bad luck G5
    I have the EXACT same problem. In fact, I could not have described it better myself. What gives? I brought it in to the "genius" bar and they repolaced the power supply free of charge but the problem is still there. I noticed they ordered a new logic board but did not end up replacing it after all. Did you have yours replaced and did it work? Is this a known issue?
    imac G5 17 inch Mac OS X (10.3.9)
    Bad luck G5
    Posts: 8
    From: UK
    Registered: Jan 10, 2007
    Re: What's the problem? Display? Power supply? Cooling? My G5's gone mad
    Posted: Jan 11, 2007 1:20 PM in response to: la teller
    Hi La teller,
    Thank you for your reply. The 'genius' here in London only replace the dead hard disk, which I belive was a victim of this problem. I was told they couldn't find anything wrong with the power supply or the cooling system.
    Now at lest I know I am not the only bad luck guy. Let's wait and see if others are having the same problem. I am not sure if this is a known issue to Apple, even if it is, it may take years before they can offer a recall or free repaire. I noticed that some G5s have already been suffering from power problems and a free repaire was offered.
    Thank you again and hope Apple can take our concerns into their consideration soon.
    Songyan
    iMac G5 Mac OS X (10.4.8)
    stopha6
    Posts: 1
    From: US
    Registered: Jan 12, 2007
    Re: What's the problem? Display? Power supply? Cooling? My G5's gone mad
    Posted: Jan 12, 2007 7:43 AM in response to: Bad luck G5
    Hello,
    I'm also having this problem (fan running, won't come out of sleep), just spoke with an apple care rep. He confirmed my suspition that it was software, not hardware as I have just had the logic board and power supply replaced.
    His suggestions were to:
    1. Run disk repair from the startup CD
    try running OS X from a firewire drive and see if the same behavior happens or
    perform and archive and install.
    When the fan starts to run like that it means the OS is not communicating with the hardware properly. The OS could be somewhat corrupt if you were having hardware issues beforehand, hence the need for a reinstall. I will be performing an archive and install after the disk repair, I'll let you know if it fixes the problem!
    iMac G5 Mac OS X (10.4.8)
    Bad luck G5
    Posts: 8
    From: UK
    Registered: Jan 10, 2007
    Re: What's the problem? Display? Power supply? Cooling? My G5's gone mad
    Posted: Jan 14, 2007 12:52 PM in response to: stopha6
    Hi Stopha6,
    Thank you for your message. I never imagined it could be a software issue, cos it looked so hardware.
    Please keep me updated with your progress.
    By the way, as I said in my old posts, a hard disk went dead when this happened for the very first time, how do you read this?
    Thank you.
    Songyan
    iMac G5 Mac OS X (10.4.8)
    Bad luck G5
    Posts: 8
    From: UK
    Registered: Jan 10, 2007
    Re: What's the problem? Display? Power supply? Cooling? My G5's gone mad
    Posted: Jan 15, 2007 6:58 AM in response to: stopha6
    Hi Stopha6,
    After reading your reply again, I realized that the system had already been reinstalled. As I said when it happened for the first time, the hard disk died with it, which was replaced, of course with a new OS X, but the same problem is still happening. May this suggest that it is not just a software problem? Thank you. Songyan
    iMac G5 Mac OS X (10.4.8)
    AG-Nate
    Posts: 5
    From: Pismo Beach,CA
    Registered: Aug 26, 2006
    Re: What's the problem? Display? Power supply? Cooling? My G5's gone mad
    Posted: Jan 14, 2007 3:38 PM in response to: Bad luck G5
    The Fans going at full is only because you have an application that is using a lot of cpu power and therefore causing the imac to heat up so it turns the fans on. The screen-saver and sleep problem you describe sounds like something that may just happen on accident. But this sounds mostly like a software problem. Try making sure to always quit all non-apple products and see if anything changes.
    eMac, iMacG5 Mac OS X (10.4.7) 800mhz 1gig ram, 2ghz 2gigs of ram
    Bad luck G5
    Posts: 8
    From: UK
    Registered: Jan 10, 2007
    Re: What's the problem? Display? Power supply? Cooling? My G5's gone mad
    Posted: Jan 15, 2007 6:50 AM in response to: AG-Nate
    Thank you, Ag-Nate. I will try as you adivised but I con't think the fans were activeted my intensive CPU using. In most of the cases, the problems happened when the Mac was sleeping, when the minimum CPU were being used.
    iMac G5 Mac OS X (10.4.8)
    Timothy Klein
    Posts: 15
    From: Denver, CO, USA
    Registered: Dec 6, 2004
    Re: What's the problem? Display? Power supply? Cooling? My G5's gone mad
    Posted: Jan 31, 2007 1:02 PM in response to: AG-Nate
    "The Fans going at full is only because you have an application that is using a lot of cpu power and therefore causing the imac to heat up so it turns the fans on."
    That's only partly right. A hard-working process will make the fans run at high speed, of course.
    But, the OS is in touch with the firmware of the iMac, telling it how to run the fans, based upon information the OS X kernel is getting about the state of the hardware.
    If the firmware loses touch with the OS for some reason, and is not getting instructions on how to run the fan, it will default to running them at full blast, to be on the safe side (and this "full blast" fan mode is way louder than anything you'll generally experience during normal usage, I know from experience).
    So it may not be so simple as a hard-working cpu process kicking the fans on.
    iMac G5 17" 1.6 GHz Rev. A Mac OS X (10.4.8) 1 GB Ram
    Kensall
    Posts: 2
    From: London, England
    Registered: Feb 2, 2007
    Re: What's the problem? Display? Power supply? Cooling? My G5's gone mad
    Posted: Feb 2, 2007 9:05 AM in response to: Timothy Klein
    Hi I have a 20" G5 imac it's about 18 months old and I am having the same problem, It freezes and the fan runs really loud. It's nothing to do with software as my I.T. guy has done a complete re-install. All of our admin people have imacs of differring ages and the flat panels are all OK but every one of the G5s has had a booting problem. Some fell into the recall for replacement logic boards but the one I have at home is the newest and doesn't. I'm waiting for my apple reseller to get back to me, but it looks like it's the logic board and as none of the serial numbers fall into the recall, I'm expecting a big bill. I'm really disappointed as I've been a professional apple user for over 15 years and have grown to expect a certain amount of honesty and integrity from them. Looking at all of the discussion boards and the amount of people complaining of the same problem the logic boards are defective and apple should be replacing these free of charge.
    i mac G5 Mac OS X (10.4.8)
    a brody
    Posts: 15,170
    From: Silver Spring, Maryland. Don't forget to backup your data!
    Registered: Dec 23, 2000
    Re: What's the problem? Display? Power supply? Cooling? My G5's gone mad
    Posted: Feb 2, 2007 10:27 AM in response to: Kensall
    Kensall,
    Welcome to Apple Discussions!
    As in the other thread I wrote:
    Being from England, you may find the repair program under these pages:
    http://www.apple.com/uk/support/imac/repairextensionprogram/
    http://www.apple.com/uk/support/imac/powersupply/repairextension/
    Check both of them as they refer to different models.
    If neither of yours is under the program, please start a new topic thread so someone can help you.
    http://discussions.apple.com/forum.jspa?forumID=881
    First off, you'll get a wider audience who may be able to solve your problem. Secondly, responses to you won't confuse the original poster with solutions that don't apply to them. And thirdly, you'll know for certain whether or not a response applies to you.
    iMac C2D 2.17/20 inch/iMac G5 1.8 1st gen/iMac G4 800 Mac OS 9 Mac OS X (10.4.8) EyeTV 200, Canon PS A530 , Epson P-R220, iSight, Airport Extreme, 5th Gen iPod

    I am having a very similar problem. My G5 imac has already had the logic board replaced from the leaking capacitor problem. 8 mos. later the power supply was replaced under the second recall program when it failed to start up.
    It had been working now for almost a year, when about 3 mos. ago I started to experience the sudden dimming effect - if the display was untouched the screen would dim about 30% similar to a laptop in energy save mode. I checked and none of these types of options were set in the pref panes. At the same time I would have the iMac go to sleep after a while from non-use, and then when I tried to wake it it would stir for a few seconds and then go right back to sleep. It took 2-3 attempts to wake it up.
    Then last week, as I tried to wake it, it just shut down instead completely. I had to hold the power button down to recycle it to get it to come back to life (3 times).
    Today was it - I found what I thought was a sleeping iMac, but it will not power up at all. I opened the back cover and the power supply is working, but I cannot get the board to energize, I reset the PMU, but the #2 LED won't even blink. It is completely dead.
    Basically every time I used this computer I held my breath that it would not work. After 2 recalls I still only get 9 mos. out of it? Apple is really starting to show it is like the "big" computer makers, the quality is going right down the tubes.
    iMac G5   Mac OS X (10.4.4)  

  • Why is netflix having display problems on my macbook pro... HDCP compliance?

    Watching Netflix and all of a sudden it says "Display Problems"  Make sure your monitor is HDCP Compliant and is not setup for mirror airplay??

    The issue is from Safari defaulting to HTML5 vs using Silverlight like it did in Mavericks.
    So the options are, if you want to use Safari goto your Netflix account, playback preferences and turn off HTML5. This will revert to Silverlight and will AirPlay fine*in Safari.
    If you want to use HTML5, just leave the setting for HTML5 on in Netflix and use Chrome, Firefox, etc.
    You can't currently have both Safari and HTML5 Netflix when using AirPlay. You'd think Safari would be a little bit more powerful with Apples stances on browser extensions.

  • Display Problem with my Mac Pro and LG Flatron Wide Monitor in Mountain Lion

    After upgrading to Mountain Lion, my Mac Pro has display problems with my LG Flatron display.  The image is displayed with a black bar on the right and on the bottom.  And the left side of the content is not visible.  I tried every resolution available in the Display System Preferences, they are different in terms of how big the black bars are, and what part is not visible, but none of them are correct.  I held down the option key to try to detect displays or switch to resolutions that are not normally available.  When I restart the image is lined up with the display, but if the display ever goes to sleep or gets turned off, the image reverts to being off center, and the only way I can get it back is to restart...  The interesting thing is that this monitor works fine with the same machine if I reboot using BootCamp into Windows 7.  The Monitor also works fine, connecting the same connector to a Mac Mini, although that mac mini is running 10.6 and not Mountain Lion.  I've reset the SMC and restarted countless times, I don't see any other levers to pull or things to try...

    That card is for a PC it may not give you Startup and Option-Boot screens.
    The 7950 "Mac Edition" card has a very distinctive look:
    http://www.sapphiretech.com/presentation/product/product_index.aspx?cid=1&gid=3& sgid=1157&pid=1777&psn=&leg=0&lid=1

Maybe you are looking for

  • Help* Getting a pop up that says Your Apple computer has been blocked

    My partner was using my laptop yesterday and was trying to download the NHL hockey game stream from nhl-stream.com. He tried downloading it and downloaded MacKeeper and some video player. This morning I realized what he did so I googled how to uninst

  • DB polling problem

    Hi all, I am using polling operation to poll Oracle database table. I am using update field i.e. logical delete opeartion under polling. I have deployed my process, its running perfectly fine. Polling is also happening i.e. update and instance creati

  • This method should not be called anymore. The client was already released i

    Hi, while configuring Business Packager for Projects 50.3 fo, we made few changes in R/3 side as per the documentation. after that we are getting following error in portal "This method should not be called anymore. The client was already released int

  • Bdc for change of fixed vendor in me01

    Dear All, i want bdc if some vendor already present in me01 also fixed vendor is there . if there is 4 vendor in any material and plant  if my 1st vendor is fixed now if i want to change my fixed vendor out put of remain 3. so how can i do it i want

  • Switching to Business Catalyst from Shopify

    Hi, I currently have a shopify site here. But, after seeing Business Catalyst through a friend of mine who uses it I want to change over. However, I really don't want to change the look and feel to much. Would it be possible somehow in keeping the lo