CSS -- background color doesn't show with scroll bar

I have a nav bar with a background-color that shows up fine if the image opens to the right size.  If, however, the window opens small and I have to use the scroll bar to move things over, the color for the nav bar isn't there.
Any thoughts would be appreciated.
Here's the code:
HTML:
<body>
    <div id="Global">
        <div id="navHeader">
            <div id="navBar">
                <ul class="navStyle">
                    <li>Home</li>
                    <li>Chamber Info</li>
                    <li>Event Galleries</li>
                    <li>Contact Us</li>
                    <li>Join</li>
                </ul>
            </div>
        </div>
    </div>
</body>
CSS:
@charset "utf-8";
/* CSS Document */
    padding:0 0;
    margin:0 0;
body{
    background-color:#f1eee3;
#Global{ margin:0 auto;}
#navHeader{
    width:100%;
    height:40px;
    margin:0 auto;
    background-color:#bfbfbf;
#navBar{
    margin: 0 auto;
    width:960px;
    text-align:center;}
.navStyle{
    font-family:"Eras Medium ITC",Arial, Helvetica, sans-serif;
    font-size:18px;
    padding-top:10px;
.navStyle li{
    display:inline;
    padding-left:20px;
    padding-right:20px;

Does this help?
#navHeader{
width:100%;
min-height:40px;
_height:40px; /**for IE6 only**/
margin:0 auto;
background-color:#bfbfbf;
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb
http://alt-web.blogspot.com

Similar Messages

  • Reports doesn't shows horizontal scroll bar after EHP5

    Hi All,
    After EHP5 SP level, under menu MSS -> My Staff -> Reporting, any reports doesn't shows horizontal scroll bar, to view last colums. I tried with Authroziation SAP ALL but still issue persists.
    Thanks,
    Cheers!!!
    Sara

    can you chekc note 1531182
    1. Open SAP Note 19466 - "Downloading SAP kernel patches"
    2. Follow the instructions on the a above note and implement the Kernel
    patches contained on SAP Note 1531182 -  "Number of fixed columns is
    incorrect"

  • Cell background colors are not showing in preview - help? - DW4

    Hi,
    I created a horizontal table for my menu bar, and gave each cell a different color by creating a separate class for each with background image - image is a block of color created in Photoshop. In design mode they look they way I want, but in preview (Safari) the colors don't show up at all - the whole area is gray, and all I see is the text for each cell. Can someone tell me what I'm doing wrong? Alternatively, is there a better way I can set this up to have different colors for each button?
    Thank you!

    Here is the HTML code, and the CSS code for the menu bar follows: 
         ul.MenuBarHorizontal           
    ></style><style type="text/css"><!body {     background-color: #FFF;     font-family: Arial, Helvetica, sans-serif;}-->
        h1.  
         ul.MenuBarVertical          
    [about | MS_about.html]
    [fiction | MS_fiction.html]
    [dramatic work | MS_dramaticwork.html]
    [arts | MS_arts.html]
    [contact | MS_contact.html]
    [blog | MS_blog.html]
    <!-- end #header ><div id="mainContent"><p> </p><table width="950" border="0" cellspacing="10" cellpadding="12">        <tr>          <td width="106"><p> </p></td>          <td width="766"><p> </p>            <p>Miriam Seidel is a writer, critic and curator whose work is informed by her background in art, music and dance. </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p></td>        </tr>        <tr>          <td colspan="2" bgcolor="#CCCCCC"><p>c Miriam Seidel 2011 all rights reserved</p></td>        </tr>    </table><script type="text/javascript"><!var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", );var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", );var MenuBar3 = new Spry.Widget.MenuBar("MenuBar3", );//></script></body>     <! end #mainContent --></div></html> 
    CSS CODE:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */ 
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding /ul.MenuBarHorizontal/ Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html /ul.MenuBarActive{     z-index: 1000;     font-family: Arial, Helvetica, sans-serif;     font-size: medium;     color: #FFF;     background-color: #FFCC99;     background-repeat: no-repeat;     left: auto;     top: auto;     right: auto;     bottom: auto;}/ Menu item containers, position children relative to this container and are a fixed width /ul.MenuBarHorizontal li/ Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) /ul.MenuBarHorizontal ul/ Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item /ul.MenuBarHorizontal ul.MenuBarSubmenuVisible/ Menu item containers are same fixed width as parent /ul.MenuBarHorizontal ul li/ Submenus should appear slightly overlapping to the right (95%) and up (-5%) /ul.MenuBarHorizontal ul ul/ Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible 
    /* Submenu containers have borders on all sides /ul.MenuBarHorizontal ul/ Menu items are a light gray block with padding and no text decoration /ul.MenuBarHorizontal a/ Menu items that have mouse over or focus have a blue background and white text /ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{     background-color: #6C9;     color: #999;     font-family: Arial, Helvetica, sans-serif;     font-size: medium;     font-style: normal;     line-height: normal;     font-weight: normal;     font-variant: normal;     text-decoration: none;     text-align: center;     vertical-align: middle;     height: 50px;     width: 115px;}/ Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible{     background-color: #FFCC99;     color: #FFF;     font-family: Arial, Helvetica, sans-serif;     text-decoration: none;     font-size: medium;}
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal a.MenuBarItemSubmenu{     background-image: url(SpryMenuBarDown.gif);     background-repeat: no-repeat;     background-position: 95% 50%;     text-align: center;}/ Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal ul a.MenuBarItemSubmenu{     background-image: url(SpryMenuBarRight.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}/ Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal a.MenuBarItemSubmenuHover{     background-image: url(SpryMenuBarDownHover.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}/ Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover{     background-image: url(SpryMenuBarRightHover.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe /ul.MenuBarHorizontal iframe/ HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */@media screen, projection{     ul.MenuBarHorizontal li.MenuBarItemIE     {          display: inline;          f\loat: left;          background: #FFF; 
    Date: Mon, 20 Jun 2011 15:30:46 -0600
    From: [email protected]
    To: [email protected]
    Subject: Re: cell background colors are not showing in preview - help? - DW4 
    NEED to see the code.
    Otherwise it's like dialing a random phone number, and asking whoever answers, where you left your keys.
    >

  • CS4 background-image doesn't show in browser

    ok...I have cs4...
    the CSS is:
    body {
        background-image: url(/Assets/qlogoBKGlt.gif);
        background-repeat: no-repeat;
        background-color: #fff;
    IT SHOWS UP in the DESIGN window of DW.  It won't show up in Firefox or Safari...most up-to-date versions.
    The line of code in the html file is:
    <body>
    The header code;
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="styles/style.css" type="text/css" />
    <link rel="shortcut icon" href="favicon.ico" />
    <link rel="icon" href="favicon.gif" type="image/gif" / >
    * Proof that the background image is there:
    http://www.solterrasolarcells.com/staging/Assets/qlogoBKGlt.gif
    * THE HTML page that should be displaying this:
    http://www.solterrasolarcells.com/staging/index.html
    * The CSS STYLE SHEET:
    http://www.solterrasolarcells.com/staging/styles/style.css
    Can someone tell me what I am doing wrong?
    Thanks,  -bill

    The path in the CSS is wrong.
    You're thinking that the index.html file is in the root directory of this beta site hence the root relative reference in the CSS.
    However, as far as the server is concerned, the root directory (where the index file is located) of this beta site is in a subfolder called "staging".
    http://www.solterrasolarcells.com/staging/index.html
    The CSS in the body selector for the background is pointing to /Assets/qlogoBKGlt.gif.
    The full address of that path is http://www.solterrasolarcells.com/Assets/qlogoBKGlt.gif but the Assets folder does not exist at root level on the server, hence no image appears.
    So for a root-relative path, you need to prefix the CSS with the "staging" folder
    i.e.
    body {
        background-image: url(/staging/Assets/qlogoBKGlt.gif);
        background-repeat: no-repeat;
        background-color: #fff;
    or for a document-relative path from the "styles" folder where the CSS file is located, go up a level:
    body {
        background-image: url(../Assets/qlogoBKGlt.gif);
        background-repeat: no-repeat;
        background-color: #fff;
    When the site goes live, the "staging" folder will presumably disappear (all files will come up a level) and therefore any root relative links will have to be altered to reflect that.

  • [svn:fx-gumbo_beta2] 10321: Fix SDK-23520 - Application background colors don' t work with the Wireframe theme

    Revision: 10321
    Author:   [email protected]
    Date:     2009-09-16 13:42:01 -0700 (Wed, 16 Sep 2009)
    Log Message:
    Fix SDK-23520 - Application background colors don't work with the Wireframe theme
    QE notes: Wireframe tests need new baselines. There are subtle rendering differences on the edges/corners that are not visible, but are causing test failures. Joann has excluded the wireframe tests for now.
    Doc notes: None
    Bugs: SDK-23520
    Reviewer: Chet
    Tests run: checktests, mustella gumbo/components/wireframe
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23520
        http://bugs.adobe.com/jira/browse/SDK-23520
    Modified Paths:
        flex/sdk/branches/gumbo_beta2/frameworks/projects/wireframe/src/spark/skins/wireframe/App licationSkin.mxml

  • Tools sync now doesn't show any progress bar???

    I have created sync module for firefox.
    But when i click on : Tools > sync now
    Why it doesn't show any progress bar???
    Firexfox team should look into this matter.
    I love firefox.
    Best Regards,
    Jason Malaysia

    Yup Okay..
    But i'm now wondering, if it run background:-
    Where does it update sync to?
    Is it into my firefox account?
    Where i can see my backup bookmarks?
    Best Regards,
    Jason Malaysia

  • My phone will not charge when plugged in. It doesn't show the charge bar as green

    My phone will not charge when plugged in. It doesn't show the charge bar as green

    Hello alleyfun
    For issues with your iPhone not charging, check out the troubleshooting below to see if you can get it sorted out and working again.
    iPod Displays a Red "X" Icon
    http://support.apple.com/kb/TS1463
    Resolving issues
    If your battery doesn't charge, or if your device shows a low-battery image, black screen, or "accessory not supported" alert, follow these steps.
    Inspect the connector at the bottom of the phone:
      Make sure that there are no bent pins in the connector. 
    Make sure that the connector is free from debris.
    If there are bent pins or debris, please contact Apple Support.
    Otherwise, continue troubleshooting.
    Make sure that the outlet you're using works.
    Make sure that the Apple USB cable and Apple USB power adapter work.
    Plug the device in to power and let it charge until your device turns on. This could take between 10 and 30 minutes. If you don't have an Apple USB power adapter, try connecting to a computer's high-power USB 2.0 port (not a keyboard). The computer must be on.
    If the device still exhibits an issue, try turning your device off and then on again while connected to power.
    If the issue persists, please contact Apple Support.
    Regards,
    -Norm G.

  • Problems with scroll bars in list view

    Hello,
    I am using Xcelsius 2008 (Build Number 12,2,166).  I am still having trouble with scroll bars on my list view control. Other list views in my dashboard seem to be ok. It seems that this list view is not ignoring the blank cells in my excel file. I have gone through many things to correct this problem. I have added a new list view, I have copied other list views that work correctly but still no success. It seems that the "Ignore Blank Cells" property is not working correctly. Does anyone have a solution for this?
    Much Thx!

    Hi Yusufel,
    Please check the data whether the cells are really blank or having any space which could not be seen, etc.
    With best wishes
    BaaRaa.

  • Can we manipulate the Show Horizontal Scroll Bar property during runtime?

    Hi
    i have set the Show Horizontal Scroll bar to true in the property palette during design time but i want to set to false during run-time based on certain conditions.
    it is possible to set the Show Horizontal Scroll Bar property of the forms window to true or false during runtime?
    if yes, how do you do it?
    any help is appreciated. thx.
    Siti

    Hi there
    thank you for the reply.
    so is resizing of canvas using set_canvas_property('CANVAS6',WIDTH,690)
    possible during run-time based on certain conditions? thx.
    Siti

  • My Firefox does not show the scroll bar and the search is not in the centre of the screen

    Firefox does not show the scroll bar and search is not in the centre of the screen
    Hope you can help
    Regards
    Waheed

    CTRL + B

  • JTabbedPane background color doesn't work in Win XP - SP 1 with JRE 1.4.2

    Setting background color for JTabbedPane doesn't
    work in "Windows XP with SP 1" when using JRE 1.4.2.
    For example, following call doesn't set the
    tab to green:
    tabbedPane.setBackgroundAt(0, Color.green);
    It always displays TABS with the white background.
    Is anybody aware of this problem?
    Thanks-in-advance for any help / suggestions!
    Sundar

    Thanks, bbritta and vairavan.
    I tried setOpaque also, but still doesn't work,
    On my system also:
    UIManager.getSystemLookAndFeelClassName() = com.sun.java.swing.plaf.windows.WindowsLookAndFeel
    I have given below the sample code that doesn't display tab color. Please let me know if you suspect something is wrong here, or any suggestions to make this work under Windows XP - Service Pack 1.
    Thanks,
    Sundar
    // CODE STARTS HERE
    import javax.swing.JTabbedPane;
    import javax.swing.ImageIcon;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JFrame;
    import javax.swing.JOptionPane;
    import javax.swing.UIManager;
    import java.awt.*;
    import java.awt.event.*;
    public class TEMP_TABBED_PANE extends JPanel {
    public TEMP_TABBED_PANE() {
    JTabbedPane tabbedPane = new JTabbedPane();
         tabbedPane.setOpaque(true);
    Component panel1 = makeTextPanel("Howdy");
    tabbedPane.addTab("One", panel1);
    tabbedPane.setSelectedIndex(0);
    tabbedPane.setBackgroundAt(0, Color.green);
    Component panel2 = makeTextPanel("Howdy Howdy");
    tabbedPane.addTab("Two", panel2);
    tabbedPane.setBackgroundAt(1, Color.yellow);
    Component panel3 = makeTextPanel("Howdy Howdy Howdy");
    tabbedPane.addTab("Three", panel3);
    tabbedPane.setBackgroundAt(2, Color.red);
    Component panel4 = makeTextPanel("Howdy Howdy Howdy Howdy");
    tabbedPane.addTab("Four", panel4);
    tabbedPane.setBackgroundAt(3, Color.cyan);
    //Add the tabbed pane to this panel.
    setLayout(new GridLayout(1, 1));
    add(tabbedPane);
    protected Component makeTextPanel(String text) {
    JPanel panel = new JPanel(false);
    JLabel filler = new JLabel(text);
    filler.setHorizontalAlignment(JLabel.CENTER);
    panel.setLayout(new GridLayout(1, 1));
    panel.add(filler);
    //panel.setOpaque(true); <<-- UNCOMMENTING THIS ALSO DOESN'T HELP :(
    return panel;
    public static void main(String[] args) {
    JFrame frame = new JFrame("Tabbed Pane Demo for Color");
    try {
    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
    // UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());
    JOptionPane.showMessageDialog(frame,
              "UIManager.getSystemLookAndFeelClassName() = " +
              UIManager.getSystemLookAndFeelClassName(),
              "Look And Feel",
              JOptionPane.INFORMATION_MESSAGE);
    catch(Exception e) {
    e.printStackTrace();
    frame.addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent e) {System.exit(0);}
    frame.getContentPane().add(new TEMP_TABBED_PANE(),
    BorderLayout.CENTER);
    frame.setSize(400, 125);
    frame.setVisible(true);
    // CODE ENDS HERE

  • Dreamweaver CSS div background color doesn't match .png menu button color on PC

    Hello,
    I created a menu with buttons the same background color (CSS) as the background color on my CSS template. However, for some reason, the colors don't look the same on mac and a pc. The background on the menu buttons that I created (.png) match the css template div background on a mac. But, when the site displays on a pc, the menu background color from the css template is darker than the .png background color, even though the color code is the exact same. On a mac, the .png background color matches the css div template color exactly. Anyone know what is going on or how to fix?
    I appreciate any assistance!

    Are both monitors calibrated?
    http://www.wikihow.com/Calibrate-Your-Monitor
    Windows renders images a tad darker.  To compensate, use Gamma Correction in Photoshop.
    http://www.photoshopsupport.com/tutorials/cb/gamma.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • tr misbehaving (background color doesn't span the tr

    Isn't it wierd how intractable problems seem to solve themselves when you finally give up and ask for help...
    I just noticed that the css for the table '#maintable' was set to  'display: block;'
    I removed that specification and the table started to behave appropriately.
    I posted this message anyway in case someone else runs into the problem.
    The problem page validated with DW CS4 (code), BBedit (syntax), W3C (code, css, links)
    The row was set to bgcolor="#333300" but the background only covered part of the row.
    It acted as though there was a smaller table within a larger table, but there was only one table!
    The table was set to
    <table width="750" align="center" id="maintable">
    The css is posted below the following URL and html code...
    http://www.natlassoc.com/new/tracer/forms.htm
    HTML:
    <tr bgcolor="#333300">
            <td valign="top"><h1 class="style2">NAM wants to help you<br>
                    So does your Attorney General <br>
                    and the Federal Trade Commission (FTC) </h1>
                <p align="center" class="style2">The biggest difficulty we have is that many people say they have a problem <br>
                - but do not follow through and file a  complaint.</p>        </td>
        </tr>
    The CSS:
    #maintable
        border: 15px outset #606000;
        background-image: url(../pics/Parchment.jpg);
        display: block;
        margin: auto;
        padding: 10px;
    .style2 {color: #FFF}
    Thanks for listening to me talk to myself (and the choir).
    Dan H.

    I just noticed that the css for the table '#maintable' was set to  'display: block;'I removed that specification and the table started to behave appropriately.
    I posted this message anyway in case someone else runs into the problem
    <table> is already a block tag, so the style should make no difference at all.
    The row was set to bgcolor="#333300" but the background only covered part of the row.
    It acted as though there was a smaller table within a larger table, but there was only one table!
    The table was set to
    <table width="750" align="center" id="maintable">
    The css is posted below the following URL and html code...
    http://www.natlassoc.com/new/tracer/forms.htm
    HTML:
    <tr bgcolor="#333300">
            <td valign="top"><h1 class="style2">NAM wants to help you<br>
                    So does your Attorney General <br>
                    and the Federal Trade Commission (FTC) </h1>
                <p align="center" class="style2">The biggest difficulty we have is that many people say they have a problem <br>
                - but do not follow through and file a  complaint.</p>        </td>
        </tr>
    The CSS:
    #maintable
        border: 15px outset #606000;
        background-image: url(../pics/Parchment.jpg);
        display: block;
        margin: auto;
        padding: 10px;
    .style2 {color: #FFF}
    The 10px padding is applied to the <table> tag.  But a <table> doesn't have padding, although Firefox seems to think it does.  Only the cells within the table have padding or spacing.  I suggest you find another way to do this.  By the way, you need to give your 'tooltip' layers a background color.  And you don't need the overflow style on them.

  • Background color does not show in a design mode preview

    Hi,
    I installed Macromedia studio 8 a couple of days ago, and
    started using Dreamweaver 8 with a "Missing Manual" book. I'm on
    first chapter and following tutorial. It says to change a
    background color to blue, and I did that. But this change was not
    reflected in a design mode preview. I checked the code and it's
    there. I viewed in an IE6, and it was there. My coworker installed
    an evaluation version on his pc and it worked fine. I guess it's my
    pc that has problem. I had IE7 and VS2005 on the pc when I
    installed Macromedia 8. Due to help crash, I uninstalled IE7. It
    did not solve the problem, so I uninstalled VS2005 and related
    programs, and it did not solve the problem. I uninstalled and
    reinstalled Dreamweaver 8 a couple of times, and it did not help.
    Does anyone out there who have similar experiences, please share it
    with me? I post this here before redo my pc. Thanks.

    <shrug>
    Without seeing code, it would be impossible to guess....
    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
    ==================
    "jaivora" <[email protected]> wrote in
    message
    news:[email protected]...
    > This is way too much - I too am reading the same book
    and am stuck at the
    > same
    > place - Not only does the background not appear in
    dreamweaver, but nor do
    > the
    > new colors set for the active links, rollover links, etc
    - After setting
    > in the
    > new colors, the "Page Property" section will not reflect
    the new colors -
    > While
    > all the time Safari will show the page correctly.
    >
    >
    >
    quote:
    Originally posted by:
    Newsgroup User
    > Do you also have the same exact code? That's where the
    answer always
    > lies....
    >
    > --
    > 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
    > ==================
    >
    >
    > "LaValliere" <[email protected]> wrote
    in message
    > news:[email protected]...
    > >I am having the same exact problem as the other
    person, except I can not
    > >find
    > > the manual uninstall that seemed to fix their
    problem. The funny thing
    > > is
    > > I am
    > > reading the exact same book as they were and the
    problem happen at the
    > > same
    > > point in the very first chapter. The background was
    working fine
    > > before.
    > > Thinking back I realised the book said to go to the
    website for any
    > > updates,
    > > which I did. After that . . . . no background color
    is visible. I have
    > > also
    > > attempted to uninstall and reinstall. No luck. Can
    you help?
    > >
    >
    >
    >
    >
    >
    >

  • Css background color

    I'm trying to have a color background that extends to the
    edge of the browser. For some reason I'm not getting the same
    results in different size monitor screens.... not browsers...
    different screens. For example.
    If I include html {height: 100%;} ... looks great in my 23"
    widescreen.... but leaves an area of white toward the bottom of the
    page on the 15" laptop screen (same browser). And the opposite, if
    I don't include html {height: 100%;}, looks perfect in laptop
    screen, and leaves a big white area on the large screen. This is
    strange to me. The design is 100% compliant xhtml 1.0 strict and
    css 2.1 according to w3c standards. any ideas?
    Here's the CSS:
    html {height: 100%;}
    body {
    text-align:center;
    padding-top: 20px;
    padding-bottom: 30px;
    margin: 0px;
    height: 100%;
    background-color: #6C6C6C;

    He means a group selector, I suppose.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Walt F. Schaefer" <[email protected]> wrote in
    message
    news:gbf9oi$qga$[email protected]..
    >>> I hate combined tags
    >
    > What's a combined tag?
    >
    > --
    >
    > Walt
    >
    >
    > "jsteinmann" <[email protected]> wrote
    in message
    > news:gbf6a9$mqo$[email protected]..
    >> after reviewing over and over, I realized I had a
    combination css tag
    >> with 3 elements, that included html, that was adding
    the FFFFFF color. I
    >> hate combined tags : )
    >
    >

Maybe you are looking for

  • Changing Document Name of unsaved File

    Hi, is it possible to change the name of an opened but not saved document? If I open a photo from ACR as an object, PS will append "as object" to the document name. I'd like to delete that part of the document name, BEFORE it will be saved. Or is the

  • How to write Date/Time property of tdms file

    On the root page of the tdms file, there is a built-in property called "Date/Time" in the first row. I would like to use it to save the time stamp when the tdms file is created. But in the help file, I only find the following property constant. So, h

  • I am having trouble with my i pad it freezes it turns off by itself and the screen turns blue?

    I am having trouble with my i pad it freezes and it turns off by itselfI and screen turns blue?

  • Trouble installing Canon printer on my Mac

    I am having trouble installing the Canon C3220 printer on my Mac powerbook 15-inch 1.3Ghz. It has 10.3.9 on it. The Canon printer sits on my work network. I have installed the lastest Mac printer driver for the C3220. When I got to set up the printer

  • Not responding when network drives present

    Hi, We are experiencing an issue which more and more people in the company reports. This is regarding mapped drives and computers which are offline. Our setup: We are mapping network drives through a GPO, using Create and Reconnect is not ticket on.