Gradient background not aligned correctly

i have some photo pages and the gradient background is not aligned correctly
- generally below where I want it - like on iweb shows correctly - but on web - it is below the navbar.....
.... how do I control this?
is this something to do with layout? one page is fine - the next is messed up....
this was an import from iweb 2006 - does that matter

crazy enough but I think I found it : I had a 3 word title for the page - and when I replaced the spaces with dashes - the problem went away.....
Is that kooky or what?

Similar Messages

  • Page not aligning correctly

    Could someone take a look at my page at http://www.meadowlarkco.com/services2.php The image of the two guys and the section to the right are not aligning correctly. Im not sure if I accidentally removed a margin setting or not? But something is off which is making the two sections not aligned horizontally correct.
    If someone could take a look I'd really appreciate it
    thanks

    Try changing this:
    .splash .splashcontentright {
    float: right;
    border-left-style: solid;
    height: 400px;
    width: 300px;
    border-left-width: medium;
    To this:
    .splash .splashcontentright {
    float: right;
    width: 300px;
    margin-top:13px;
    Incidentally, borders don't work unless you apply all 3 attributes: width | style | color
    Example:  border: 3px solid #000;
    Explicit height values on containers should be avoided.  It limits how much content your divisions can hold. The default height value of any container is auto (determined by content).  If required to reveal a background-image, use min-height instead of height.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Gradient fill not displayed correctly after applying a rotation angle

    Hello,
    I've created a rectangleframe and applied a gradient fill, and afterwards I have applied a rotation of -90 to the gradient fill. After the rotation the gradient does not display correctly anymore (after saving the document to .idml I've noticed that the property GradientFillLength was not recalculated after rotation). Is there a command to force the update or am I missing something? This problem occurs in InDesign CS3/CS4.
    Thank you
    UIDList targetList(m_SplineUIDRef);
    InterfacePtr<ICommand> applyCmd(Utils<IGraphicAttributeUtils>()->CreateFillRenderingCommand(
                    gradientUid, &targetList, kTrue, kTrue));
    CmdUtils::ProcessCommand(applyCmd);
    InterfacePtr<ICommand> angleCmd(Utils<IGraphicAttributeUtils>()->CreateGradientFillAngleCommand(
                    gradientAngle, &targetList, kTrue, kTrue));
    CmdUtils::ProcessCommand(angleCmd);

    Thanks. I saw those threads but this is not that issue. I really think that this is a bug in the latest update for illustrator.

  • Canon mg3200 will not align correctly prints is blurred

    Canon mg3200 will not align correctly prints is blurred. I have used the canon print head alignment several times. It will print some of the picture correctly and the rest is out.

    Hello,
    Please try the procedures outlined in the link below:
    http://kbsupport.cusa.canon.com/system/selfservice.controller?CONFIGURATION=1011&PARTITION_ID=1&secu...
    If the issue persists at that point, the best thing to do would be to get in touch with our technical support team at http://bit.ly/Phone_Support for further assistance.
    Thanks!
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Numeric fields not aligned correctly in report preview

    Hi
    I have the next problem:
    On my report, I aligned the numeric fields to the right of a column, but when i run the preview on ASP, the numeric fields are aligned to the left.
    But when I export the report to PDF, the numbers align correctly.
    I figured out a workaround to this, introducing the numeric fields into text fields, since they do align correctly. The problem is that I have too many reports to apply this workaround to all of them.
    Could it be a known issue of Crystal Reports XI?
    Is there any other workaround?
    Thanks in advance

    Hi Poonam
    Maybe I wasn't quite explicit before,
    In preview mode my report displays correctly as well. The problem comes when I run it through an ASP, which is needed for my application.
    I'm running the CR version 11.5.0.313. I was asking if it could be a known issue of XI version because when I had version 9 I didn't have this problem.
    It could also be that through the time, I changed something in the way the report is displayed, and didn't realize about that before, but I haven't been lucky to notice any change related.
    Thanks for your time,
    Gil
    Edited by: Gil Gonzalez on Oct 21, 2008 12:11 AM

  • Faux column background not aligned in smaller browser window...

    I'm working on a three-column webpage.  I'm using fixed-width columns, with the left and right columns floated (started with a dreamweaver layout).  I am also using a background applied to the <body> tag to apply the faux column look, so that the side column backgrounds flow all the way down the page.
    My layout is a total of 780px wide, but the background image I'm using is 2000px wide.  It's the same image that was used in the previous version of the website, and I can only guess that the image is that wide to "fill" the extra space around the main content when the browser window is wider than 780px.  Because the image is so wide, I have it styled to center on the page.  When my browser window >= 780px wide, everything looks great... the faux columns line up perfectly with the divs.  However, when I make the window less than 780px, things get messy.
    My layout elements stay where they are, meaning that the left edge of the container stays aligned with the left edge of the screen and a scroll bar appears at the bottom.  However, since my background is set to center itself, it continues to try to center itself in the browser window.  Basically, the content is not centered in the browser window, but the background is, causing the faux columns to not line up with the divs.  The relevant CSS I have applied is:
    body  {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 12px;
        color: #666666;
        background-repeat: repeat-y;
        background-position: center;
        background-image: url(../img/BG-gray.gif);
    #container {
        width: 780px;
        margin: 0 auto;
        text-align: left; /* this overrides the text-align: center on the body element. */
    Note: everything within the container div stays where it should relative to the container, so I didn't include the CSS for them, though I can post it up later if you really need to see it.
    Is there a way to keep everything lined up in a smaller browser window? Or, would it be better to trim down the background image to the same width as the container?
    Sorry for the long message, but I'm new at this.  Please don't eat me.

    Same problem, only worse.  That causes the background to show from the very left edge of the image.  All my text is in the gray area in the example below.  Let me try to clarify...
    The background image is something like this (colors are for clarity):
    (filler)
    Left faux column
    Main content goes here. This is always in the center of the browser window.
    Right faux column
    (filler)
    Where the combined width of the blue, white, and red sections is 780px.  This is what I want my layout to line up with, the blue and red columns being the faux left and right columns, respectively.  The gray areas are "filler" that colors the excess width in browser windows that are wider than the fixed width of the main content.  With the background set to centered, the white stripe is always centered in the browser window.  As long as the window is wider than my layout, the layout is centered in the browser window as well.
    I'm looking for a way to either center the background relative to the layout container, not the browser window, or to keep the layout container centered in the browser window when the window is narrower than the layout.

  • Table background not viewing correctly in Firefox

    I am unable to figure out why, when viewd in Firefox, the
    table on my website shows the background color of the page (Gray),
    instead of the background color of the table (White)? Opera, Safari
    and Explore seem to view it correctly. Thoughts anyone?
    http://www.campshalomia.org/

    "cher1975" <[email protected]> wrote in
    message
    news:fk6r22$s4d$[email protected]..
    >I am unable to figure out why, when viewd in Firefox, the
    table on my
    >website
    > shows the background color of the page (Gray), instead
    of the background
    > color
    > of the table (White)? Opera, Safari and Explore seem to
    view it correctly.
    > Thoughts anyone?
    >
    >
    http://www.campshalomia.org/
    You've forgotten to put the hash marks in front of all your
    colours
    throughout your code. Thus background-color: FFFFFF; should
    be
    background-color: #FFFFFF; and so on.
    tim

  • Shapes will not align correctly!

    Look at the photo I provided.
    The rectangle will not to the circle correctly or evenly and it's driving me crazy.
    This has been happening too much recently and I move on and find a way around it.
    I've had enough though.
    I'm just so mad right now, words can not even express.
    I've turned off and on Snap to point, Snap to grid, Smart guides.
    Everytime I drag the rectangles edges to the circles, they magically somehow snap back to the original spot or further than I wanted it.
    Nothing fixes it. I'm extremely furious! Why is the edge of my circle able to be there but not the edge of the rectangle?!
    I've even tried to increase and decrease the shapes. Still, nothing.
    Someone please... Help me...

    Please click this link and read post #5. I suspect that it will solve your problem.
    Peter
    Hi, Carlos. Didn't see you.

  • Cursor Legend not aligned correctly

    Hi,
    For a while LabVIEW has been misplacing the cursor legend bar.  The attached image shows what i am talking about.  If I try to move the cursor or have it placed somewhere (Such as at the top of the peaks) it shifts left a little bit.  It can sometime be corrected a bit by selecting to the left of the cursor.  But it definitely favors the left side of where it is supposed to go.
    Thanks
    (The red lines on the picture show where the mouse is or where the cursor is supposed to be.
    Attachments:
    untitled6.PNG ‏7 KB

    Hi Mike,
    can you find out if the thing is related to these two bugs?
    Re: XY graph cursor position bug
    CAR ID 119407
    property node incorrectly placing cursor (with a workaround)
    The ID is not on the bug-fixes list for 8.6, or on the known issues list.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • While playing a game the touchpad arrow does not align correctly

    The arrow will be shown in one area and the placement will be in another area. I want the aroow and the palcement to be in the same palce. I have gone to the control panel to see if I could adjust he settings but no go. What can I do

    Try a reset. That is holding the sleep/wake and home button together until you see the Apple logo and release. That will reset the iPhone, but will not affect your data.
    Thanks! It worked just fine!
    MRP66

  • Two scripts not aligning correctly, 200px Width each, Link inside

    Hello all,
    I have a slight problem, I am attempting to align a twitter script and another script on one page, next to eachother, yet no matter how small I make the width of the style div, they remain on two individual alignments, one below the other.  I have attempted to close the first DIV after the second but to no avail.
    Link:
    http://entasistours.com/twitter.html
    Style:
    .debate{
    height:1000px;
    width: 200px;
    margin-top: 20px;
    margin-left: 8px;
    Code:
    <div class="clear"> </div>
    <div class="debate">
    <a class="twitter-timeline"  href="https://twitter.com/entasis" data-widget-id="268698405683994624">Tweets by @entasis</a>
    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id =id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(docu ment,"script","twitter-wjs");</script>
    </div>
    <div class="debate">
    <script>
    var idcomments_acct = 'e1b1a147378ac51e02992098d4ac0571';
    var idcomments_post_id;
    var idcomments_post_url;
    </script>
    <span id="IDCommentsPostTitle" style="display:none"></span>
    <script type='text/javascript' src='http://www.intensedebate.com/js/genericCommentWrapperV2.js'></script>
    </div>
    <div class="footer">
    Many thanks in advance for any help.

    <div> is a block tag, as opposed to <span> which is an inline tag.  A block tag fills the width of its container, thereby forcing adjacent code to fall on a new horizontal line.  The only way to make two adjacent block tags sit on the same horizontal line is to float one or both of them.  To be floated, you must specify an explicit width and a float direction for each floated element in your CSS.  So for example,
    .debate {
    width:200px;
    height:1000px;
    margin:20px 0 0 8px;
    float:right;
    See if that does what you want.
    In addition, though, I also have to say that it's a very poor technique to assign an explicit height to any container that will have text content in it. The usual method is to let the contents determine the height of the container.

  • Osx mountain lion: reminders background not displayed correctly

    When I slide left and look at the reminders on the right, the background is black, but a bunch of squares overlapping each other. This is making the reminders very difficult to see, as it is under them too. How do I fix this?

    Try this...
    Go to your Finder "Go" menu hold the option key to choose "Library".
    Then, go to Containers/com.apple.reminders/Container.plist and delete that file then log out and back in or restart.
    Let us know...

  • Pages not aligning correctly

    on my site the pages
    http://www.meadowlarkco.com/company.php
    http://www.meadowlarkco.com/customersnew2.php
    and
    http://www.meadowlarkco.com/carriersnew.php
    all now have a gap between the main splash image and the columns to right or left of them, could someone tell me what I need to change to have them directly next to each other again?
    Also at http://www.meadowlarkco.com/services2.php my columns are too high where they need to be directly next to the image....any help would be appreciated.

    Looks to me like your Spry Horizontal Menu text is too big for the layout.
    Use pixels for font-sizes on screen.  Points are for print.
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0px;
        list-style-type: none;
       font-size: 14px;
        cursor: default;
        width: auto;
        padding:0;
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Vietnamese fonts are not displayed correctly.

    The Vietnamese input program worked fine in the previous version but in version 4 the texts are not aligned correctly. See this http://i485.photobucket.com/albums/rr219/september17th/untitled-16.jpg
    The character set used is Composite Unicode and input method is VNI. I tried VN forum but no one care about it =.= Also this is the FF problem those texts displayed correctly in Chrome. Those posts are here http://www.tinhte.vn/tin-tuc-su-kien-10/hp-va-dell-cong-khai-chi-trich-ipad-2-cua-apple-644640/index15.html

    I also have this problem, hope this problem will be fixed in the next release. More info: http://vozforums.com/showpost.php?p=28008790&postcount=61

  • Symbol isolation mode, the pixel grid is not aligned to the ruler.

    If you create a symbol that is pixel perfect, exit out of the symbol and go back in, the pixels bleed into each other because the pixel grid is not aligned correctly. Instead it is aligned to the global document grid which the symbol content is not placed in. It makes no sense to align the pixel grid to the global coordinates when the content by definition is not present in it.
    This makes it impossible to use symbols to edit pixel perfect objects because any editing other than the original creation does not display pixels but pixel bleeds.
    This is a valid bug in Illustrator CS6. Please specify:
    1. Do you understand what I am specifying? If you do not I will provide images as I wish to resolve this functionality.
    2. Please specify if it has been fixed in Illustrator CC. I do not have an available Win7 installation to test CC but if it is I will acquire one.

    Thank you submitted. Input from Adobe's developers or developer relations representatives on this forum to expedite a solution to this bug would be greatly appreciated. As Adobe's products are now on a subscription one would hope it's product roadmap would accelerate with regards to Illustrator considering the necessity of Vector graphics in a market with multiple largely varying resolutions.
    If you create a symbol that is pixel perfect, exit out of the symbol and go into Symbol edit mode (from the Symbol Panel or when a symbol's dimensions have been modified) the Pixel Preview grid is not aligned correctly. The Pixel Preview grid is nonsensically aligned to the document's coordinates. It makes no sense to align the Pixel Preview grid to the document's coordinates in symbol edit mode as it causes an inability to see the Pixel Preview without bleeding.
    This makes it impossible to use symbols to edit pixel perfect objects because any editing other than the original creation does not display pixels but pixel bleeds.
    Again the fundamental issue is that: There is no reason to align the Symbol Edit mode to the global Pixel Preview grid. The Pixel Preview grid should align to the Symbol coordinates.
    http://i.imgur.com/KB2CdEx.jpg
    The screenshot is in Pixel Preview. Moving the contents of the Symbol in Edit mode from it's correct position to temporarily align to the Preview Pixel grid is incorrect:
    1. Because you just moved the correctly placed contents. The Symbol placed in it's parent to prevent pixel bleeding is now incorrect.
    2. On a subsequent edit it would be misaligned because as specified, Illustrator aligns the contents of Symbol editing mode nonsensically to the global Pixel Preview grid.
    With regards to Align to Pixel grid
    1. This is a bug regardless of improvements to Align to Pixel to facilitate an acceptable workflow.
    2. Align to pixel grid is not an acceptable workflow:
    a. Not possible to place path vertices in the middle of a pixel to facilitate pixel strokes.
    b. Mangles rounded corners.
    d. It is not prudent to rely on an arbitrary algorithm with regards to forward or backward compatability in creating anything, considering the possibility of mangling and/or changed behavior as specified above.
    The workflow to create pixel perfect UI elements is to position vertices absolutetly.

Maybe you are looking for

  • Scanning problem - "Adobe Acrobat 9 has stopped working", Windows 7 OS

    Hi all, First post in the forum - Adobe has always come through for me before but I'm having problems that I can't solve by myself this time. When I try to scan documents into Adobe Acrobat 9 the scan completes (all the documents are drawn through) b

  • Multiperson video chat suddenly not working

    Hi, So I've been using multiperson chat for the past couple of weeks and have had no problem. Tonight, it doesn't seem to be working. The green video icon that is normally stacked is now just one video. When I checked Connection Doctor is says that I

  • Read source XML as a string in expression editor

    Hi all, Is there any way to read an entire container objects source (an XML message) in an integration process as a string using an xpath expression in the expression editor? I would like to pass the source XML of a container object as a string into

  • Weblogic server hangs during stress-testing -- possibly EJB deadlocks

    Hi While running stress tests on our application, our WLS 4.5.1 hangs even at a mere load of 20 users. We are running on a Solaris machine. Database: Oracle 8.1.5, running on the same machine. Using oracle.jdbc.driver.OracleDriver as the JDBC driver,

  • Aperture doesn't open my folder

    When I try to import some photos and select specific folder where it is aperture doesn't open that folder. For that, I can't import anything inside it.