Border on transition

when i put a border on an iris transition, i cant see it while playing the transition in the timeline. i can only see the border if i stop on a still or render the clip. why is this?
thank you

I believe the default setting for the border is 0. Did you change the default? If so, what value did you enter?
Also, if you have "Edge Feather" checked, you probably won't see the border at all.
-DH
Message was edited by: David Harbsmeier

Similar Messages

  • Transition Problems in Full Screen View

    Hi.
    I've created a Powerpoint presentation on the Bayeux Tapestry which I now want to convert to a PDF document so that I can add multimedia.
    My Powerpoint presentation features photographs of a section the tapestry with each photograph placed on a separate slide. I've used the Powerpoint 'push left' transition to create a panoramic effect which creates the illusion that the tapestry is being scrolled from right to left  as the viewer clicks through the presentation. It all works very well in Powerpoint as the slides butt up against each other in transition without any 'seam' between them.
    I thought I could simply replicate the effect in Acrobat 9 by converting the presentation to PDF and selecting the 'push left' transition from Advance/Document Processing options then launching the document in full screen view. However, I've found that using a push left transition in Acrobat creates wacking great gaps between the pages as they scroll right to left: this absolutely ruins the whole effect.
    As you can probably tell, I'm pretty much a newbie with Acrobat 9 (but not with other Adobe applications) and I can't work out for the life of me how to get around this problem. Is there someting simple that I'm overlooking on the full screen view options or perhaps in the Powerpoint conversion settings or do I have to start adjusting resolutions etc? Or maybe it's just the nature ofthe beast (do hope not)?
    I'd be very grateful for any enlightenment or advice.
    PS: Forgot to mention the Powerpoint was created in default landscape layout and hence so is the PDF.

    Do you have the PDF version to fill the full screen and not leave borders? If you print to PDF (not create PDF), then a margin is added by default (as when you print to paper). The border can be reduced to 0, but that is an extra step with the print. As I recall, the PDF Maker (create PDF) does not include the margins. Thus the whole margin bit may be the issue.

  • Sidebar moving over right border of website and outside of main container

    Hi
    I'm doing a website and have a question.
    I have a left nav bar, a fluid center column and an absolute positioned right sidebar.
    The sidebar is set to clear left and float right.
    However the sidebar moves over to the right and extends past the right border on some browsers.
    It moves out of the main container and I would like it to remain within it.
    Does anyone know how I can fix it so that the sidebar stays within the white area and does not move to the right?
    Thanks for your help!!!!
    Here is a screen shot
    When the browser window gets a little smaller the sidebar goes back to where I want it.
    Here is a link to my test page online:
    http://elynncohen.com/index2.html
    and here is my code:
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Your Career Direction Career and College Counseling</title>
    <meta name="Keywords" content="career counseling, college counseling, job search, career choice, college options, career options, work, jobs, new opportunities, career change, new career, new job" />
    <meta name="Description" content="Your Career Direction :: Career and College Counseling" "Considering your college choices & career options" "Preparing for the world of work after college" "Seeking a new position to further your career"
    "In-transition and considering new opportunities"
    "Seeking to make a significant and meaningful career change"  />
    <meta name="Publisher" content="Your Career Direction, LLC" />
    <meta name="Copyright" content="Copyright 2012, Your Career Direction, LLC. All rights reserved." />
    <meta name="Author" content="Lisa Mark" />
    <meta name="Language" content="en-US" />
    <meta name="distribution" content="global" />
    <meta name="revisit-after" content="10 days" />
    <meta name="Robots" content="All" />
    <link rel="Index" href="index.html" />
    <link rel="Site Map" href="sitemap.html" />
    <script type="text/javascript" src="//use.typekit.net/ifb2bte.js"></script>
    <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
    <style type="text/css">
    <!--
    body {
        margin: 0;
        padding: 0;
        color: #000;
        font-size: 100%;
        line-height: 1.4;
        background-image: url(images/background.gif);
        background-repeat: repeat;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px;
    .container .sidebar1 h3 {
        padding-left: 0px;
        color: #C60651;
        font-size: x-large;
    h1 strong {
        color: #C60651;
        font-size: 90%;
        font-family: "Binary ITC Bold";
    h1 strong em {
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color:#414958;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #4E5869;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
    .container {
        width: 80%;
        max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
        min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
        background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
        margin-top: 0;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        border-right-width: thick;
        border-left-width: thick;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #C60651;
        border-left-color: #C60651;
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        padding-top: 40px;
    #Quote {
        float: right;
        clear: left;
        margin-right: 1%;
    /* ~~ These are the columns for the layout. ~~
    1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.
    3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
    4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
    .sidebar1 {
        float: left;
        width: 20%;
        padding-bottom: 10px;
        margin-top: 40px;
        border-top-color: #FFF;
        border-left: #FFF;
        margin-left: 25px;
        background-color: #FFF;
        font-family: museo-sans;
    arial;
        max-width: 200px;
        min-width: 180px;
        position: absolute;
    .content {
        float: left;
        margin-top: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10;
        font-family: museo-sans;
    arial;
        margin-right: 250px;
        margin-left: 220px;
    .container .content p {
        padding-top: 0px;
    .sidebar2 {
        float: right;
        width: 20%;
        background-color: #D3CCB2;
        margin-top: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        border-top-color: #FFF;
        border-right-color: #FFF;
        border-bottom-color: #FFF;
        border-left-color: #FFF;
        border-right-width: 5px;
        font-family: museo-sans;
    arial;
        font-size: 90%;
        position: absolute;
        clear: left;
        right: 12%;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
        padding-top: 0px;
        padding-right: 25px;
        padding-bottom: 15px;
        padding-left: 40px;
        font-family: museo-sans; arial;
        font-size: 100%;
        color: #666;
    .container .content p {
        font-family: museo-sans;
    arial;
        padding-top: 0px;
        padding-left: 17px;
        padding-bottom: 0px;
    #Quote {
        float: right;
        clear: both;
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
        list-style: none; /* this creates the space between the navigation on the content below */
        font-family:museo-sans; arial;
        line-height: 250%;
    .nav {
        font-family: museo-sans;
    arial;
        padding-left: 0px;
    ul.nav li {
        font-family: museo-sans; arial;
        padding-bottom: 10px;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
        display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
        text-decoration: none;
        color: #333333;
        background-color: #FFF;
        font-family: museo-sans; arial;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-left: 15px;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
        color: #C60651;
        font-family:museo-sans; arial;
        background-color: #FFF;
        background-image: url(images/navbar2.gif);
        padding-bottom: 10px;
    .content img {
    /* ~~The footer ~~ */
    .footer {
        position: relative;/* this gives IE6 hasLayout to properly clear */
        clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
        padding-top: 0px;
        padding-right: 0;
        padding-bottom: 10px;
    /* ~~miscellaneous float/clear classes~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    .container .content {
        width: 50%;
        font-size: large;
        font-family: museo-sans; arial;
    #footer {    width: 100%;
        background-color: #FFF;
    .container .sidebar2 h4 img {
        padding-left: 20px;
        padding-top: 0px;
    .sidebar2 p img {
        border: medium solid #C60651;
    #Insert_logo2 {
        border-top-width: 4px;
        border-right-width: 4px;
        border-bottom-width: 4px;
        border-left-width: 4px;
        border-top-color: #fff;
        border-right-color: #fff;
        border-bottom-color: #fff;
        border-left-color: #fff;
    .container .content p .content strong {
        font-family: museo-sans; arial;
    .container .content .content {
        font-family: museo-sans; arial;
    .container .content ul li strong {
        font-family: museo-sans;
    arial;
        font-size: 95%;
        line-height: 150%;
        list-style-type: disc;
    .container .content ul {
    test {
        font-family: "Binary ITC Bold";
    .container .sidebar2 p img {
        margin-right: auto;
        margin-left: auto;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-color: #C60651;
        border-right-color: #C60651;
        border-bottom-color: #C60651;
        border-left-color: #C60651;
    li strong {
        line-height: 130%;
        list-style-type: circle;
        color: #978980;
    .container .content ul {
    .container .sidebar1 .nav {
        margin-top: 10px;
        margin-bottom: 10px;
    .sidebar1 .nav li {
        padding-bottom: 10%;
    .nav li a {
        background-image: url(images/navbar2.gif);
        background-repeat: no-repeat;
        background-position: right center;
        left: auto;
        right: auto;
        clip: rect(auto,auto,auto,auto);
    .container .sidebar1 .nav li a {
    .container .sidebar1 h6 {
        padding: 0px;
        color: #000000;
    #footer h3 strong {
        font-size: 60%;
        color: #978980;
    .container .content p {
        padding-right: 0%;
        padding-left: 0%;
        font-size: 85%;
    .container .sidebar2 p {
        padding-right: 8%;
        padding-left: 8%;
        padding-top: 5px;
    #Insert_logo2 #Insert_logo2 {
        padding-left: 15px;
    .container .content ul {
        color: #C60651;
    h6 {
        color: #978980;
        font-family: museo-sans;
    arial;
        font-size: 82%;
        padding-left: 20%;
        text-align: left;
        text-indent: 8px;
    .nav li a {
        padding-bottom: 10px;
    h8 {
        font-family: museo-sans; arial;
        font-size: 100%;
    h4 {
        font-family: museo-sans;
    arial;
        font-size: 100%;
        color: #C60651;
        padding-left: 17px;
        padding-top: 5px;
        padding-bottom: 0px;
    .container .content p {
        padding-left: 17px;
        padding-right: 30px;
    .sidebar1 h8 strong {
        font-size: 80%;
        font-family:museo-sans; arial;
    .container .sidebar1 h7 {
        font-size: 40%;
        color: #978980;
    h7 {
        font-family: museo-sans; arial;
        font-size: 15%;
    .container .sidebar1 h8 {
        font-family: museo-sans; arial;
    .sidebar2 p img {
        min-width: 200px;
        max-width: 100%;
    .container .content img {
        padding-left: 3%;
    img {
        position: static;
        text-align: left;
    body,td,th {
        font-family: museo-sans; arial;
    h5 {
        font-size: 150%;
        color: #C60651;
        padding-left: 0px;
        font-family:museo-sans; arial;
    .container .content p {
        padding-left: 17px;
        padding-right: 30px;
        font-size: 87%;
    .container .sidebar2 p {
        font-size: 90%;
    .container .sidebar1 .nav li {
        font-family: museo-sans;
    arial;
    .container .sidebar1 .nav li a {
        padding-left: 0px;
        margin-bottom: 0px;
        height: 30px;
    li a {
        padding-left: 2px;
    -->
    </style><!--[if lte IE 7]>
    <style>
    .content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
    ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
    </style>
    <![endif]--></head>
    <body><script type="text/javascript">
    function pageWidth() {
    return window.innerWidth != null? window.innerWidth : document.documentElement && document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body != null ? document.body.clientWidth : null;
    function pageHeight() {
    return window.innerHeight != null? window.innerHeight : document.documentElement && document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body != null? document.body.clientHeight : null;
    </script>
    <div class="container">
      <div class="header"><!-- end .header -->
        <p class="clearfloat"><a href="#index.html" id="Insert_logo2"><img src="images/YCD-logo-tag-RGB-web-SM.gif" alt="Your Career Direction Logo" name="Insert_logo" width="50%" id="Insert_logo2" style="background: #FFF
        ; display:block;" /></a></p>
        <div id="Quote"><img src="images/quote.gif" alt="Choose a job you love" width="355" height="81"></div>
        <p class="clearfloat"> </p>
    </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Home</a></li>
          <li><a href="#">High School Students</a></li>
          <li><a href="#">College Students</a></li>
          <li><a href="#">Parents/Educators</a></li>
          <li><a href="#">Professionals</a></li>
          <li><a href="#">Bio</a></li>
          <li><a href="#">Q &amp; A Blog</a></li>
          <li><a href="#">Testimonials</a></li>
        </ul>
      </div>
      <div class="content">
    <p>Given today's competitive job market, global economy, and changed corporate culture,
    we can no longer depend upon others to ensure our professional futures. Choosing or
    changing your career direction requires self-reflection, career education and an action plan.</p>
    <img src="images/Whether-you-are-.gif" alt="Whether you are considering your college choices and career options" width="197" height="31" align="left">
    <ul>
          <br><br><li><strong>Considering your college choices &amp; career options</strong></li>
          <li><strong>Preparing for the world of work after college</strong></li>
          <li><strong>Seeking a new position to further your career</strong></li>
          <li><strong>In-transition and considering new opportunities</strong></li>
          <li><strong>Seeking to make a significant and meaningful career</strong> <strong>change</strong></li>
        </ul>
    <img src="images/Onethingisforsureraster.gif" width="352" height="49" alt="One thing is for sure, we all want to direct our own careers, our own lives!">
    <br><p> Building a successful and rewarding career requires linking your interests, education and experience with employment trends, growth industries, and career choices. It takes making smart decisions about your college major, vocational training and continuing education options. With enthusiasm, persistence and top notch job search skills, you can succeed in finding a path to career that is right for you.</p>
    <p> We are your advocate. We listen, assess, strategize, inspire, counsel, and network on your behalf. With a personalized, holistic approach, we'll work with you to help you create an action plan; a path designed to get you to where you want to go and become what you want to be.</p>
    <img src="images/yourcareerourpassionraster.gif" width="441" height="20" alt="At Your Career Direction, YOUR career is our passion!"> </div>
      <div class="sidebar2">
        <p><img src="images/Counselingastudent.gif" width="100%" alt="Lisa Mark counseling a student"></p>
        <p>Our mission is to help you explore, choose and create your direction for an exciting and rewarding career path.</p>
         <p>We incorporate our experience with today's job market and career counseling expertise with your passions and interests. We'll introduce you to new career ideas, target companies and generate job and internship opportunities for you.</p>
         <p>We provide step by step guidance to ensure your success during the college application, job interview
    and decision making process.
    </p>
    </div>
      <div class="footer">
        <div id="footer">
          <h6 align="left"> Your Career Direction, LLC •  96 Harvard Avenue, Maplewood, N.J. 07040 • (973) 996-0207 • [email protected]</h6>
             </div>
        <p> </p>
      <!-- end .footer --></div>
    <!-- end .container --></div>
    </body>
    </html>

    Absolute positioning will always cause you problems so it's best to avoid unless absolutely necessary.
    Having said that, your layout issues were a straight-forward fix. Modify your style sheet with the below sections and and it should be ok. You might need to modify your CSS for smaller screens as once you reduce the browser window to about 500px, the right sidebar disappears. Something to be aware of.
    .sidebar1 {
        float: left;
        width: 20%;
        padding-bottom: 10px;
        margin-top: 40px;
        border-top-color: #FFF;
        border-left: #FFF;
        margin-left: 25px;
        background-color: #FFF;
        font-family: museo-sans; arial;
        max-width: 200px;
        min-width: 180px;
        position: absolute;
    .content {
        float: left;
        margin-top: 40px;
        margin: 40px 0 0 0;
        padding:10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10;
        font-family: museo-sans; arial;
        margin-right: 250px;
        margin-left: 220px;
        width: 50%; /* You can increase this to 55%, or add a left and right margin to space the elements */
        font-size: large;
    .sidebar2 {
        float: right;
        float:left;   
        width: 20%;
        background-color: #D3CCB2;
        margin-top: 40px;
        padding: 10px 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        border-top-color: #FFF;
        border-right-color: #FFF;
        border-bottom-color: #FFF;
        border-left-color: #FFF;
        border-right-width: 5px;
        font-family: museo-sans; arial;
        font-size: 90%;
        position: absolute;
        clear: left;
        right: 12%;
    .sidebar2 p img {
        min-width: 200px; /* This needs to be removed or made smaller if you are keeping it - or set a min-width on sidebar2 */
        max-width: 100%;
        width:100%;
        height:100%;
    .container .content {
        width: 50%;
        font-size: large;
        font-family: museo-sans; arial;
    EDIT:// I meant to say, you should probably spend some time tidying up your CSS as they are not in any obvious order and can get confusing with multiple styles for the same element. Having a clean and easy to understand CSS sheet makes it easier for you to figure out what is wrong. Will help you enormously in the long run.
    Message was edited by: Rik

  • Thin Black Border on Video in Interactive PDF (Adobe Acrobat 8 Professional)

    Hi
    I am having issues with embedded video in an interactive pdf (currently using Adobe Acrobat 8 Professional).
    I have placed my media mp4 file in the pdf. I would like the video to have no border, so I proceeded to Multimedia Properties to edit the Appearance and set the Border Type to Invisible Rectangle. I also editted the Playback settings for the Rendition to keep the player open "Forever once activated." But every time I view pages in my interactive pdf with video there is still a thin black border surrounding the videos on initial play. If I have already viewed the video and come back to the page, the border dissapears.
    Is there a way to ensure the thin black border/outline never appears in the pdf, even when first opening and viewing the file? Does this have to do with the Acrobat 8 in particular? Please let me know if you are also encountering this problem or have a solution.

    Thank you so much for your help.
    I am now working in Adobe Acrobat X Pro and have embedded the same video. The borders have disappeared.
    I have set the video activation settings to enable when "The page containing the content is opened". When the page is opened, I am now seeing a grey box (the size of the video) flash before the video is played. Do you know of a way to not have the grey box appear before the video plays? Or is there even a way to edit the color of this box so it is a less noticeable transition in my documet? I assume this is some sort of default setting to be displayed when the video loads. Any suggestions regarding this issue would be greatly appreciated.

  • I can't get rid of this blue border around my artwork after it's published to the web

    I can't get rid of this blue border around my artwork after it's published to the web

    That did not work.
    Here's where I put it. The blue bordeer still show up around the large rectangular image.
    <!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>Ray Bros., Inc.</title>
    <style type="text/css">
    @import url("PopupMenuC.css");
    @import url("PopupMenuB.css");
    @import url("PopupMenu1.css");
    body {
              margin-left: 00px;
              margin-top: 00px;
              margin-right: 00px;
              margin-bottom: 00px;
              text-align: center;
    a img {border:none}
    .Arial {
              font-family: Arial, Helvetica, sans-serif;
    .Arial {
              font-size: 10px;
    .Arial {
              font-size: 12px;
    .Arial .Arial {
              font-size: 14px;
    </style>
    <script language="JavaScript1.2" type="text/javascript" src="mm_css_menu.js"></script>
    </head>
    <body>
    <table width="1080" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="279" align="center" valign="top"><div id="FWTableContainer1818523225"> <img name="PopupMenuC" src="PopupMenuC.jpg" width="1082" height="279" id="PopupMenuC" usemap="#m_PopupMenuC" alt="" />
          <map name="m_PopupMenuC" id="m_PopupMenuC">
            <area shape="rect" coords="899,240,1064,265" href="index-new.html" alt="" />
            <area shape="rect" coords="679,240,844,265" href="index-new.html" alt="" />
            <area shape="rect" coords="460,240,625,265" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0525123758_0', 'MMMenu0525123758_0',485,265,'PopupMenuC');"  />
            <area shape="rect" coords="241,240,406,265" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0524224504_0', 'MMMenu0524224504_0',262,265,'PopupMenuC');"  />
            <area shape="rect" coords="22,240,187,265" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0524221503_1', 'MMMenu0524221503_1',46,265,'PopupMenuC');"  />
          </map>
          <div id="MMMenuContainer0525123758_0">
            <div id="MMMenu0525123758_0" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="index-new.html" id="MMMenu0525123758_0_Item_0" class="MMMIFVStyleMMMenu0525123758_0" onmouseover="MM_menuOverMenuItem('MMMenu0525123758_0');"> RBI-NS100 </a> <a href="index-new.html" id="MMMenu0525123758_0_Item_1" class="MMMIVStyleMMMenu0525123758_0" onmouseover="MM_menuOverMenuItem('MMMenu0525123758_0');"> RBI-M100 </a> <a href="index-new.html" id="MMMenu0525123758_0_Item_2" class="MMMIVStyleMMMenu0525123758_0" onmouseover="MM_menuOverMenuItem('MMMenu0525123758_0');"> RBI-100 </a> <a href="index-new.html" id="MMMenu0525123758_0_Item_3" class="MMMIVStyleMMMenu0525123758_0" onmouseover="MM_menuOverMenuItem('MMMenu0525123758_0');"> Color Charts </a> </div>
          </div>
          <div id="MMMenuContainer0524224504_0">
            <div id="MMMenu0524224504_0" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="index-new.html" id="MMMenu0524224504_0_Item_0" class="MMMIFVStyleMMMenu0524224504_0" onmouseover="MM_menuOverMenuItem('MMMenu0524224504_0');"> RBI-5V </a> <a href="index-new.html" id="MMMenu0524224504_0_Item_1" class="MMMIVStyleMMMenu0524224504_0" onmouseover="MM_menuOverMenuItem('MMMenu0524224504_0');"> RBI Low Profile AGG </a> <a href="index-new.html" id="MMMenu0524224504_0_Item_2" class="MMMIVStyleMMMenu0524224504_0" onmouseover="MM_menuOverMenuItem('MMMenu0524224504_0');"> Color Charts </a> </div>
          </div>
          <div id="MMMenuContainer0524221503_1">
            <div id="MMMenu0524221503_1" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="index-new.html" id="MMMenu0524221503_1_Item_0" class="MMMIFVStyleMMMenu0524221503_1" onmouseover="MM_menuOverMenuItem('MMMenu0524221503_1');"> RBI-MT240 </a> <a href="index-new.html" id="MMMenu0524221503_1_Item_1" class="MMMIVStyleMMMenu0524221503_1" onmouseover="MM_menuOverMenuItem('MMMenu0524221503_1');"> RBI-200 </a> <a href="index-new.html" id="MMMenu0524221503_1_Item_2" class="MMMIVStyleMMMenu0524221503_1" onmouseover="MM_menuOverMenuItem('MMMenu0524221503_1');"> RBI-175 </a> <a href="index-new.html" id="MMMenu0524221503_1_Item_3" class="MMMIVStyleMMMenu0524221503_1" onmouseover="MM_menuOverMenuItem('MMMenu0524221503_1');"> R-Panel </a> <a href="index-new.html" id="MMMenu0524221503_1_Item_4" class="MMMIVStyleMMMenu0524221503_1" onmouseover="MM_menuOverMenuItem('MMMenu0524221503_1');"> Color Charts </a> </div>
          </div>
        </div></td>
      </tr>
      <tr>
        <td valign="top"><p><br />
        </p></td>
      </tr>
      <tr>
        <td> </td>
      </tr>
      <tr>
        <td> </td>
      </tr>
      <tr>
        <td>...</td>
      </tr>
      <tr>
        <td> </td>
      </tr>
    </table>
    </body>
    </html>

  • Crystal Report Viewer and border problems

    Post Author: catalinandrei00
    CA Forum: Deployment
    Hello there,    I've created an report and I've added borders for the fields in the report (Right click on the field > Format Object -> Border -> Choose for the 4 margins the line-style single). The report is correctly exported to different formats (.doc, .pdf, .xls). My problem is that when I display the report in an ASP.NET 2.0 page using an Crystal Report Viewer the report is correctly shown but the borders don't appear.My question is why the borders don't appear in the Crystal Report Viewer? Thanks for helping for solving this issue. It's very important.Catalin  

    Hello catalinandrei00
    I have the exact opposite problem as yours.
    I am using integrated crystal reports with Visual Studio 2005 and I have put a Crystal Viewer on a web page.
    First I also had the same problem like yours and then in one of the post i found a solution for this. Hope it will work for you too. here it is :-
    Just remove the following line from your aspx page.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    Now regarding my problem. My problems is that now i can view the borders and everything correctly in the viewer but when i try to print the report it automatically exports to Adobe first and BAM!!! the format disappears. Though if i export to word Doc format it export perfectly fine with all the borders and everything
    I hope some other reader will come to my rescue...pls HELP.

  • Border around image link?

    Hello,
    I created this HTML email and only in gmail there is a purple border around the header link?  I have the border setup to O.  It looks great in hotmail and outlook though.  Do you know why this would happen?
    <!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>Guardian Credit Union</title>
    <style type="text/css">
    <!--
    .style1 {
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    .style2 {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    .style3 {font-family: Arial, Verdana, sans-serif; font-size: 12px; }
    a:link {text-decoration:none;border: 0px;}
    img {border: 0px;}
    -->
    </style>
    </head>
    <body>
    <table width="625" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td border="0"><a href="http://www.tellgcu.com/{{Purl}}"><img src="http://208.69.110.181/GCU_919743-site/images/emailHeader.jpg" alt="Urgent deadline regarding your debit/ATM card services. To keep the overdraft service you already have, we need to hear from you." /></a></td>
      </tr>
      <tr>
        <td><p class="style1">Dear {{CustomerName}},<br><br>In order to continue giving you the same Overdraft Services you are receiving today, we will need your permission by August 15th.</p>
          <p class="style1">Overdraft Services allow us to cover debit card purchases or ATM withdrawals for you when the transaction is more than your balance. </p>
        <p class="style1">You can choose to continue receiving that service, or to have the debit card purchase declined at the cash register. <a href="http://www.tellgcu.com/{{Purl}}">Click here to find out more!</a></p></td>
      </tr>
      <tr>
        <td><br><p class="style1">Sincerely,<br><br><br>Guardian Credit Union</p><br><br><br><font size="-2pt">You will be charged a paid item overdraft fee of $32 for each overdrawn item created by Debit Card purchases or ATM withdrawals. The amount of any overdraft item including our paid item overdraft fee of $32 shall be due and payable upon demand, but if no demand is made, no later than 30 calendar days after the creation of the overdraft. We may refuse to pay an overdraft item at any time even though we may have previously paid overdrafts for you. For example, we typically do not pay overdraft items if your account is not in good standing or if based upon our review of your account management, we determine that you have too many overdrafts or are using the service as a regular line of credit.</font></td></tr>
    </table>
    </body>
    </html>
    THanks,
    Melanie

    i know im a bit late on responding but i think what you need to do mshef534 is to put the code a img {border: 0px;} within the image ref itself i.e.
    <a href="http://www.facebook.com/search/results.php?q=Samuel+Emerton&init=public#!/profile.php?id=1 00000235960932"target="_blank"><img src="facebook.png" width="43" height="43" a img {border: 0px;}/> and that should do it this worked for me happy htmling

  • Clock Wipe Border Issue

    Does anyone have a fix for clock wipe borders that vary in thickness during the transition? I am editing a video using many clock wipes. In some sequences, the border thickness of the moving blade remains constant. In other sequences, the moving blade varies in thickness as it is moving through the transition.
    Any help appreciated.
    John
    Power MAC G5 Quad   Mac OS X (10.4.8)  

    You could use a variable to keep track of the growing rotation value rather than the _rotation value itself.  Each time you change the _rotation, you change that variable by the same amont, and use that variable for your conditional test rather than the actual rotation value.
    stop();
    _root.stopBtn._visible = false;
    _root.stopTxt._visible = false;
    myTimer = setInterval(play, 1000);
    var secondCount = 0;
    function wait() {
        mySeconds++;
        _root.mySecondHand._rotation += 1;
         secondCount += 1;
        _root.myMinuteHand._rotation += 30; // one fast minute hand
        _root.myMilliSeconds._rotation += 1; // one slow msec hand
        if (secondCount == 3600) {
            _root.clearInterval(myTimer);
    Button:
    on (release) {
        clearInterval(myTimer);
        myTimer = setInterval(wait, 101);

  • A Mercury linear color delimma... bad transitions vs. bad animation

    Am I missing something here? I'm writing this as sort of a PSA... if you aren't aware of all sides of this issue, I hope you read the second half because you may not realize it's affecting you, too.
    When I enable CUDA or Maximum Render Quality, I basically can't use any one-sided transitions. They look wrong and "pop" at the ends.
    Apparently, Adobe forgot to rewrite any of their transitions for a linear color space, so Mercury+CUDA basically "breaks" all the transitions that ship with CS5, causing them to render differently than they do in their originally intended gamma of 1.8. I've heard they've added a linear-compatible transition into CS5.5 called "Film dissolve", but there aren't any in CS5. This seems like a pretty huge oversight... I'm surprised they still haven't fixed it in a patch to the original CS5.
    So why not just turn off Maximum Render Quality and CUDA during output?
    Well, there's another big problem.
    If you do any kind of stills animation a la "the Ken Burns Effect" in Premiere, you'll quickly find Premiere leaves a "pixel shimmer" or "ripple" effect across the animation because it is using substandard methods to antialias motion. Looks like a cheap NLE from 2002.
    So, you're left to choose... do you want bad one-sided dissolves or bad animation? Personally, I believe a good NLE should not leave identifiable footprints in the edit. If you happen to have have *both* in a Premiere CS5 timeline and it goes out on TV, I'll be able to "out" your NLE as Premiere because no matter which output setting you choose, one or the other problem will show up.
    SOLUTION 1: Use AE. The simplest solution is probably to avoid Maximum Render quality and avoid keyframing any Motion parameters. Do it all in After Effects.
    SOLUTION 2: Use CS4. It may be possible to edit your sequence with all the benefits of MPE and CUDA, and then send your timeline back to Premiere CS4 and have Premiere/Encoder CS4 render it at max quality. I haven't tested this yet, but I'm intrigued by this possibility. I'll try it soon and report back.
    Hopefully I am missing something here. I'm an Avid/FCP/AE guy who is still relatively new to Premiere.
    P.S. A second issue is lower thirds and alpha graphics. I bet you made all of yours in After Effects with a 1.8 gamma, didn't you? As far as I know, Premiere does not ship with any video effects that easily control the gamma curve of the alpha channel, so there's no quick fix for all of your currently rendered transparent graphics.

    I know if I use the MPE in GPU mode transitions between two PIPs will get a funny black border aroud the PIP. CUDA can do some funny things when transitions and filters that do not have CUDA support are used with GPU enabled. I can only hope Adobe is getting ready to switch to Open CL or Open GL because there are a few glitches with Nvidia's CUDA technology. For Quality I almost think CS 4 was better but you don't get the same amount of realtime. I hope PP CS 6.0 is true broadcast quality instead of just realtime previews. Edius can do it with out the use of GPU acceleration.  I think CUDA is a step in the right direction but I also think it needs a bit more time to mature.

  • Adding background and border with dropshadow to website

    Hi all,
    I have been working on my first website ever and I am sure I made several mistakes.
    I want to improve the look now and would like to add a gradient background (dark blue to light blue). To set the content apart from this I would like to add a white border around it with a dropshadow. I can see how to add the background, but I cannot figure out the border and dropshadow. Can anyone help? Below is the code.
    Thank you so much in advance—I am struggeling....
    <!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>PetsWest Pet Supplies and Dog Training - Home</title>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="CSS/PW.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
              background-color: #CCC;
    body,td,th {
              color: #FFF;
              font-size: 14px;
    </style>
    </head>
    <body>
    <div id="content"> <img src="images/Indexheader.png" width="860" height="200" alt="Indexheader" />
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="Index.html" title="Home">Home</a>    </li>
        <li><a href="UnderConstruction.html" class="MenuBarItemSubmenu">Retail Store</a>
          <ul>
            <li><a href="UnderConstruction.html">Food</a></li>
            <li><a href="UnderConstruction.html">Supplements</a></li>
            <li><a href="UnderConstruction.html">Health Care</a></li>
            <li><a href="UnderConstruction.html">Toys</a></li>
            <li><a href="UnderConstruction.html">Supplies</a></li>
            <li><a href="UnderConstruction.html">Accessories</a></li>
          </ul>
        </li>
        <li><a class="MenuBarItemSubmenu" href="UnderConstruction.html">Training</a>
          <ul>
            <li><a href="UnderConstruction.html">Facility</a>        </li>
            <li><a href="UnderConstruction.html">Classes</a></li>
            <li><a href="UnderConstruction.html">Instructors</a></li>
          </ul>
        </li>
        <li><a href="LJBates.html" class="MenuBarItemSubmenu">Rehab Center</a>
          <ul>
            <li><a href="UnderConstruction.html">Therapy</a></li>
            <li><a href="UnderConstruction.html">Conditioning</a></li>
            <li><a href="LJBatson.html">L.J. Batson</a></li>
          </ul>
        </li>
        <li><a href="DogWash.html">Dog Wash</a></li>
        <li><a href="http://www.my.calendars.net/petswestcal" target="_blank">Events</a>    </li>
        <li><a href="ContactUs.html">Contact Us</a></li>
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="860" height="398" align="left" id="FlashID" title="Indeximages">
          <param name="movie" value="Assets/PWIndeximages.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="6.0.65.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object data="Assets/PWIndeximages.swf" type="application/x-shockwave-flash" width="860" height="398" align="left">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="6.0.65.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>
      </ul>
       <ul class="store">STORE HOURS: Monday – Thursday 9:00AM – 9:00PM Friday &amp; Saturday 9:00AM – 7:00PM Sunday - Closed</ul>
    <p class="PW.css"><img src="images/announcement215x315px.png" alt="Announcementbox" width="215" height="315" align="left" /></p>
      <p class="introcopy"><span class="introheader"><span id="introhead">PetsWest takes a proactive approach</span><br />
      </span><span class="introcopy"><span class="introcopy">to canine wellness that provides the <font color="#000"><b>nutritional</b></font>, <font color="#000"><b>exercise</b></font> and <font color="#000"><b><br />
      treatments</b></font> that best accommodate each dog’s specific needs.<br />
      Whether you have an older dog suffering from<br />
        geriatric ailments, an injured dog that needs short or long term<br />
        therapeutic treatments, or a <font color="#000"><b>performance dog</b></font> whose success<br />
        requires staying fit and trim, the Center offers the right<br />
        combination of professional advice, hands-on <br />
        therapies and nutritional guidance to help you and <br />
      your pet reach your goals.</span></span>  </p>
      <p class="copyrightcopy">Copyright 2011 PetsWest Pet Supplies and Dog Training ::  102 Bearcat Road Aledo, TX  ::  Tel. 817 441 6881 <br />
    ALL RIGHTS RESERVED. ALL TRADEMARKS ACKNOWLEDGED.</span></span></p>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    swfobject.registerObject("FlashID");
    </script>
    </body>
    </html>

    #1 Remove this embedded CSS code from your HTML document(s).  You don't need it.
    body {
        background-color: #CCC;
    body,td,th {
        color: #FFF;
        font-size: 14px;
    #2 Open  PW.css file and add this to the top:
    body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #CADFEB;
    /**or insert a background-image using the CSS editor**/
    #3 Remove font-family and font-size from all your other CSS selectors.  You don't need to duplicate styles on every element. 
    #4 Replace this:
    #content {
        position:absolute;
        left:199px;
        top:10px;
        width:860px;
        z-index:1;
        right: auto;
        background-color: #FFF;
        text-align: center;
        color: #000;
        height: auto;
    with this:
    #content {
         width:860px;
         margin: 20px auto;
         border: 4px solid silver;
         background-color: #FFF;
         text-align: center;
         color: #000;
         -moz-box-shadow: 5px 5px 5px #888;
         -webkit-box-shadow: 5px 5px 5px #888;
         box-shadow: 5px 5px 5px #888;
    #5 Save your PW.css file and upload to server.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Border line in all jpgs, help

    Hi I'm new here and this is my first post ever.
    I had created a couple of sites with dreamweaver CS3. And around all my jpgs with links, when I press to go to the link, a line (frame) appears around the file.
    I work a lot with jpgs in web design. The strange thing is that this line appears in pc and not in mac.
    Any idea of what to change on the code to make the line dissapear?
    Thank you very much for your help.
    Tintin

    Hey Hans, thanks for your answer!
    Should I do it in all the html pages of the web site?
    And where where should I write it? 
    Let´s say I have this 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 name="google-site-verification" content="enz5iwMR3XVdfJK-6Kh4OmvFu7KIdk1Z_V-oMwb9hY0" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Martin Noboa's portfolio</title>
    <style type="text/css">
    <!--
    body {
    background-color: #FFFFFF;
    background-image: url();
    background-repeat: repeat;
    .style5 {color: #FFFFFF}
    #apDiv1 {
    position:absolute;
    width:200px;
    height:459px;
    z-index:0;
    left: 1149px;
    background-color: #000000;
    visibility: hidden;
    overflow: hidden;
    top: 50px;
    body,td,th {
    font-size: large;
    -->
    </style>
    <script type="text/javascript">
    function MM_CheckFlashVersion(reqVerStr,msg){
      with(navigator){
        var isIE  = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
        var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
        if (!isIE || !isWin){ 
          var flashVer = -1;
          if (plugins && plugins.length > 0){
            var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
            desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
            if (desc == "") flashVer = -1;
            else{
              var descArr = desc.split(" ");
              var tempArrMajor = descArr[2].split(".");
              var verMajor = tempArrMajor[0];
              var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
              var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
              flashVer =  parseFloat(verMajor + "." + verMinor);
          // WebTV has Flash Player 4 or lower -- too low for video
          else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;
          var verArr = reqVerStr.split(",");
          var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
          if (flashVer < reqVer){
            if (confirm(msg))
              window.location = "http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    </head>
    <body onload="MM_CheckFlashVersion('9,0,28,0','Content on this page requires a newer version of Adobe Flash Player. Do you want to download it now?');MM_preloadImages('PAST+.jpg','FUTURE+.jpg','PAST^.jpg','PRESENT^.jpg','blog2.jpg', 'LOGO.jpg','BLOG+.jpg','PAST+.jpg','PRESENT-.jpg','FUTURE+.jpg','FUTURO.jpg','tangojungle3 .jpg')">
    <table width="1151" border="0" align="center" cellpadding="0" bordercolor="#000000">
      <tr>
        <th width="519" height="18" scope="col"><div align="left"><a href="http://tangojunglefilms.com" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image14','','tangojungle3.jpg',1)"><img src="tangojungle.jpg" name="Image14" width="113" height="71" border="0" id="Image14" /></a></div></th>
        <th width="94" scope="col"><div align="center"></div></th>
        <th width="530" scope="col"><div align="right"></div></th>
      </tr>
      <tr>
        <th height="84" scope="col">     
          <div align="center"><a href="past.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image15','','PAST+.jpg',1)"><img src="PAST.jpg" name="Image15" width="71" height="49" border="0" id="Image15" /></a></div></th>
    <th bordercolor="#FFFFFF" bgcolor="#FFFFFF" scope="col">
              <div align="left"><a href="present.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image17','','PRESENT-.jpg',1)"><img src="PRESENT.jpg" name="Image17" width="94" height="49" border="0" id="Image17" /></a></div></th>
        <th scope="col">
          <div align="center"><a href="future.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image18','','FUTURO.jpg',1)"><img src="FUTURE.jpg" name="Image18" width="94" height="49" border="0" id="Image18" /></a></div></th>
      </tr>
      <tr>
        <th height="18" scope="col"><div align="right">
          <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','384','height','25','src','pelotitap','quality','high','pluginspage','http://www.adobe .com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','pelotitap' ); //end AC code
          </script>
          <noscript>
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="384" height="25">
            <param name="movie" value="pelotitap.swf" />
            <param name="quality" value="high" />
            <embed src="pelotitap.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="384" height="25"></embed>
          </object>
          </noscript>
        </div></th>
        <th bordercolor="#FFFFFF" bgcolor="#FFFFFF" scope="col"><div align="left">
          <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','71','height','84','src','pelotitapre','quality','high','pluginspage','http://www.adob e.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','pelotitapre' ); //end AC code
                </script>
          <noscript>
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="71" height="84">
            <param name="movie" value="pelotitapre.swf" />
            <param name="quality" value="high" />
            <embed src="pelotitapre.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="71" height="84"></embed>
          </object>
          </noscript>
        </div></th>
        <th scope="col"><div align="left">
          <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','384','height','25','src','pelotitaf','quality','high','pluginspage','http://www.adobe .com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','pelotitaf' ); //end AC code
          </script>
          <noscript>
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="384" height="25">
            <param name="movie" value="pelotitaf.swf" />
            <param name="quality" value="high" />
            <embed src="pelotitaf.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="384" height="25"></embed>
          </object>
          </noscript>
        </div></th>
      </tr>
      <tr>
        <th height="18" scope="col"> </th>
        <th bordercolor="#FFFFFF" bgcolor="#FFFFFF" scope="col"> </th>
        <th scope="col"> </th>
      </tr>
    </table>
    <table width="861" height="314" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#000000">
      <tr>
        <td width="87" height="314"> </td>
        <td width="165"><div align="center" class="style5">
          <p><img src="3 foischico.jpg" width="165" height="276" border="0" usemap="#Map4" /><img src="1m23s.jpg" width="116" height="15" /></p>
          </div></td>
        <td width="175"><div align="center">
          <p><img src="conlasangre_.jpg" width="165" height="276" border="0" usemap="#Map14" /><img src="3m43s.jpg" width="151" height="15" />      </p>
          </div></td>
        <td width="165"><div align="center">
          <p><img src="aupairschico.jpg" width="165" height="276" border="0" usemap="#Map13" /><img src="2m59s.jpg" width="151" height="15" /> </p>
          </div></td>
        <td width="175"><div align="center">
          <p><img src="bestiaschico.jpg" width="165" height="276" border="0" usemap="#Map11" /><img src="2m06.jpg" width="151" height="15" />      </p>
          </div></td>
        <td width="94"> </td>
      </tr>
    </table>
    <p> </p>
    <table width="188" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
      <tr>
        <th width="188" scope="col"><img src="all rights reserved.jpg" width="188" height="14" /></th>
      </tr>
    </table>
    <p>
      <map name="Map" id="Map">
        <area shape="rect" coords="-31,55,79,105" href="PAST.html" />
      </map>
      <map name="Map2" id="Map2">
        <area shape="rect" coords="38,-28,257,426" href="theater-trois.html" />
      </map>
      <map name="Map3" id="Map3">
        <area shape="rect" coords="36,102,60,103" href="#" />
        <area shape="rect" coords="-7,48,61,108" href="past.html" />
      </map>
      <map name="Map5" id="Map5">
        <area shape="rect" coords="26,5,417,644" href="aupairs.html" />
      </map>
      <map name="Map7" id="Map7">
        <area shape="rect" coords="64,8,257,166" href="past.html" />
      </map>
      <map name="Map10" id="Map10">
        <area shape="rect" coords="71,-5,357,499" href="aupairs.html" />
      </map>
      <map name="Map6" id="Map6">
        <area shape="rect" coords="68,2,457,515" href="con la sangre en el ojo.html" />
      </map>
      <map name="Map12" id="Map12">
        <area shape="rect" coords="-518,-325,-160,294" href="con la sangre en el ojo.html" />
      </map>
      <map name="Map4" id="Map4">
        <area shape="rect" coords="3,3,211,360" href="theater-trois.html" />
      </map>
      <map name="Map11" id="Map11">
        <area shape="rect" coords="-7,-10,368,524" href="bestias.html" />
      </map>
      <map name="Map13" id="Map13">
        <area shape="rect" coords="-26,-127,340,409" href="aupairs.html" />
      </map>
      <map name="Map14" id="Map14">
        <area shape="rect" coords="-8,-3,270,377" href="con la sangre en el ojo.html" />
      </map>
      <map name="Map8" id="Map8">
        <area shape="rect" coords="-5,-9,5,4" href="#" />
        <area shape="rect" coords="-8,-18,5,5" href="#" />
        <area shape="rect" coords="-10,-29,5,8" href="#" />
        <area shape="rect" coords="1,-14,9,8" href="#" />
        <area shape="rect" coords="48,16,92,35" href="#" />
      </map>
    </p>
    </body>
    </html>

  • Border on page

    Hi sorry if this is a very basic question only just started
    learning dreamweaver i want to put a border of 100 pixels and have
    that dark grey the inner section being light grey but if the window
    is smaller i want the full page to still be visible how would i go
    about this? hope that makes sense Any help would be appreciated.
    Thanks.

    On Thu 20 Jul 2006 09:54:21a, djflair1 wrote in
    macromedia.dreamweaver:
    > Hi sorry if this is a very basic question only just
    started learning
    > dreamweaver i want to put a border of 100 pixels and
    have that dark
    > grey the inner section being light grey but if the
    window is smaller i
    > want the full page to still be visible how would i go
    about this? hope
    > that makes sense Any help would be appreciated.
    This isn't a Dreamweaver question, it's a basic HTML
    question. The short
    answer:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>Sample Page</title>
    <style>
    body {
    background-color : #333333 ;
    #myCenterDiv {
    width : 680px ;
    background-color : #dedede ;
    margin : 0 auto ;
    </style>
    </head>
    <body>
    <div id="myCenterDiv">
    <h1>Hello, World!</h1>
    <p>Body content goes here. It will be in a box 680
    pixels wide and
    centered. If the browser viewport is wider than 680, dark
    gray strips
    will appear left and right. If the browser window is
    narrower than
    680, you will get a horizontal scroll bar.</p>
    </div>
    </body>
    </html>
    The slightly longer answer:
    Get a basic HTML and CSS book. Sit down with it and a text
    editor and
    build a few pages by hand, until you are at least somewhat
    familiar with
    HTML and CSS. THEN use DW. I recommend Elizabeth Castro,
    "HTML for the
    World Wide Web, Fifth Edition with XHTML and CSS: Visual
    QuickStart Guide"
    (ISBN: 0-321-13007-3)

  • Border on Video in iBooks

    Hi guys,
    I noticed there is a slight light grey border around the edges of my videos when I play it on my iPad. The border is on the edges of the video itself and not the actual box/wrapper the video is going into. I ensured the video has no border when exporting it.  I go between two video formats - .mp4 and .mov and both videos has the border.
    Any ideas?
    Thanks!

    Thank you so much for your help.
    I am now working in Adobe Acrobat X Pro and have embedded the same video. The borders have disappeared.
    I have set the video activation settings to enable when "The page containing the content is opened". When the page is opened, I am now seeing a grey box (the size of the video) flash before the video is played. Do you know of a way to not have the grey box appear before the video plays? Or is there even a way to edit the color of this box so it is a less noticeable transition in my documet? I assume this is some sort of default setting to be displayed when the video loads. Any suggestions regarding this issue would be greatly appreciated.

  • Css transitions in safari

    I  recently added some CSS transistions to my pages that work correctly on I.E., Chrome, Firefox, but tried to open my site on an Apple I-Pad running Safari and they just sit there.   
    Do I need to alter my code in some way so Safari can handle them ???   Thanks in advance. Pat

    As it turns out, we're both wrong, after some extensive testing to prove to myself that I wasn't crazy, I've found the :focus pseudo selector added to a class that is directly styling a <div> doesn't work on Mobile Safari at all (at least in iOS 6.x). Tap all you like on the <div>, it doesn't activate the :focus class.
    It works by default in IE, it will not work in FF, Safari, Chrome or Opera without the tabindex attribute added to the <div>.
    Javascript is the way to go.
    Here's my test page if you don't believe me. I'm sure there is a way to make it work by changing the selectors or where the styles are applied, however I was sticking to the OP site's basic structure by directly styling the <div> tags with the :focus (replacing :hover)...
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="utf-8" />
    <title>Tabindex Test</title>
    <style type="text/css">
    .trans {
        display:block;
        width:100px;
        height:20px;
        text-decoration:none;
        overflow:hidden;
        border:1px solid blue;
        cursor:pointer;
        -webkit-transition: all 2s;
        transition: all 2s;
    .trans:focus {
        height:100px;
        border:1px solid red;
    </style>
    </head>
    <body>
    <div class="trans">doesn't work</div>
    <div class="trans">.trans class</div>
    <div class="trans">no tabindex</div>
    <p> </p>
    <div tabindex="1" class="trans"><p>these</p><p>work</p></div>
    <div tabindex="2" class="trans"><p>same</p><p>class</p></div>
    <div tabindex="3" class="trans"><p>with</p><p>tabindex</p></div>
    <p> </p>
    <a href="#" class="trans">these</a>
    <a href="#" class="trans">work</a>
    <a href="#" class="trans">too, but...</a>
    </body>
    </html>

  • Export from FCE to iDVD, results in black border around movie

    Here is the problem....
    I have edited a movie in FCE where all of the footage is 1440 x 1080
    I export it using: File -> Export... QuickTime movie
    I choose "self contained" movie and "audio/video", plus "chapter markers" in the pop up menu.
    I then take this into iDVD amd all looks ok in the preview, but once burnt to DVD, there is a large black border around the entire movie.  It is almost like it is a smaller movie which does not fill the screen correctly.
    Any idea why this happens and how to overcome this. When I lok at the exported movie from FCE- it is 720-x576 and not the full size- is this the problem?
    Thanks for any tips.

    Hi
    Is it widescreen ?
    Did You in Your browser window set sequence and material to anamorphous. To me it was a revelation that the Browser window was exstendably to the right with lot's of columns - and one of them was Anamorphous.
    Did you start a WideScreen project in iDVD - First window that opens after You clicked Start a New iDVD project (top button). At bottom this new window You set 4:3 (SD format) or 16:9 for WideScreen.
    In iDVD You also need to go up to Project and down to Projectinfo
    then set 16:9 here TOOO !
    Proportion - Change it to 16:9
    When I go from FinalCut to iDVD - I do
    FCE/P to iDVD
    Several things
    • How to go from FCE/P to iDVD
    • Free space on Start-up hard disk
    • Encoding
    • Brand and type of DVDs used
    • Burn speed set
    • iDVD BUG
    • Chapters
    How to go from FCE/P to iDVD I do
    • Disable Screen and Energy saver
    • IMPORTANT --> FIRST in FinalCut - Mix Down Audio under Sequence Menu / Render Only / Mix-down
    • Export out as a QuickTime .mov file
    • Select with Mark - Chapter Mark
    • Not as Self-Contained (not important but saves time and space)
    • NO QUICKTIME CONVERSION (IMPORTANT)
    This QT.mov file I import into iDVD from within iDVD.
    Free space on Start-up hard disk
    I set a minimum of 25GB (for Mac OS and iDVDs temp files)
    Encoding
    • I use Pro Quality encoding
    Brand and type of DVDs used ( Important as cheap brands DO NOT WORK )
    • I use Verbatim
    • I use DVD-R
    Burn speed set (IMPORTANT)
    • I set down this to x4 (or x1)
    iDVD BUG
    • One can not go back to movie-project for any alterations and then go back to
    the iDVD project. It will notice and ask You to either Up-date or Cancel. Neither
    of them will work.
    Medicine - Start a brand new iDVD project.
    Use of Chapters
    • I only use a to z and 0 to 9 in naming them. NO other symbol/letter !
    • NO Chapter-mark at very beginning - iDVD NEEDS TO set this by it self
    • No Chapter marks in or within two seconds from a transition
    (Way around this last one - Export movie as QT full quality and NO Chapter marks
    Import this into a new Movie-project and now You are free to set C-Ms where You want
    them except at very beginning - still)
    Material used to build movie
    • video - I use streamingDV (or convert all other to this e.g. .mp4, .avi, .wmv etc)
    • audio - I use .aiff 16-bit 48kHz or from Audio-CD (44.1kHz) - no .mp3 or direct from iTunes
    • photos - I use .jpg - no .bmp etc
    Problems - then Trash iDVD pref. file and run Repair Permissions - and have a re-try.
    from post ??
    May not be relevant, but I had the same problem with iDVD, where burned DVDs showed a green screen. It was cured by quitting Quicksilver and Quickeys as well as disabling sleep and screen-saving
    Yours Bengt W

Maybe you are looking for

  • How to override the create method invoked by a create form?

    Hello everyone, I'm using ADF Faces and have the next question: How can I override the create method which is invoked by a create form to preset an attribute in the new row (the preset value is not fixed, I have to send it to the method as a paramete

  • I tried to create new library, now iPhoto can't find them

    i had so many photos in my iphoto library and it was taking forever to load up, so i wanted to create multiple libraries. i first tried the following protocol from the help but couldn't find the 'Create Library' command in the toolbar. 1.Quit iPhoto.

  • Configuring automatic email notification in P6 EPPM?

    Please help to figure out, how to configure the P6 EPPM system that user would get automatic notification via e-mail when some important activity is started. For example - project which consist of 5 activities and when the 5th activity is starting us

  • How to order/get top 10 records of Business Object

    Hi Guys, I need some help here. Im trying to find out how should I go about ordering my return results by .findByMultipleParameters. Is there a simple method to also get eg. top 30 records after sorting the results? There are some new class - OrderBy

  • How to delete users from oim database 11g???

    Can anyone help me: I need to clean the OIM database, so I need to delete All user accounts that exists in OIM Any help apprecciated regards