Help Containing Image in IE - CSS Issue.

I'm trying to get this site running and am in need of a
little help.
I have a fading image that seems to play nice in everything
but IE. Instead of staying within it's wrapper it floats off to the
right and I have no idea how to fix this one.
Feel free to have a look and let me know if you have any
thoughts on it.
Thanks.
http://www.coldwellutah.com/cbc2/

On Thu, 12 Feb 2009 21:02:52 +0000 (UTC), "Jeff Seal"
<[email protected]> wrote:
>Thanks Gary! You were right on the missing tag ending...
but now I'm
>wondering why it was validating. That is frustrating.
Anyway, one problem
>fixed but not the slideshow problem it seems. It still
does not behave in IE.
>- you can check as I re-upped the file.
Don't know where you validated it. The validator at
http://validator.w3.org/ found
that one was missing.
Sorry, I'm on my way out and don't have time to look more
closely right
now.
Gary

Similar Messages

  • Background image seems to be applied twice Can someone help with this CSS issue....

    Can someone help with this CSS issue....
    http://66.162.81.144/cms400min/default.aspx
    If you view the main page you will see that our background is
    2 shades of
    orange.. if you look at the line that divides those colors to
    the right and
    left you wil notice that the line is higher
    if you notice that it seems that there is another background
    on top of the
    first one..its the only thing i can think of..
    the only place where the image is being referenced is in this
    CSS style
    html, body
    min-height:100%;
    margin-bottom:1px;
    text-align:center;
    background-repeat:no-repeat;
    background-image:url(images/Background-Color2.jpg);
    background-color:#F74902;
    background-position:center;
    background-attachment:fixed;
    Is there something wrong with the above CSS that could or
    would cause this?
    is it because im applying the image to both the HTML and
    BODY?
    ASP, SQL2005, DW8 VBScript, Visual Studio 2005, Visual Studio
    2008

    You've attached the background to both the html and the body.
    I would do this:
    html, body {
    min-height:100%;
    margin-bottom:1px;
    body{
    text-align:center;
    background-repeat:no-repeat;
    background-image:url(images/Background-Color2.jpg);
    background-color:#F74902;
    background-position:center;
    background-attachment:fixed;
    Having said that the image doesn't look any higher on the
    right than the
    left to me in Firefox. Is it just an optical illusion?
    Daniel wrote:
    > Can someone help with this CSS issue....
    >
    >
    http://66.162.81.144/cms400min/default.aspx
    >
    > If you view the main page you will see that our
    background is 2 shades of
    > orange.. if you look at the line that divides those
    colors to the right and
    > left you wil notice that the line is higher
    >
    > if you notice that it seems that there is another
    background on top of the
    > first one..its the only thing i can think of..
    >
    > the only place where the image is being referenced is in
    this CSS style
    >
    > html, body
    >
    > {
    >
    > min-height:100%;
    >
    > margin-bottom:1px;
    >
    > text-align:center;
    >
    > background-repeat:no-repeat;
    >
    > background-image:url(images/Background-Color2.jpg);
    >
    > background-color:#F74902;
    >
    > background-position:center;
    >
    > background-attachment:fixed;
    >
    >
    > }
    >
    > Is there something wrong with the above CSS that could
    or would cause this?
    > is it because im applying the image to both the HTML and
    BODY?
    >

  • Image URL in the CSS issue

    ALL,
    I have a problem in URL of images in CSS. in the CSS, URL for the images. so we have checked-in the content server. we have given the url path in the css. URL would would look */idc/groups/public/documents/cp_images/imagename.gif*. offcource I have checked-in the CSS in the content server. images from content server appering in the site studio designer preview as well as the browser.
    But when I have published the this site in to specific location, i am facing problem. I am not getting in any ERRORS/warnings while Site crawling & Site publishing. All images paths in the CSS changing including images in the index.htm pages. But problem is images used in css are not appering on pages. other than that css effect like Color/effects are comming on htm pages. Images are also avaible in the published folder.
    My question is is there specific way to specify the images paths in the CSS in the oracle site studio designer?
    Any help would be much apriciated...
    Regards & thanks,
    Nirmala Vijaya Sekhar Varre

    I cant say for sure is there any standard way to avoid this behavior but here are some      technique's which can be suitable to solve your problem.
    - you can place all your site images into constant relative path to yours CSS. So if your css file is included in page like
    <link href="<!--$HttpRelativeWebRoot-->groups/public/documents/web_asset/file.css" type="text/css" rel="stylesheet" />then you can place images into groups/public/documents/web_images/ and refer to them in CSS like that
    div {
    background:url(../web_images/file.gif);
    }- next try you can move all CSS definitions requiring urls into page template leaving main pack in CSS set like that
    <link href="<!--$HttpRelativeWebRoot-->groups/public/documents/web_asset/file.css" type="text/css" rel="stylesheet" />
    <style type="text/css">
    div {
    background:url(<!--$HttpRelativeWebRoot-->groups/public/documents/web_images/file.gif);
    </style>or make a fragment to hold this dynamic css definition and include it in header in standard way
    - next try (for a curvy ones, havent tried myself, but seems working) you can create a idoc script with css commands, but include some commands to make it work like css
    i mean this very commands setContentType (page-720), setExpires (page-722), setHttpHeader (page-724) (pages are from idoc reference guide)
    i'd recommend using 1st method to avoid complexivity.
    Edited by: ivanko on Nov 30, 2009 3:20 PM

  • Help With Image In IE

    Hello,
    I'm having difficulty with one image in IE. I've reviewed all the suggestions in other post although nothing is working. I've converted images from jpg, png. Image is sRGB in photoshop. Not sure what else I can do to get it to resolve. Any help would be greatly appreciated. Thanks
    <div class="box4-content">
    <!-- numo box right -->
    <img src="image folder/priceimage.png" width="600" height="216" />
    <h3>WTH Success Business Opportunity!</h3>

    I haven't published the site yet so I can't provide a link. Would it be helpfull to see the complete index file? Underlined and bold is the image I'm having issues with.
    <!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">
    <!-- InstanceBegin template="/Templates/primary.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <!-- InstanceBeginEditable name="meta" -->
    <title>WTHSuccess</title>
    <meta name="Keywords" content="place your keywords here" />
    <meta name="Description" content="place a description for your webpage here" />
    <!-- InstanceEndEditable -->
    <!-- language content -->
    <meta name="language" content="en-US" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- fixed styles -->
    <link href="Site/styles/styles.css" rel="stylesheet" type="text/css" />
    <link href="Site/styles/primary.css" rel="stylesheet" type="text/css" />
    <!-- column styles -->
    <!-- InstanceBeginEditable name="styles" -->
    <style type="text/css">
    #column1_wrapper          {width:100%;                     border:0px;}
    #left1col                              {width:240px;                    float:left; padding-left:20px;}
    #left1pad                              {width:0px;                              float:left;}
    #right1col                              {width:0px;                              float:right;}
    #right1pad                              {width:0px;                              float:right;}
    #center1col                              {margin-left:240px; margin-right:0px;}
    #column2_wrapper          {width:100%;                     border:0px;}
    #left2col                              {width:33%;                              float:left;}
    #left2pad                              {width:0px;                              float:left;}
    #right2col                              {width:33%;                              float:right;}
    #right2pad                              {width:0px;                              float:right;}
    #center2col                              {margin-left:33%;           margin-right:33%;}
    #image_rotator_cover                    {background:url('Site/flash/image_rotator/skins/FL_imageRotatorCover.png') no-repeat center top; width:100%; height:246px; margin-left:auto; margin-right:auto;}
    </style>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="flash_variables" -->
    <script type="text/javascript">
    // if this page is in:
    //   the root folder, then set this variable to ./
    //   a sub folder one level deep, then set this variable to ../
    //   a sub folder two levels deep, then set this variable to ../../
    var flashRootLocation = "./";
    var flashConfigLocation = "config";
    var flashConfigType = "xml"; // either xml or php
    </script>
    <!-- InstanceEndEditable -->
    <!-- Flash scripting -->
    <script type="text/javascript" src="Site/javascript/special_functions.js"></script>
    <script type="text/javascript" src="Site/logo/js/sifr.js"></script>
    <script type="text/javascript" src="Site/logo/js/sifr-debug.js"></script>
    <script type="text/javascript" src="Site/logo/js/sifr-config.js"></script>
    <script type="text/javascript" src="Site/flash/js/swfobject.js"></script>
    <!-- Menu scripting -->
    <script type="text/javascript" src="Site/javascript/jquery.min.js"></script>
    <script type="text/javascript" src="Site/javascript/ddsmoothmenu.js">
    * Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
    </script>
    <!-- InstanceBeginEditable name="misc scripting" -->
    <!-- InstanceEndEditable -->
    <!-- IE6 PNG fix scripting -->
    <!--[if lte IE 6]>
    <script type="text/javascript" src="Site/javascript/supersleight-min.js"></script>
    <![endif]-->
    <!-- IE6 style -->
    <!--[if lte IE 6]>
              <script>
              document.write('<link href="Site/styles/ie6.css" rel="stylesheet" type="text/css" />')
              </script>
                        <noscript>
                        <link href="../Site/styles/ie6.css" rel="stylesheet" type="text/css" />
                        </noscript>
    <![endif]-->
    </head>
    <body>
    <!-- main -->
    <div id="main">
    <!-- content1 -->
    <div id="content1_bg"><div id="content1_wr"><div id="content1_l"></div><div id="content1_r"></div><div id="content1">
    <!-- content_bg -->
    <div class="content_bg"><div class="boxc"><div class="btc"><div></div></div><div class="i1c"><div class="i2c"><div class="i3c"><div class="boxc-inner"><div class="boxc-2"><div class="boxc-6"><div class="boxc-4"><div class="boxc-8"><div class="boxc-5"><div class="boxc-7"><div class="boxc-3"><div class="boxc-1"><div class="boxc-content">
    <!--SEO H1 -->
    <div id="seo_1">
    <!-- InstanceBeginEditable name="seo_h1" -->
    <h1>WTH Success</h1>
    <!-- InstanceEndEditable -->
    </div>
    <!--/SEO H1 -->
    <!--SEO H2 -->
    <div id="seo_2">
    <!-- InstanceBeginEditable name="seo_h2" -->
    <h2>Be Your Own Boss! Achieve Financial Freedom, Eternal Security and Happiness!</h2>
    <!-- InstanceEndEditable -->
    </div>
    <!--/SEO H2 -->
    <!-- InstanceBeginEditable name="content1_top" -->
    <!-- InstanceEndEditable -->
    <!-- content1 columns -->
              <div id="columns1"><div id="column1_wrapper">
                        <div id="left1pad"></div>
                                  <div id="left1col">
                                            <!-- InstanceBeginEditable name="left1" -->
                                                      <!-- whatsnew -->
                                                                <div class="whatsnew">
                                                                          <div class="box1"><div class="bt"><div></div></div><div class="i1"><div class="i2"><div class="i3"><div class="box1-inner"><div class="box1-2"><div class="box1-6"><div class="box1-4"><div class="box1-8"><div class="box1-5"><div class="box1-7"><div class="box1-3"><div class="box1-1"><div class="box1-content">
                                                                          <!--webbot bot="Include" U-Include="Library/expression-fp/$_whats_new.htm" TAG="BODY" startspan --><!-- #BeginLibraryItem "/Library/dreamweaver/$_whats_new.lbi" -->
    <h3>WhatsNew:</h3>
    <h4>First Heading or Title</h4>
    <h5>Septermber 16, 1926</h5>
    <p>
    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
    industry&#39;s standard dummy text ever since the 1500s.</p>
    <!-- #EndLibraryItem --><!--webbot bot="Include" i-checksum="54304" endspan -->
                                                                          </div></div></div></div></div></div></div></div></div> </div></div></div></div><div class="bb"><div></div></div></div>
                                                                </div>
                                                      <!-- /whatsnew -->
                                                      <!-- currentnews -->
                                                                <div class="currentnews">
                                                                          <div class="box1"><div class="bt"><div></div></div><div class="i1"><div class="i2"><div class="i3"><div class="box1-inner"><div class="box1-2"><div class="box1-6"><div class="box1-4"><div class="box1-8"><div class="box1-5"><div class="box1-7"><div class="box1-3"><div class="box1-1"><div class="box1-content">
                                                                          <!--webbot bot="Include" U-Include="Library/expression-fp/$_current_news.htm" TAG="BODY" startspan --><!-- #BeginLibraryItem "/Library/dreamweaver/$_current_news.lbi" -->
    <h3>CurrentNews:</h3>
    <h4>First Heading or Title</h4>
    <h5>Septermber 16, 1926</h5>
    <p>
    <a href="$_blank_minimized.htm">Lorem Ipsum</a> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
    industry&#39;s standard dummy text ever since the 1500s.
    </p>
    <!-- #EndLibraryItem --><!--webbot bot="Include" i-checksum="50797" endspan -->
                                                                          </div></div></div></div></div></div></div></div></div> </div></div></div></div><div class="bb"><div></div></div></div>
                                                                </div>
                                                      <!-- /currentnews -->
                                                      <!-- recentevents -->
                                                                <div class="recentevents">
                                                                          <div class="box1"><div class="bt"><div></div></div><div class="i1"><div class="i2"><div class="i3"><div class="box1-inner"><div class="box1-2"><div class="box1-6"><div class="box1-4"><div class="box1-8"><div class="box1-5"><div class="box1-7"><div class="box1-3"><div class="box1-1"><div class="box1-content">
                                                                          <!--webbot bot="Include" U-Include="Library/expression-fp/$_recent_events.htm" TAG="BODY" startspan --><!-- #BeginLibraryItem "/Library/dreamweaver/$_recent_events.lbi" -->
    <h3>RecentEvents:</h3>
    <h4>First Heading or Title</h4>
    <h5>Septermber 16, 1926</h5>
    <p>
    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
    industry&#39;s standard dummy text ever since the 1500s.</p>
    <!-- #EndLibraryItem --><!--webbot bot="Include" i-checksum="27171" endspan -->
                                                                          </div></div></div></div></div></div></div></div></div> </div></div></div></div><div class="bb"><div></div></div></div>
                                                                </div>
                                                      <!-- /recentevents -->
                                            <!-- InstanceEndEditable -->
                                  </div>
                        <div id="right1pad"></div>
                                  <div id="right1col">
                                            <!-- InstanceBeginEditable name="right1" -->
                                            <!-- InstanceEndEditable -->
                                  </div>
                                  <div id="center1col">
                                            <!-- InstanceBeginEditable name="body1" -->
    <div class="box4-content">
    <!-- numo box right -->
    <img src="image folder/priceimage.png" width="400" height="116" />
    <h3>WTH Success Business Opportunity!</h3>
    <p><strong><em>What if someone said they can remove all the stress in your  every day life? loss of job, medical bills, divorce, debt... what would you do? </em></strong></p>
    <p>Welcome to WTH Success network marketing business opportunity. We want to thank you for taking the time to understand how you can secure your financial freedom with this proven and very successful business strategy. </p>
    <p> WTH Success offers an &quot;out of the box&quot; home business opportunity where<strong><u> YOU GET PAID</u></strong> commission plus bonus opportunity for every distributor you sign up! The sky is the limit on how you can grow as a distributor and income you can earn! <em><strong>Ask yourself what could you do with extra income each month? $1000, $2000, $5,000, $10,000...?</strong></em></p>
    <p>WTHSuccess is a subsidiary of <a href="http://www.winthehunt.com">www.winthehunt.com</a> a penny auction website where you can win merchandise for pennies on the dollar. Many WTHSuccess distributors use their bids purchased through the business on the penny auction site to pay for items needed in every day life. As a distributor you have the ability to purchase bids and either use them yourself or hand them out to other potential distributors. There is a great benefit to being a member as you can win many of the items offered through the penny auction site such as giftcards for gas, retailers,  restraunts, or other great merchandise on top of commissions.</p>
    <p>WTHSuccess allows you the opportunity to earn money all while winning great items on winthehunt.com. What better way to achieve financial freedom while getting your every day needs such as gas and groceries virtually free!</p>
    <p>To understand more about the program and to become an active distributor click on the <a href="HowItworks.htm">How It Works</a> link at the top of the page and learn how you can start earning money today! </p>
    <p><img src="image folder/join button.jpg" width="160" height="100" align="absmiddle" /></p>
    <p> </p>
    <h4>Listen to the below testimonial:</h4>
    <p><object type="application/x-shockwave-flash" width="500" height="429"
    data="http://www.youtube.com/v/fYzuuAkeVvE?fs=1&hl=en_US&rel=0"><param name="movie" value="http://www.youtube.com/v/fYzuuAkeVvE?fs=1&hl=en_US&rel=0"/><param name="wmode" value="transparent" /></object> </p>
    <p> </p>
    <h6> </h6>
    <p> </p>
    <h3> </h3>
    <p> </p>
    </div>
    <p> </p>
                                            <!-- InstanceEndEditable -->
                                  </div><!--/center column -->
              </div></div><!-- columns -->
    <div class="clear"> </div>
    <!-- InstanceBeginEditable name="content1_bottom" -->
    <!-- InstanceEndEditable -->
    </div></div></div></div></div></div></div></div></div></div></div></div></div><div class="bbc"><div></div></div></div></div>
    <!-- /content_bg -->
    </div></div></div><!-- /content1 /content1_wr /content1_bg -->
    <!-- content2 -->
    <div id="content2_bg"><div id="content2_wr"><div id="content2_l"></div><div id="content2_r"></div><div id="content2">
    <!-- content_bg
    <div class="content_bg"><div class="boxc"><div class="btc"><div></div></div><div class="i1c"><div class="i2c"><div class="i3c"><div class="boxc-inner"><div class="boxc-2"><div class="boxc-6"><div class="boxc-4"><div class="boxc-8"><div class="boxc-5"><div class="boxc-7"><div class="boxc-3"><div class="boxc-1"><div class="boxc-content">
    -->
    <!-- InstanceBeginEditable name="content2_top" -->
    <p> </p>
    <!-- InstanceEndEditable -->
    <!-- conent2 columns -->
              <div id="columns2"><div id="column2_wrapper">
                        <div id="left2pad"></div>
                                  <div id="left2col">
                                            <!-- InstanceBeginEditable name="left2" -->
                                            <!-- InstanceEndEditable -->
                                  </div>
                        <div id="right2pad"></div>
                                  <div id="right2col">
                                            <!-- InstanceBeginEditable name="right2" -->
                                            <!-- InstanceEndEditable -->
                                  </div>
                                  <div id="center2col">
                                            <!-- InstanceBeginEditable name="body2" -->
                                            <!-- InstanceEndEditable -->
                                  </div>
              </div></div><!-- /columns2 / containers2 -->
    <div class="clear"> </div>
    <!-- InstanceBeginEditable name="content2_bottom" --><!-- InstanceEndEditable -->
    <!-- /content_bg
    </div></div></div></div></div></div></div></div></div></div></div></div></div><div class="bbc"><div></div></div></div></div>-->
    <!-- /content_bg -->
    </div></div></div><!-- /content2 /content2_wr /content2_bg -->
    <!-- header -->
    <div id="header_bg">
              <div id="header_wr"><div id="header_l"></div><div id="header_r"></div><div id="header">
    <!-- header_bg
    <div class="header_bg"><div class="boxh"><div class="bth"><div></div></div><div class="i1h"><div class="i2h"><div class="i3h"><div class="boxh-inner"><div class="boxh-2"><div class="boxh-6"><div class="boxh-4"><div class="boxh-8"><div class="boxh-5"><div class="boxh-7"><div class="boxh-3"><div class="boxh-1"><div class="boxh-content">
    </div></div></div></div></div></div></div></div></div></div></div></div></div><div class="bbh"><div></div></div></div></div> -->
    <!-- /header_bg -->
    <!-- InstanceBeginEditable name="header" -->
                                            <!--themed icons-->
                                            <div id="themed_icons">
                                            <!--webbot bot="Include" U-Include="Library/expression-fp/themed_icons.htm" TAG="BODY" startspan --><!-- #BeginLibraryItem "/Library/dreamweaver/themed_icons.lbi" -->
    <div class="icon_wrapper">
    <a href="index.htm">                              <img alt="icon1" title="Colins Place"                               src="Site/themed_images/themed_icon1.png" width="40" height="40" id="icon1" style="border:0px;" /></a>
    <a href="contact.htm">                    <img alt="icon2" title="contact"                     src="Site/themed_images/themed_icon2.png" width="40" height="40" id="icon2" style="border:0px;" /></a>
    <a href="sitemap.htm">                    <img alt="icon3" title="sitemap"                     src="Site/themed_images/themed_icon3.png" width="40" height="40" id="icon3" style="border:0px;" /></a>
    <a href="faqs.htm">                              <img alt="icon4" title="faqs"                               src="Site/themed_images/themed_icon5.png" width="40" height="40" id="icon4" style="border:0px;" /></a>
    <a href="contact.htm">                    <img alt="icon5" title="photo gallery"           src="Site/themed_images/themed_icon4.png" width="40" height="40" id="icon6" style="border:0px;" /></a>
    </div>
    <!-- #EndLibraryItem --><!--webbot bot="Include" i-checksum="31386" endspan --></div>
                                            <!--/themed icons-->
                                            <!--themed object-->
                                            <div id="themed_object">
                                            <!--webbot bot="Include" U-Include="Library/expression-fp/themed_object.htm" TAG="BODY" startspan --><!-- #BeginLibraryItem "/Library/dreamweaver/themed_object.lbi" -->
    <!-- #EndLibraryItem --><!--webbot bot="Include" i-checksum="60640" endspan --></div>
                                            <!--/themed object-->
                                            <!--themed object2-->
                                            <div id="themed_object2">
                                            <!--webbot bot="Include" U-Include="Library/expression-fp/themed_object2.htm" TAG="BODY" startspan --><!-- #BeginLibraryItem "/Library/dreamweaver/themed_object2.lbi" -->
    <!-- #EndLibraryItem --><!--webbot bot="Include" i-checksum="4131" endspan --></div>
                                            <!--/themed object2-->
                                            <!--logo graphic-->
                                            <div id="logo">
                                            <!--webbot bot="Include" U-Include="Library/expression-fp/logo_graphic.htm" TAG="BODY" startspan --> <!-- #BeginLibraryItem "/Library/dreamweaver/logo_graphic.lbi" -->
    <!-- add logo graphic here -->
    <!-- add logo graphic here -->
    <!-- #EndLibraryItem -->
    <!--webbot bot="Include" i-checksum="26000" endspan --></div>
                                            <!--/logo graphic-->
                                            <!--logo website name-->
                                            <div id="textlogo">
                                            <!--webbot bot="Include" U-Include="Library/expression-fp/logo.htm" TAG="BODY" startspan --><!-- #BeginLibraryItem "/Library/dreamweaver/logo.lbi" -->
    <p><a href="index.htm">WTH Success</a></p>
    <p> </p>
    <!-- #EndLibraryItem --><!--webbot bot="Include" i-checksum="392" endspan --></div>     
                                            <!--/logo website name-->
                                            <!-- menu_bg
                                            <div class="menu_bg_wr"><div class="menu_bg"><div class="boxm"><div class="btm"><div></div></div><div class="i1m"><div class="i2m"><div class="i3m"><div class="boxm-inner"><div class="boxm-2"><div class="boxm-6"><div class="boxm-4"><div class="boxm-8"><div class="boxm-5"><div class="boxm-7"><div class="boxm-3"><div class="boxm-1"><div class="boxm-content">
                                            -->
                                            <!-- menu top -->
                                            <script type="text/javascript">ddsmoothmenu.init({mainmenuid: "smoothmenu1", orientation: 'h', classname: 'ddsmoothmenu', contentsource: "markup" })</script>
                                            <div id="menu_top"><div id="smoothmenu1" class="ddsmoothmenu">
                                            <!--webbot bot="Include" U-Include="Library/expression-fp/menu_top.htm" TAG="BODY" startspan --><!-- #BeginLibraryItem "/Library/dreamweaver/menu_top.lbi" -->
    <ul>
              <li><a href="index.htm">Home</a></li>
              <li><a href="services.htm">How It Works</a></li>
              <li><a href="services.htm">Getting Paid</a></li>
                <li><a href="contact.htm">Contact Us</a></li>
                <li><a href="index.htm">Join</a></li>
                <li><a href="index.htm">Login</a></li>
    </ul>
    <!-- #EndLibraryItem --><!--webbot bot="Include" i-checksum="38016" endspan --><br style="clear: left" /></div></div>
                                            <!-- /menu top -->
                                            <!-- /menu_bg
                                            </div></div></div></div></div></div></div></div></div></div></div></d iv></div><div class="bbm"><div></div></div></div></div></div>-->
                                            <!-- /menu_bg -->
                                            <!--mp3-->
                                            <div id="mp3_component">
                                            <!--webbot bot="Include" U-Include="Site/flash/mp3/mp3.htm" TAG="BODY" startspan --><!-- #BeginLibraryItem "/Site/flash/mp3/mp3.lbi" -->
    <script type="text/javascript">
                                  var flashvars            = {};
                                  flashvars.configLocation = flashConfigLocation;
                                  flashvars.playMusic                     = playMusic;
                                  var params               = {};
                                  params.play              = "true";
                                  params.loop              = "true";
                                  params.quality           = "high";
                                  params.scale             = "showall";
                                  params.wmode             = "transparent";
                                  params.devicefont        = "false";
                                  params.swliveconnect     = "false";
                                  params.allowfullscreen   = "false";
                                  params.allowscriptaccess = "sameDomain";
                                  params.base              = flashRootLocation + "Site/flash/";
                                  var attributes   = {};
                                  attributes.id    = "flashheader";
                                  attributes.name  = "mp3";
                                  attributes.align = "middle";
                                  swfobject.embedSWF(flashRootLocation + "Site/flash/mp3.swf", "headerDivmp3", "296", "67", "9.0.0", flashRootLocation + "Site/flash/js/expressInstall.swf", flashvars, params, attributes);
                        </script>
    <!-- mp3 -->
    <div id="mp3_wrapper"><div id="mp3"><div class="mp3">
              <div id="headerDivmp3" style="width:296px; height:67px;">
                                  <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" />
                                  </a>
              </div>
    </div></div></div>
    <!-- /mp3 -->
    <!-- #EndLibraryItem --><!--webbot bot="Include" i-checksum="37310" endspan --></div>      
                                            <!--/mp3-->
                                            <!--twitter-facebook-->
                                            <div id="twitter-facebook">
                                            <!--webbot bot="Include" U-Include="Library/expression-fp/twitter-facebook.htm" TAG="BODY" startspan --><!-- #BeginLibraryItem "/Library/dreamweaver/twitter-facebook.lbi" -->
    <div>
    <a href="http://www.facebook.com/winthehunt/">          <img alt="follow me on facebook"           title="Facebook"           src="Site/themed_images/facebook_badge.png"                     width="36" height="36" style="border:0px;" /></a>
    <a href="http://www.twitter.com/#!/winthehunt">          <img alt="tweet me"                                         title="Twitter"           src="Site/themed_images/t_logo-a.png"                               width="36" height="36" style="border:0px;" /></a>
    </div>
    <!-- #EndLibraryItem --><!--webbot bot="Include" i-checksum="49610" endspan --></div>
                                            <!--/twitter-facebook-->
    <!-- InstanceEndEditable -->
              </div></div></div>
    <!-- /header /header_wr /header_bg -->
    <!-- InstanceBeginEditable name="components" -->
                                            <!--imagerotator-->
                                            <div id="image_rotator_wrapper"><div id="image_rotator_component">
                                            <!--webbot bot="Include" U-Include="Site/flash/image_rotator/image_rotator.htm" TAG="BODY" startspan --><!-- #BeginLibraryItem "/Site/flash/image_rotator/image_rotator.lbi" -->
    <script type="text/javascript">
                                  var flashvars            = {};
                                  flashvars.configLocation = flashConfigLocation;
                                  flashvars.configType = flashConfigType;
                                  var params               = {};
                                  params.play              = "true";
                                  params.loop              = "true";
                                  params.quality           = "high";
                                  params.scale             = "showall";
                                  params.wmode             = "transparent";
                                  params.devicefont        = "false";
                                  params.swliveconnect     = "false";
                                  params.allowfullscreen   = "false";
                                  params.allowscriptaccess = "sameDomain";
                                  params.base              = flashRootLocation + "Site/flash/";
                                  var attributes   = {};
                                  attributes.id    = "flashheader";
                                  attributes.name  = "image_rotator";
                                  attributes.align = "middle";
                                  swfobject.embedSWF(flashRootLocation + "Site/flash/image_rotator.swf", "headerDivimage_rotator", "1680", "244", "9.0.0", flashRootLocation + "Site/flash/js/expressInstall.swf", flashvars, params, attributes);
                        </script>
    <!-- image_rotator -->
    <div id="image_rotator_wrapper"><div id="image_rotator"><div class="image_rotator">
              <div id="headerDivimage_rotator"><img src="Site/themed_images/image_rotator1.jpg" alt="Welcome Image" style="border:0px;" />          </div>
    <div id="image_rotator_cover_wrapper"><div id="image_rotator_cover"></div></div>
    </div></div></div>
    <!-- /image_rotator -->
    <!-- #EndLibraryItem --><!--webbot bot="Include" i-checksum="43908" endspan --></div></div>   
                                            <!--/imagerotator-->
    <!-- InstanceEndEditable -->
    <!-- footer -->
    <div id="footer_bg"><div id="footer_wr"><div id="footer_l"></div><div id="footer_r"></div><div id="footer">
    <!-- footer_bg -->
    <div class="footer_bg"><div class="boxf"><div class="btf"><div></div></div><div class="i1f"><div class="i2f"><div class="i3f"><div class="boxf-inner"><div class="boxf-2"><div class="boxf-6"><div class="boxf-4"><div class="boxf-8"><div class="boxf-5"><div class="boxf-7"><div class="boxf-3"><div class="boxf-1"><div class="boxf-content">
                                   <!-- InstanceBeginEditable name="footer" -->
    <!--webbot bot="Include" U-Include="Library/expression-fp/footer.htm" TAG="BODY" startspan --><!-- #BeginLibraryItem "/Library/dreamweaver/footer.lbi" -->
    <div class="footer_wrapper" style="width:100%; text-align:center;">
    <p> </p>
    <p>Copyright 2012.WinTheHunt, LLC. All Rights Reserved.</p>
    <p>
              <a href="index.htm">Home</a> |
              <a href="TermsandConditions.htm">Terms</a> |<a href="services.htm">Getting Paid</a>| <a href="contact.htm">Contact </a>|
              <a href="privacy.htm">Privacy</a> |
              <a href="sitemap.htm">Sitemap</a>
    </p>
    </div><!-- #EndLibraryItem --><!--webbot bot="Include" i-checksum="63035" endspan -->
                                  <!-- InstanceEndEditable -->
    </div></div></div></div></div></div></div></div></div></div></div></div></div><div class="bbf"><div></div></div></div></div>
    <!-- /footer_bg -->
    </div></div></div>
    <!-- /footer /footer_wr /footer_bg -->
    </div>
    <!-- /main -->
    <!-- adsense or advertising space -->
    <div id="adsense"><div id="adsense_wrapper">
    <!-- copy adsense or advertising code here -->
    </div></div>
    <!-- scripts or trackers1 -->
    <div id="special1"><!-- InstanceBeginEditable name="special1" -->
                        <p> </p>
                                            <!-- InstanceEndEditable --></div>
    <!-- /scripts or trackers1 -->
    <!-- scripts or trackers2 -->
    <div id="special2"><!-- InstanceBeginEditable name="special2" -->
                        <p> </p>
                                            <!-- InstanceEndEditable --></div>
    <!-- /scripts or trackers2 -->
    </body>
    <!-- InstanceEnd -->
    </html>

  • Hierarchy Viewer CSS issue

    Hi,
    I have a Fusion Web Application in Jdeveloper 12C that gets the colors and skinning from a CSS file.
    When i add:
    af|dvt-hierarchyViewer
        background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #000000 300%);
        background-color: currentColor;
        background-attachment: scroll;
    to my CSS file and run my application, the Hierarchy opens with a grey colour but then it flashes back to the default light blue gradient of fusionFx-simple-v2.desktop as soon as it tries to fetch data.
    But if i change these settings on the Hierarchy itself, the colour changes to the grey and it stays grey.
    Any help with this will be appreciated
    Stefan du Preez

    Duplicate Hierarchy Viewer CSS issue
    Timo

  • Problem in downloading an html page that contains images

    Hi,
    This is surekha
    I am facing a problem in downloading an html page that contains images
    The file is downloading , but when I access the the downloaded file it displays X marks in the place where images r present....
    How can i download a html file along the images it contains
    Please help me ...........

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Can you help me solve my aspect ratio issue?

    Hey guys,
    I'm posting this in hopes that someone can help me solve an aspect ratio issue with a project that I have to finish by tomorrow.
    I'm trying to avoid having to re-edit the entire thing.
    I shot the project with my Nikon D7000 DSLR. in 720p 30p (29.97)
    I am running Adobe Premiere Pro CS5 (the trial version).  I have the full version of Adobe Premiere Pro CS3.
    The reason I was working with the trial is that CS3 can't handle the H.264 MOVs that the D7000 records.
    You can work with a timeline, but if you try to export anything, it never works.  I always have to convert my footage to ProRes MOVs with MPEG Streamclip before I can work with them is CS3.  That takes a lot of time and a lot of hard drive space.  After much research, I found out that CS5 is the way to go for DSLR footage.  I just need to save up my pennies for the upgrade.
    So I thought I'd edit this short (1 minute) project with the trial to see how CS5 works with the D7000 footage.
    Upon installing the trial program, I found that the project presets were limited.  I knew this ahead of time because it's clearly stated on the Adobe's website.
    But I wasn't aware how limited they are.
    Since "DSLR 1280x720p 30p" is not an option with the trial, I was going to use HDV 720p 30p.  But that was not an option either!
    So basically, my only option for 16x9 30p was "DV NTSC Widescreen".  It's my understanding that this is 864x480 (in square pixel aspect ratio) or 720x480  (in widescreen pixel aspect ratio)   I needed the output file to be 864x486.  I downsized the footage to 69% in the "Video Effects: Motion" setting so it looked correct in the project.  I didn't think about those extra 6 pixels until I outputed the file and saw thin black lines on the top and bottom.  My guess is that Premiere is adding black pixels because my project is technically 720x480 (1.2121)
    Any thoughts on how I can get a clean 864x486 export?  I'd rather not re-edit the whole thing...which I would have to do in CS3 after I spent a few hours converting the original files in MPEG Streamclip.  I don't know if there is a way to export something out of CS5 and then open a new project in CS3 to make this work.
    Thanks in adavance!
    - Jordan

    On export, just crop a few pixels off of each side; that'll let the image scale correctly to the output frame size without black bars.
    I'm not running the trial, but you should still be able to create a custom sequence preset using the Desktop editing mode. Just switch over to the General tab when you create a new sequence, and choose "Desktop" from the editing modes. Set the rest of the parameters as you need them.
    Even easier: once you've imported your footage, just drag a clip to the New Item icon at the bottom of the project panel; a sequence will be created matching your footage parameters. You can edit at full-resolution, and then export to your desired frame size when complete--you'll probably still need to crop a few pixels (in the Export Settings window) to eliminate the black bars.

  • Urgent CSS issue in Safari! LIVE site *****

    A site I recently wrapped up was working great in all
    browsers, and for some reason I hopped on Safari today and noticed
    it's not formatting right at all! I'm not sure where the issue is
    as it was hunkey dorey before, and am hoping somebody on here might
    know so I can fix it quickly before there are complaints from
    people browsing to the site.
    http://www.mackinnonicehorse.com
    Anybody have any ideas? If you look at it in other browsers
    you'll see how the navigation should be, and there are some other
    small CSS issues in Safari that I'm seeing. It was working fine
    though… ideas? Please help!

    Never mind… there was ONE little mistake in my
    stylesheet that I fixed and BAM - everything back to normal.
    PHEW!!! :)

  • Spry Photo Gallery Image Size via CSS

    Hello!
    I´ve been customizing the spry photo gallery for a couple of time, but got my little problem when viewing it on a mobile phone. When you load up the pictures with a size of 450 x 300 px for example, put up the right xml file with it´s width and height, so the gallery shows the pictures in that size. So what I want to do is that you can specify the image size with css depending on the device you´re watching the site with. There is div in the css called "mainImage" where the size is in %. When you change it to 75% for example. The pictures are correctly shown with 75% of it´s original size, but the outline (grey background) is still in 100%. When you make this grey background transparent it´s still there and moves the caption down. I guess there have to be done some changes within the SpryImageViewer.js, but I just know very little things about JavaScript. Do you have any clues how to change this to specify the image size via CSS?
    Thank you for your help!!!
    Kind regards,
    Joerg

    I see you are still using Spry 1.5. Have you considered upgrading to 
    Spry 1.6.1?
    Also your XML is broken, if you open up your xml in a normal standards 
    complaint browser such as firefox, you will see that it doesn't render
    a normal tree view as it would do with other xml files. So i suggest 
    checking those errors out.
    Its mainly because you  forgot to close your starting tag of the 
    gallerys node. (<gallery
    base = ""
    background = "#FFFFFF"
    banner = "#F0F0F0"
    text = "#000000"
    link = "#0000FF"
    alink = "#FF0000"
    vlink = "#800080"
    before your xml starts.

  • How to: Save many PDF files containing images as jpeg

    I have a whole lot of PDF files that only contain images. I need them to be in jpeg format however.
    To convert them I'd need to open all theses pdf files in Preview and then "save as" jpeg. This does the job wonderfully.
    But it only does so for one pdf/image at a time. There's no way I can do this for all the files.
    I need to preserve the pdf files' names, too, so I can't combine the files and insert them into one pdf. This would result in having jpegs all right, but with names that do not represent the original file names.
    How can I batch process this with Preview?
    I tried the Automator but haven't found any way of doing it there.
    Does anyone have an idea how to accomplish that?

    Hi PPAC,
    What version of Windows are you running? I found another thread about this particular issue, with two possible solutions. One is to make sure that you're logged in as an administrator, and the other is to change the compatibility to earlier version of Windows. (Right-click the Acrobat application icon, choose Properties, and then choose compatibility.)
    I'm also curious what export settings you're choosing when you save as JPEG...
    Best,
    Sara

  • Need help placing images on separate layers

    I'm a novice to Javascript but I've been trying to learn. I have a project where i need to place muliple images from a folder onto separate layers (same page) in a template. I tried to modify "ImageCatalogue" script within InDesign to disastrous results. On another thread someone was kind enough to give me a short script "Objects to Layers" written by Kasyan Servetsky. This was very helpful but not exact to my needs so now I'm starting from scratch. I've been playing with the following code trying to get it to work. It doesn't and I'm getting frustrated. I keep changing this line but it keeps coming back as "undefined":
    myImage.place(newLayer);
    Can someone please point me in the right direction? Is my coding too simple? The end comments are my wish list of add-ons should I ever get these layers working.
    Thanks for your help!
    // script to place images on separate layers
    Main();
    function Main(){
              // get path to folder, ask to select which folder
              var myFolder = Folder.selectDialog("Select folder containing images");
              // use open document
              doc = app.activeDocument;
              // if folder is empty, tell user to select another folder
              if(myFolder.length == 0){
                        selectDiaglog("Folder empty, select new folder");
              else{
              // select each file in myFolder and place on new layer in active document
                        var myImage = myFolder.item;
                        newLayer = doc.layers.add(+1);
                        myImage.place(newLayer);
              alert("Done")
    // rotate image 90 CCW
    // place image at x-6.41, y9.9955 on page
    // rename layer as filename

    Hi,
    Main();
    function Main(){
         // get path to folder, ask to select which folder
         var myFolder = Folder.selectDialog("Select folder containing images");
         // use open document
         doc = app.activeDocument;
         // if folder is empty, exit
         if(!myFolder){
              alert("no Folder selected, I am quitting"); exit();
         // place each file in myFolder on new layer in active document
         // files are filtered by their extension
         var
              myImages = myFolder.getFiles(/\.jpg$|\.tiff$|\.pict$|\.bmp$|\.eps$|\.pdf$/i),
              len = myImages.length, currImg,
              mAngle = 270,
              mX = -6.41,
              mY = 9.9955;
              while (len-->0) {
                   currImg = doc.pages[0].place(
                        myImages[len],     // current file
                        [0,0],     // initial place point
                        doc.layers.add({name: myImages[len].displayName}),          // rename layer as filename
                        false,
                        false,
                        {absoluteRotationAngle: mAngle}          // rotate image 90 CCW
                        )[0].parent;
                   currImg.fit(FitOptions.FRAME_TO_CONTENT);     //  fix frame to content
                   currImg.move([mX,mY]);          // move image at x-6.41, y9.9955 on page
              alert("Done")
    Each image in the same point placed?
    Good help is served here:
    http://www.jongware.com/idjshelp.html
    Each object has properties and methods.
    Used above: folder.getFiles(), page.place(), rectangle.fit() and rectangle.move() methods.
    Jarek

  • Am exporting html table containing images data into pdf and after exporting images are not displaying in pdf document.

    Hi all,
             I trying to export html table which contains images into pdf through java script but after downloading pdf file am unable to see images.Is this problem with plugins are any other.Can any one help me out from this.
    Thanx in advance.

    Another option will be
    window.print(); as pdf. 
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • TS1314 Need help tranfering images to iphone...

    I need help tranfering images from my computer to my iphone. I've synced the images but they don't appear on my iphone, also on the file that contains the images, there's a file that says IPOD PHOTO CACHE. I don't know what to do. Please Help...

    Hope these help, do you not find them at all in the photos app?:
    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    iPhoto '11: View photos or slideshows on iPod, iPhone, iPad, or Apple TV
    http://support.apple.com/kb/PH2437
    iTunes: Understanding the iPod Photo Cache folder
    http://support.apple.com/kb/TS1314
    ============================
    - Oz

  • Help with image ready on ps3 extended

    I am pretty new to photo shop and have cs3 extended.
    I have a Yorkie website where I cut out my Yorkies and paste them to differnet backgrounds.... a lady that does the ANIMATED pictures  HAS DID A COUPLE FOR ME ....BUT I NEED TO LEARN TO DO THIS MYSELF.  She will not tell folks how to do:)
    The problem is once you work with a pic that is animated already then try to  add a dog.....by pasting....it removes the animation in the background pic.... and the picture no longer moves once the dog is added ?....She said she puts thru IMAGE READY...which I do not see anywhere on CS3 extended.  I will try to insert a pic she did for me and any help would be greatly appreciated....as I can do but then the picture is no longer animated once altered in my photoshop but she is doing somehow.....so has to be poss ?  If I were to do this pic it would stop moving once the dogs were added....plus not as good as her but practicing........could it be the fact she is doing in layers and I am doing copy and paste...I do know she puts thru Image ready and I do not know where this is located on cs3 extended or how to do?
    am

    well...........l when I try to open Gif with the import and chose the video frames to layers...am getting a message saying I need Quicktime 7.1 to be able to do??? and when selecting import that is the only option I have to open my animated picture?...YOU HAVE BEEN SO MUCH HELP!   THANK YOU SO MUCH...! 
       BLUE MONDAY EXCLUSIVES   
    Date: Sat, 17 Apr 2010 20:23:27 -0600
    From: [email protected]
    To: [email protected]
    Subject: Re: Help with image ready on ps3 extended
    I'm not sure anyone mentioned this but if not to open GIFs using the import you have to enter the GIF name as GIF isn't listed as one of the options.
    It sounds like you are viewing the images in a maximized screen mode. To view more than one document, press F to cycle through the screen modes. FYI, only the contents of the currently selected document can be viewed in the layers palette.
    I'll just talk about copy/paste so as not to confuse...
    If you are going to copy/paste, click the frame around the dog document to target it. Your layers palette will now contain the contents of the dog document. Click on the layer in the layers palette with the selected dog over transparency. With that layer highlighted in your layers palette, press Ctrl A; then Ctrl C. (Select<Select All; Edit<copy if you prefer using the menu.) This will copy that layer into your clipboard.
    Next, click the frame of the document containing the animation. Click the topmost layer in the layers palette because we want you dog to be in the top layer. Press Ctrl + V. (Edit<Paste if you prefer using the menu).
    Your dog is most likely going to be too big. Use Edit<Free Transform to size and move the dog to the desired location.
    At this point, your dog should be showing in each frame in the animation palette.
    Example:
    http://forums.adobe.com/servlet/JiveServlet/downloadImage/25315/with-palettes-open.jpg
    I'm using the older Image Ready me method. The highlighted place in the palette is where you switch methods between the old method and the new timeline. Notice, I have the layers and animation palette both in the workspace...and I'm not in a maximized mode. The red arrow shows the correlation between the frame and the layer represented by it in the layers palette.
    Image:second-image.jpg
    Here I have a second image to slip into my animation. I have the creature selected and on it's own layer with transparency around it. Notice that the the layer with the isolated creature is highlighted. At this stage, I'll press Ctrl + A; then Ctrl + C to select and save this image to my clipboard.
    Image:creature-added.jpg
    Here, I've pasted (Ctrl + V or Edit<Paste) in my creature and resized it (Ctrl + T or Edit<free transform) so he can be jumped. I also added a shadow under my creature which I added to a layer under my creature. Notice that when Frame on is selected in the animation palette that the eye is on both the creature and the shadow. If I click the eye to turn them (creature and shadow layer) off, they disappear from the entire animation. I can make them appear at any frame by clicking the desired frame in the animation then turning on the eye icon for the creature and shadow layer in the layers palette. I can also adjust opacity if desired.
    You could even more than the one image if you want the dog to appear to move. Use the eyeball visibility to determine which pose will be used for that frame.
    Example:
    Image:jump-creature-gif.gif
    Here, I used transform warp to adjust the pose of the creature for a few frames as he's jumping the creature...just for fun.
    >

  • Displaying an RTF document that contains images

    Hello,
    I am trying to display styled text that contains images. I thought the simplest way to do this was to save my documents as RTF documents, and display them through the JEditorPane. But, when the JEditorPane display the documents, the text is styled properly, but there are no images being drawn. Is the JEditorPane capable of displaying RTF files that contain images?
    My main objective is to display documents in Java that other people have created; so if there is some other small libraries that can do this. I would be interested. I need to display the documents in an applet, so I want the library to be small.
    Thanks
    Vance

    JEditorPane will render HTML and basic CSS with images.

Maybe you are looking for