CSS wierds - body background style getting over-ridden by "what?"

Safari v4.0.4
Up until this version I have not had to do much of any cross-browser testing with Safari (always with IE). Now I'm finding myself trying to figure out how Safari is behaving relative to FFox3.x (the standard I use for initial development)
I have several issues that have got me confused but I'll start with this one:
The background-color style on the body is being set on a linked style sheet.
body {background-color: #000000;}
but the body is not black..?
After much hacking around, I finally found that the next style sheet (also linked) did not have any setting for the body background-color but that seem to kill the setting in the previous style sheet.. I added:
body {background-color: #000000;}
.. to that style sheet file and then the background worked.. I also found the an embedded style block also has the same effect. (over ridding the body background-color style) I would then added that line to the embedded style block and then it would work right.
Examples:
Fixed: http://dev7.esonicspider.net/facility_overview.html
Not fixed: http://dev7.esonicspider.net/productalloverview.html
Is this a known issue (searching did not indicate that..)
This is a very large website and now I'm faced with adding this tag to every page.. Aaaarrrggggg..
Is there a better way around this issue..?
Thanks.. John..

Found that
@charset "UTF-8";
in the style sheet was the main problem..

Similar Messages

  • Logon trigger setting nls_date_format over ridden by sql developer?

    Problem: Developers are inserting a Date record into a varchar field. I can't change this process right now. Non-Date info is stored here also. Would require a code change.
    To simplify this, I wanted to get all the developers to insert using the same 'nls_date_format'. I had hoped to be able to centralize this by having Oracle set it in the database. I tried this by setting the database nls_date_format and with a logon trigger.
    See test below. Seems to be over ridden.
    Test case is with SQL Developer. Noticed the same thing when developers use Websphere. I think we reduce the chance for errors, if I can handle this in the database. However, my nls_date_format settings are getting over ridden.
    1. s et database parameter nls_date_format to YYYY-MM-DD HH24:MI:SS , this gets over riden by SQL Developer/Websphere
    2. Created a trigger with an 'alter session', but this seems to get over ridden also.
    Please see test case below:
    Oracle 11.2.0.3
    test logging: SQLPLUS locally on the unix server, then log in using SQL Developer which is installed on my laptop.
    SQL Developer NLS_DATE_FORMAT : YYYY-MON-DD HH24:MI:SS , This is different for test purposes
    I have auditing turned turned on to db,extended with 'audit all by 'user' by access;' for test purposes to get more info.
    create table test (username varchar2(30),sid number,mytest varchar2(300),insert_date date);
    create or replace
    TRIGGER LOGINTRG
    AFTER LOGON ON DATABASE
    BEGIN
    insert into test select user,   sys_context('USERENV','SID') ,value,sysdate from v$parameter where name = 'nls_date_format';
    EXECUTE IMMEDIATE 'ALTER SESSION SET NLS_DATE_FORMAT=''YYYY-MM-DD HH24:MI:SS''';
    insert into test select user,   sys_context('USERENV','SID') ,value,sysdate from v$parameter where name = 'nls_date_format';
    commit;
    END LOGINTRG;
    /Results/Questions
    1. When I select from 'test', I confirm that my NLS_DATE_FORMAT is the same both before and after the alter session.
    2. select value from v$parameter where name = 'nls_date_format'
    output: YYYY-MON-DD HH24:MI:SS (so sql developer is over riding this);
    3. select * from dba_audit_trail where username = 'MYUSER' order by timestamp desc;
    The SQLs from the logon trigger are not captured. how do I capture logon trigger sqls? Not a huge deal, just curious
    4. I do not see any alter sessions issued by my user. shouldn't audit all by access capture that? how could my session nls_date_format change without an alter session?
    Edited by: Guess2 on Apr 22, 2013 10:44 AM

    >
    Problem: Developers are inserting a Date record into a varchar field.
    >
    No - they aren't. That is physically impossible. The only thing that can be stored in a 'varchar field' is a string. Oracle considers ANYTHING stored in a character column to be a string.
    Date values are stored in DATE columns. Perhaps you meant that developers are converting DATE values to strings and then storing the string in a 'varchar field'?
    >
    I can't change this process right now. Non-Date info is stored here also.
    >
    WONDERFUL! Why use a column to stored just one type of data? That is extremely wasteful. Hopefully you store strings that represent numbers in that same column also? It makes the data model so much easier to understand if developers only need to learn one datatype.
    >
    Would require a code change.
    >
    The horror!
    You should never, ever, EVER use a code change to fix a problem if there is even the slightest possibility that you can change the ENTIRE DATABASE instead.
    I've got good news though. You are now on version Oracle 11.2.0.3 and Oracle, after months of protests by some of their largest clients, has finally dropped the exhorbitant license fees for using some of the more esoteric datatypes like DATE and NUMBER.
    You should suggest to your manager that they use some of the license fee money saved to hire developers that already know how to design proper data models and use those new-fangled datatypes.
    Trust me - once you've made it up that steep learning curve your code will have fewer of those pesky 'dirty data' issues to deal with.
    Sure - it means less job security for your current developers. But sometimes you just have to 'take one for the team'!

  • Body Background Not Showing in Browser

    <!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" />
    <title>Community United Methodist Church Web
    Site</title>
    <link href="/site_styles.css" rel="stylesheet"
    type="text/css" />
    </head>
    <body>
    <div id="header_container">
    <div id="header">
    <div id="logo">
    <div id="header_text">
    <h1>Community United Methodist Church Coeur d' Alene,
    Idaho</h1>
    </div>
    <div id="navigation">Content for
    id"navigation"GoesHere</div>
    </div>
    </div>
    </div>
    </body>
    </html>
    @charset "UTF-8";
    /* CSS Document */
    body {
    background-color: #FF3333;
    margin: 0px;
    padding: 0px;
    #header_container {
    background-color: #FF3333;
    width: 100%;
    #header {
    margin: auto;
    width: 760px;
    #logo {
    background-image: url(/images/logo.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    width: 760px;
    height: 143px;
    #header_text h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    color: #FFFFFF;
    clear: left;
    float: right;
    width: 350px;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 0px;

    Right, without seeing the page as you suggested, which would
    tell us exactly
    what is causing it I was making a best guess at what the OP
    might be
    doing/seeing.
    Regards,
    Trent Pastrana
    www.fourlevel.com
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > If the OP meant that on PREVIEW (F12) the background
    color is not seen
    > *and* they do not have temp files enabled in their
    PREFERENCES settings
    > for preview in browser, then you are exactly correct.
    That would do it.
    >
    > --
    > 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
    > ==================
    >
    >
    > "T. Pastrana" <[email protected]> wrote in message
    > news:[email protected]...
    >> Could be that your stylesheet link path is relative
    to the site root
    >> rather than the document?
    >>
    >> <link href="/site_styles.css" rel="stylesheet"
    type="text/css" />
    >>
    >> Other than that we would need to see the actual page
    in its entirety.
    >>
    >> --
    >> Regards,
    >> Trent Pastrana
    >> www.fourlevel.com
    >> --------------------
    >>
    >>
    >> "Manic Mama" <[email protected]>
    wrote in message
    >> news:[email protected]...
    >>> <!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" />
    >>> <title>Community United Methodist Church
    Web Site</title>
    >>> <link href="/site_styles.css"
    rel="stylesheet" type="text/css" />
    >>> </head>
    >>>
    >>> <body>
    >>> <div id="header_container">
    >>> <div id="header">
    >>> <div id="logo">
    >>> <div id="header_text">
    >>> <h1>Community United Methodist Church
    Coeur d' Alene, Idaho</h1>
    >>> </div>
    >>> <div id="navigation">Content for
    id"navigation"GoesHere</div>
    >>> </div>
    >>> </div>
    >>> </div>
    >>> </body>
    >>> </html>
    >>>
    >>>
    >>> @charset "UTF-8";
    >>> /* CSS Document */
    >>>
    >>> body {
    >>> background-color: #FF3333;
    >>> margin: 0px;
    >>> padding: 0px;
    >>> }
    >>> #header_container {
    >>> background-color: #FF3333;
    >>> width: 100%;
    >>> }
    >>> #header {
    >>> margin: auto;
    >>> width: 760px;
    >>> }
    >>> #logo {
    >>> background-image: url(/images/logo.jpg);
    >>> background-repeat: no-repeat;
    >>> margin: 0px;
    >>> padding: 0px;
    >>> width: 760px;
    >>> height: 143px;
    >>> }
    >>> #header_text h1 {
    >>> font-family: Arial, Helvetica, sans-serif;
    >>> font-size: 120%;
    >>> color: #FFFFFF;
    >>> clear: left;
    >>> float: right;
    >>> width: 350px;
    >>> margin-top: 40px;
    >>> margin-right: 0px;
    >>> margin-bottom: 0px;
    >>> margin-left: 0px;
    >>> padding-top: 0px;
    >>> padding-right: 5px;
    >>> padding-bottom: 0px;
    >>> padding-left: 0px;
    >>> }
    >>>
    >>>
    >>>
    >>
    >>
    >

  • CSS wierds - reseting default Safari styles..

    Safari 4.0.4
    As an example, I have a cssreset.css style sheet with this setting:
    ol, ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    the "reset" style sheet is imported as follows:
    /* Clear all default styles */
    @import url("cssreset.css");
    ..which for all other browsers becomes the base setting..
    in Safari it appears to not work, or to be over-ridden by "user agent stylesheet" with
    ul, menu, dir {
    -webkit-padding-start: 40px;
    display: block;
    list-style-type: disc; }
    Any suggestions on how to "reset" Safari's default styles...? (or get the import to work..?)
    Thanks..
    John..

    Dang, after all that I then found a post that solve most of the problems..
    Safari does not like:
    @charset "UTF-8";
    in the style sheet.. blows everything out of the water..

  • CSS - wierd margin/border/background problem

    referring URL: dev.qwerbles.com
    Is the behavior described below correct/normal? It seems to
    me that the
    "with border" result should be what the user sees regardless
    ... given
    the following:
    markup:
    <div id="header_wrap">...</div>
    <div id="content_wrap">
    <div id="content"><p>foo</p></div>
    </div>
    <div id="footer_wrap">...</div>
    css:
    div#header_wrap {
    background: #5775A2;
    div#content_wrap {
    background: url(../images/main_bg.png) repeat-y;
    div#footer_wrap {
    background: #41536F;
    As is (tested in FF3 & IE7), I see (from top to bottom):
    - a block of color (#5775A2)
    - 1em of white space (the default top-margin for <p>)
    - text "foo" with a background image
    - 1em of white space (the default bottom-margin for
    <p>)
    - a block of color (#41536F)
    If I add this css (border: 1px solid)to the #content_wrap
    rule then the
    #content_wrap background stretches all the way from the
    #header_wrap to
    the #footer_wrap. In other words, the white space (caused by
    the <p>
    tags default margin) was filled in by the background image of
    #content_wrap. Why doesn't the bg img fill in the white space
    in both cases?
    Alex

    Alexander Ross wrote:
    >
    >> When you put a border on the content_wrap it
    collapses the margin
    >> which is still on the p tag.
    >
    >
    > but <p> still has a 1em buffer (when the border is
    set). I thought that
    > if the margin was collapsed that the buffer should
    disappear. No?
    No, the border top and bottom on the content_wrap acts as a
    barrier,
    stopping it from collapsing. It there is no border then the
    <p> margin
    goes awol, outside of the content_wrap, causing the white
    space top and
    bottom of it.

  • Missing body background in IE

    I'm just putting a page together, which isn't finished yet,
    but I've noticed my body background colour and image have gone AWOL
    in IE - any reason why? Does IE get confused over having a
    background image and a background colour?
    This is the page :
    link here
    The CSS file is ebook2.css.
    Cheers.

    Change this -
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Pixelar e-Readers</title>
    <link href="/ebook2.css" rel="stylesheet" type="text/css"
    />
    <link href="sitesectionsereader.css" rel="stylesheet"
    type="text/css" />
    </head>
    to this -
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Pixelar e-Readers</title>
    <link href="/ebook2.css" rel="stylesheet" type="text/css"
    />
    <link href="sitesectionsereader.css" rel="stylesheet"
    type="text/css" />
    <style type="text/css">
    #contentWrapper { overflow:hidden; }
    </style>
    <!--[if lte IE 6]>
    <style>
    #contentWrapper { zoom:100%; }
    </style>
    <![endif]-->
    </head>
    and see if that improves things. If it does, then add the
    overflow:hidden
    to your stylesheet. The conditional comment will have to
    remain in the head
    of each page.
    By the way, you have these two links -
    <td><img src="../protxlogo.jpg" alt="Protx Logo"
    /><br /><br /></td>
    </tr>
    <tr>
    <td><img src="../safetylogos.gif" alt="CE and ROHS
    logos" vspace="15"
    /></td>
    that must be incorrect, since you are already at the root of
    the site.
    There is no "go up one level".
    You also have two tables that are "wrapped" in paragraph
    tags. That's
    invalid.
    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
    ==================
    "Iain71" <[email protected]> wrote in
    message
    news:[email protected]...
    > I'm just putting a page together, which isn't finished
    yet, but I've
    > noticed my
    > body background colour and image have gone AWOL in IE -
    any reason why?
    > Does IE
    > get confused over having a background image and a
    background colour?
    >
    > This is the page :
    >
    >
    http://www.pixelar.co.uk/ebookinfo201.php
    >
    > The CSS file is ebook2.css.
    >
    > Cheers.
    >

  • Character styles & Body paragraph style not rendering as specified

    Hi, I am creating my first epub, and am using InDesign CS 5 (no intention of upgrading). I've constructed it as a book, each chapter in its own file. I am encountering two problems I am unable to think my way out of:
    1. None of the three character styles are rendering as they should.
    -"Bold" text is rendering much larger than "Body" paragraph style, even though both are specified at 18 px.
    -"Bullet" renders as UL, but at a much smaller point size than "Body" despite being specified as 18px.
    -"Ital" is also rendering a much larger font size than is should.
    2. I don't seem to be able to affect spacing between "Body" paragraphs, or below h1, etc.
    Any insights? Any help?
    Here is the CSS:
    @font-face {
    font-family: Times New Roman;
    font-style: normal;
    font-weight: bold;
    src:url("../Fonts/timesbd.ttf");
    @font-face {
    font-family: Times New Roman;
    font-style: normal;
    font-weight: normal;
    src:url("../Fonts/times.ttf");
    @font-face {
    font-family: Minion Pro;
    font-style: normal;
    font-weight: normal;
    src:url("../Fonts/MinionPro-Regular.otf");
    @font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    src:url("Fonts/hvb____.PFB");
    @font-face {
    font-family: Times New Roman;
    font-style: italic;
    font-weight: normal;
    src:url("../Fonts/timesi.ttf");
    div.generated-style {
    div.generated-style-2 {
    div.generated-style-3 {
    p.h1 {
    font-family: "Times New Roman";
    font-weight: bold;
    font-style: normal;
    font-size: 2em;
    line-height: 1.20em;
    text-decoration: none;
    font-variant: normal;
    text-indent: 0em;
    text-align: center;
    color: #000000;
    margin: 0em 0em 1em 0em;
    p.author {
    font-family: "Times New Roman";
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 1.20em;
    text-decoration: none;
    font-variant: normal;
    text-indent: 0em;
    text-align: center;
    color: #000000;
    margin: 0em;
    p.body {
    font-family: "Times New Roman";
    font-weight: normal;
    font-style: normal;
    font-size: 1.50em;
    line-height: 1.20em;
    text-decoration: none;
    font-variant: normal;
    text-indent: 0em;
    text-align: left;
    color: #000000;
    margin: 0em;
    p.basic-paragraph {
    font-family: "Minion Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 1.20em;
    text-decoration: none;
    font-variant: normal;
    text-indent: 0em;
    text-align: left;
    color: #000000;
    margin: 0em;
    p.h2 {
    font-family: "Times New Roman";
    font-weight: bold;
    font-style: normal;
    font-size: 1.67em;
    line-height: 1.20em;
    text-decoration: none;
    font-variant: normal;
    text-indent: 0em;
    text-align: left;
    color: #000000;
    margin: 1em 0em 0.50em 0em;
    p.h3 {
    font-family: "Times New Roman";
    font-weight: bold;
    font-style: normal;
    font-size: 1.50em;
    line-height: 1.20em;
    text-decoration: none;
    font-variant: normal;
    text-indent: 0em;
    text-align: left;
    color: #000000;
    margin: 0.78em 0em 0em 0em;
    p.bullet {
    font-family: "Times New Roman";
    font-weight: normal;
    font-style: normal;
    font-size: 1.50em;
    line-height: 1.20em;
    text-decoration: none;
    font-variant: normal;
    text-indent: 0.06em;
    text-align: left;
    color: #000000;
    margin: 0em 0em 0.56em 1.39em;
    p.caption {
    font-family: "Helvetica";
    font-weight: bold;
    font-style: normal;
    font-size: 1.33em;
    line-height: 1.20em;
    text-decoration: none;
    font-variant: normal;
    text-indent: 0em;
    text-align: center;
    color: #000000;
    margin: 0em;
    p.pr-head {
    font-family: "Times New Roman";
    font-weight: normal;
    font-style: normal;
    font-size: 1.50em;
    line-height: 1.20em;
    text-decoration: none;
    font-variant: normal;
    text-indent: 0em;
    text-align: center;
    color: #000000;
    margin: 0em;
    span.bold1 {
    font-family: "Helvetica";
    font-weight: bold;
    font-style: normal;
    font-size: 1.50em;
    span.ital {
    font-family: "Times New Roman";
    font-weight: normal;
    font-style: italic;
    font-size: 1.50em;
    span.no-style-override {
    span.h-link {
    text-decoration: underline;
    color: #0000ff;
    span.no-style-override-1 {

    Try watching this lynda course: Watch the Online Video Course InDesign CS5 to EPUB, Kindle, and iPad
    If you don't have a subscription this link will get you a 10 day trial: lynda.com library | Trial Subscription
    That said, I'd be remiss if I didn't tell you that you're in for a world of torture compared to InDesign CC2014. The advancements in EPUB export are amazing.

  • How do I keep the body background-image centered?

    I have a body background-image that does not fill up the
    entire window on the tops and bottoms of most monitors (it
    strectches to the left and right just fine) and so I would like to
    have it centered vertically with equal amounts of the
    background-color #ECE5C8.
    I assumed using background-position: 50% 50% would do the
    trick and it does until switching to full screen mode and all the
    content jumps upwards and messes up the whole site layout (IE
    only-in friefox, the background-image still doesn't center) so
    instead I have the background-position set to: 50% 0%.
    Thanks a million to anyone who can help me get it centered, I
    know there has to be an easy fix but I sure can't figure it out!
    The site can be found here:
    http://www.lightspacewebdesign.com/sacredsolas

    There would be only two ways to make this layout 'work'.
    1. Just make everything on that page a graphic. Then there is
    no
    possibility that resizing the text in the browser will blow
    the layout.
    This is a very bad idea for obvious reasons.
    2. Have the text containing 'graphical box' built in pieces
    so that as the
    text expands, it can cause the box to expand as well. The
    easiest way to do
    this is with a top a middle and a bottom image of the box,
    using each as the
    background image of three stacked containers. Place the text
    in the middle
    container and as it expands, it will tile the middle
    background image
    vertically to give the impression of the box expanding. This
    approach
    doesn't lend itself to your background image, since there is
    no way to tile
    the background image to fill the newly created space.
    Beyond that, I think you are a dead duck. The problem is not
    that this is
    what you were given to work with - it's that you didn't
    understand how
    unusable the design was when you accepted it. I think your
    best option now
    is to go back to the designer and explain to them how this
    lovely layout
    only works well in print, and not on the web. Show them how
    it fails.
    Solicit suggestions from them for how to make it work in a
    medium where
    there is no way to control the size of the text.
    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
    ==================
    "afriendofcheese" <[email protected]> wrote
    in message
    news:[email protected]...
    > By "a rigid layout scheme that cannot allow flexibility"
    I assume you mean
    > that
    > everything shouldn't be bound inside the position of the
    background-image,
    > but
    > this is what the designer and client gave me to work
    with.and so I have to
    > make
    > due.
    >
    > With that in mind, I hope someone out there can help me
    out with this!
    >

  • IE doesn't show my body background

    This is a very strange problem. I feel that the different
    aspects of this mistake are related, though. IE does not display my
    body background or recognize some of my links as working links.
    (except for the briefest of moment as it is loading the page.) The
    code for the background and the links are identical in other site
    pages, but this phenomenon only occurs in IE on the index page.
    What on Earth causes that? I do not have the entire site remotely
    hosted, yet, but you can see some of my problems at
    www.eversnug.com/holmeschiropractic You'll notice that only the
    landing page (index.html) manifests the issues. Both drtimbio.html
    and pageerror.php have the expected background. I really appreciate
    your help! If you need more information I will happily supply it.
    Also, I can easily post more of the website if you need a larger
    picture. Thanks in advance!

    At 487Kb, I think that great big BG image should be ditched.
    In a way, IE
    is doing you and your site visitors a favor by not loading
    it.
    http://www.websiteoptimization.com/services/analyze/wso.php
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "Aaron RH" <[email protected]> wrote in
    message
    news:[email protected]...
    > Thanks, Walt. Thanks Nancy.
    >
    > Nancy, I will take your advice and clean up my layout
    for those who wish
    to
    > increase the size of text. I don't know why folks who
    need larger text
    don't
    > either get a bigger monitor or switch to Opera. My page
    retains ALL of
    its
    > absolute positioned layout in Opera! Actually, Firefox
    (my favorite
    browser)
    > is the only one that is a COMPLETE disaster when the
    font size is
    increased.
    > That makes me sad.
    >
    > For now, though, I did change my background so that if
    the background
    image
    > does not load properly, (which it is STILL not doing) I
    will at least
    still
    > have a similar background color. I incorporated the
    pngfix.js file, also.
    I
    > am happy to say that the blue background is visible,
    but, sadly the
    background
    > image is not. Most importantly, though, the same problem
    (I believe) is
    > preventing my "get directions" links from being
    accessed.
    >
    > Walt, thanks for turning me on to the validator website.
    Awesome tool!
    It
    > taught me that some of the things that I thought were
    right, work even
    though
    > they are not actually right. I fixed all that I could.
    There are only 4
    > errors left. The website says 65, but you'll notice that
    it only sites
    lines
    > 119, 120, 121, and 184. Looking at these one at a time
    you'll see that
    119 is
    > a long hyperlink to Google Maps, 120 is to Yahoo Maps,
    and 121 is to
    Mapquest.
    > Incidentally these are the links that do not work in IE,
    but I believe
    that
    > these "errors is not actually the cause of all of my
    woes, because the
    > background and the "request appointment" fields below
    ALSO do not work
    even
    > though they are "error free." Finally, line 184 is not
    my coding, it is a
    > tracking script that Yahoo tacks onto the end of all
    files they host. I
    can't
    > control this line, and I believe it is also not the
    culprit, because the
    same
    > errors occur while I test locally. (read: Yahoo
    script-free.)
    >
    > You both have been so helpful, I can only hope that you
    might both feel
    > disposed to continue helping me shake out this problem.
    >
    > Again, many thanks.
    >

  • body background="watermark.gif" not working!!!

    hi,
    i am new to JSF.i have a code(Login)
    but when i put <body> tag with a bg image, i am not able to view that picture. Y?
    here is my code.
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <f:loadBundle basename="bundle.Messages" var="Message"/>
    <HTML>
    <HEAD> <title>Input Name Page</title> </HEAD>
    <body background="watermark.gif" bgproperties="fixed">
    <f:view>
        <h:form id="helloForm">
            <h:messages style="color: blue"/>
            <%@include file="head.jsp"%>
             <center>
                <h3><h:outputText value="#{Message.login_header}"/></h3>
            </center>
            <table bgcolor="orange" align="center">
            <tr>
            <td>
            <table align="center">
            <tr>
            <td>
            <table align="center">
            <tr>
            <td>
            <h:outputText value="#{Message.ask_uname}"/>
            </td>
            <td>
            <h:inputText id="userName" value="#{PersonBean.userName}" required="true">
                <f:validateLength minimum="2" maximum="10"/>
            </h:inputText>
            </td>
            <tr>
            <td>
            <h:outputText value="#{Message.ask_pword}"/>
            </td>
            <td>
            <h:inputText id="password" value="#{PersonBean.password}" required="true"/>
            </td>
            </tr>
            </table>
            </td></tr>
            <tr align="right">
            <td>
            <h:commandButton id="submit" action="sayhello" value="Say Hello" /> 
            </td>
            </tr>
            <tr>
            <td>
            Forgot Password?     <a href="http://sipl58:8080/web2/forget.jsp">Click Here to retrieve</a>
            </td>
            </tr>
            </table>
            </td>
            </tr>
            </table>
        </h:form>
    </f:view>
    </body>
    </HTML>Pls... help.
    Ganesh

    Have you tried by using the style attribute like that:
    <body style="background-image:url(watermark.gif);background-attachment : fixed;
    background-position : center;)">
    If it does not work, have you seen some errors in the log file of the applciation server?

  • How to get over DYNPRO_SEND_IN_BACKGROUND?

    Hi,
    I have the following problem:
    I connect via ECC5 to R/3 4.6C.
    I need to enter data into an R/3 transaction.
    I wrote a BAPI that does a batch input (yes, it is a sin).
    The problem is that I get the error (actually dump from the R/3) - DYNPRO_SEND_IN_BACKGROUND.
    This is because I try to do a batch input on foreground while the system does it in the background.
    Does anyone have a nice idea how to get over this?
    Thanks,
    Itay

    Hi,
    I am not sure about this, but if you launch the Batch input using standard program RSBDCSUB, should it not be launched as a background process ?
    best regards,
    Guillaume

  • How do styles get translated from Pages for iPad to/from Word?

    I can't seem to get the styles of Pages on the iPad and Word 2004 on the Mac to match up. Can anyone offer advice?
    When I import a Word doc to the iPad, the Normal style does not get converted to a specific Pages style; the Style box in the ruler remains blank. Other styles, such as Headings of various levels, do get converted.
    Reversing the process, when I export a Pages document to Word, the Body style (the Pages equivalent of the Normal style) gets exported as well. A new style with this name is created in Word. If a style already exists with this name, then "Body 1" is created. I can't find a way to match the Body style with some preexisting style within Word.
    This is really inconvenient, because Word relies on consistent use of styles. For instance, if I create an outline in Word, import to iPad, modify, and export to Word, the body-level text is promoted to a heading -- screwing up the outline.
    The problem occurs whether I save as doc or docx.
    I wonder whether there's a workaround, such as using specific style names

    I just did a test and moving a doc back and forth a few times and got even worse confusion than you did.
    There appears to be no clear answer there, just more confusion. It would seem that best practices at the moment are saving your orig document in Word as Word 97 and using Normal or Body Text but not both. This is probably easier said than done since Word tries to slip the unstyled Normal in all the time.
    I guess this hasn't seemed any different than normal to me, since I am used to working with Word docs that move between different versions of Word, different Word formats, different OSs, antiquated OSs and having different fonts installed. I recent years I don't think I have ever had a Word doc open 100% intact.

  • The Pictures on my blog are getting over the text...

    Sorry if this has been asked before but I did a search and could not find any answers.
    The Pictures on my blog are getting over the text even though, in my original they are not...!
    I don't know what to do, can anyone help...?
    Rogerzb.-

    Thanks for the tip! That drew me into the HELP menu and there I found that if you want to insert images that "float" with the change in text, you need to select push the Command key when you select them. Then you import them into the body of the text where the cursor is. It's a little cumbersome to then move the image around, but it does work.
    Thanks again!

  • How to prevent re-loading the jsp before servlet execution gets over

    Hi,
    From jsp, I am calling a function in js. From javascript function, I am calling a servlet in background frame after doing client-side validation. Before the servlet execution gets over, javascript function is getting over and it starts reloading the jsp again.
    I want to restrict the re-loading of jsp till the background servlet execution gets over.
    In background servlet, I am doing query execution.
    Its urgent. Please help me with this question.
    Thanks in advance,
    Sri

    For the time being, one suggestion would be to time how long the sql statement takes to execute. Lets say 1.5 seconds.
    Go into your javascript function and add say a 1.5 + .5 = 2.0 second delay before the javascript function completes (submits the page).
    This is a temporary fix. I doubt there is a better fix to this without knowing a great deal of AJAX and how it handles asynchronous communications.
    I don't know what the javascript function for creating a 2.0 second delay, but I imagine there is one in a javascript book.
    Once you implement the temporary fix above, I suggest you redesign your project to avoid these asynchronous problems by treating
    all your JSP pages as simple display pages and not embed any business logic in them (or in the javascripts). All processing should be done back on the server via servlets.

  • I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    The template is a document in itself, it is not applied to an existing document whether it is a Pages document or a Word document converted to a Pages document.
    You would need to either copy and paste content, using existing styles, or apply the styles to the converted Word document.
    You can Import the Styles from an existing document and those imported Styles can be used to override the current document's styles:
    Menu > Format > Import Styles
    The process is simplified if the styles use the same names, otherwise you will need to delete the style you don't want and replace it with the one that you do want when asked, then the substitution is pretty straightforward.
    Peter

Maybe you are looking for

  • Photoshop elements 6 impressionist brush color

    Photoshop elements 6 for mac . im using leopard. impressionist brush color won't change from white. It works very rarely and randomly then just goes back to white. please help

  • Create directory from procedure using IN parameter-Directory name with path

    Hi, I wrote a procedure which takes directory name(C:\temp) as IN parameter and create oracle directory using EXECUTE IMMEDIATE by the procedure. Proc compiled fine but when i try to execute it (exec prc_lx_e_m_fund_activty ('C:\interface','test1.txt

  • Web Expression fontface

    Having issues with fontface. It displays correctly in Chrome and Firefox but not in Internet Explorer 9-11. If I make a change in the css I can then make it work in IE but not in Chrome of Firefox. I obviously am missing something but I'm just not su

  • Special characters - LSMW

    Hello, Does LSMW with direct input accept special characters ? I have lot of special characters in my descriptions, manufacturer details, model nos etc... like ",#&$%....I am just curious system accepts them during load. Mahee

  • What is a Pre-query?

    What is a Pre-query? Regards,