Need Help positioning a graphic over an image.

Trying to position an arched graphic over an image in the header of this site.  The photoshop image provided shows the three separate components. 1. The white content is one image that houses the main header images and the other three images lower on the page. In CSS it is the #inner-content. 2. #main-content is the teal color  3.  The arch image, which sits inside #arch-container.  The CSS is shown here, but when it is displayed in a browser...the #inner-content sits below the arch image instead of up underneath it.  I have tried many variations within the CSS and can't find the solution. Help!
@charset "utf-8";
    margin: 0px;
    padding: 0px;
#page-wrap {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
#page-wrap #main-content {
    width: 960px;
    height: 1200px;
    background-color: #445d64;
    float: left;
#page-wrap #main-content #inner-content {
    height: 1175px;
    width: 800px;
    background-image: url(images/inner-container-bg.jpg);
    float: left;
    margin-left: 80px;
    clear: both;
#page-wrap #arch-container {
    width: 960px;
    height: 200px;
    z-index: 10;
    float: left;
    position: relative;
#page-wrap #arch-container #arch-img {
    background-repeat: no-repeat;
    float: right;
    width: 960px;
    position: absolute;

You need to bear with me a little more, age is rapidly setting in making it harder for me to understand what you are on about.
Which code did I supply?
Or do you mean the link?
If you are referring to the link, I do not see a 170px gap from the top.
Maybe someone more from this world would like to help you.
Happy New Year!

Similar Messages

  • MSI GE 620 - Need help changing intergrated graphics over to NVIDIA card.

    Hello, I don't know if I should be posting this question in the VGA Products section or the NVidia boards section but here goes anyway!
    I got an MSI GE 620. Now after I installed all my games onto the new system I notice something was off. My computer was using the on board Intel HD Family Graphics card to run my games instead of my NVIDIA Geforce GT 540M. Now I went to the NVIDIA settings and set the 3D settings to run on the NVIDIA High Performance Processor. Now some games ran off the NVIDIA card like Shogun 2, Dawn of War II, but a lot of the others wouldn't such as World of Warcraft.
    Now I've tried a lot of things to turn off the Intel HD card and make the system favor the NVIDIA but it doesn't. When I run dxdiag it just displays the Intel card and not the NVIDIA. Now obviously the BIOS is running the Intel card first on start up and I was told to just turn off the Intel card in BIOS and enable the PCI (If that's what I called in BIOS?) card which is the NVIDIA card in BIOS but I can't get into BIOS. I press F2 on start up and if just gives information about the laptop and I can see any options to change the video settings or display.
    I also tried to disable the Intel card in device manger but the screen just goes black and I have to force shut down and restart with the card off and I have to enable it again to get a normal screen resolution and such.
    I am just completely lost on how to turn off the on board graphics and make my NVIDIA Geforce GT 540M the only card that runs off everything. I would really appreciate any help on the matter as I'm just upset since the computer is less than a week old and I can't use it to its full power.
    Thank you.
    System Information
    Time of this report: 9/10/2011, 06:52:02
           Machine name:
       Operating System: Windows 7 Ultimate 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.110622-1506)
               Language: English (Regional Setting: English)
    System Manufacturer: Micro-Star International
           System Model: GE620/FX620DX
                   BIOS: MSI GE620/FX620DX E16G5IMS Ver1.0A 03/09/11
              Processor: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz (8 CPUs), ~2.0GHz
                 Memory: 6144MB RAM
    Available OS Memory: 6052MB RAM
              Page File: 1889MB used, 10211MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: 96 DPI (100 percent)
     System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7601.17514 64bit Unicode
    Display Devices
    Intel(R) HD Graphics Family
    NVIDIA Geforce GT 540M
    I also have another side question, My brother owns an MSI GT 640 Notebook, it has 4.00GB Ram but when I check the system (From Control panel) it says Only 2.98GB Usable, Is this something common ? should I change to Win7 64x ? what's the solution to this ?
    Thank you in advance.

    Quote from: flamephoenix on 10-September-11, 02:14:32
    is there no way to make it appear as GT 540M instead of intel HD family in the system/dxdiag/etc... ?
    For what purpose though? You can select in the nVidia control panel what software you want the GT 540M used for. The whole point of the technology is to reduce power consumption, so it only switches to the dedicated card when absolutely necessary. Have a look in the global settings (in the nVidia control panel) and see if it will use the GT 540M as the primary device. I don't have a notebook with switchable graphics so don't know what settings there are exactly.

  • Need help with gradient mask over XML images

    I have a file that works great in pulling images via XML
    data. I want to create a gradient mask using flash CS3, but i can't
    seem to get any sort of mask (solid or gradient) to react with the
    XML driven images.
    Download my FLA
    and other working files
    845 kb

    granted i can see resizing the mask and now it responds...
    however, take a look at this
    Sample of alpha gradient mask:
    http://www.devx.com/webdev/Article/29296#codeitemarea
    i'm trying to this type of mask (static mask obviousl)

  • MOVED: MSI GE 620 - Need help changing intergrated graphics over to NVIDIA card.

    This topic has been moved to MSI Notebook.
    https://forum-en.msi.com/index.php?topic=152084.0

    Quote from: flamephoenix on 10-September-11, 02:14:32
    is there no way to make it appear as GT 540M instead of intel HD family in the system/dxdiag/etc... ?
    For what purpose though? You can select in the nVidia control panel what software you want the GT 540M used for. The whole point of the technology is to reduce power consumption, so it only switches to the dedicated card when absolutely necessary. Have a look in the global settings (in the nVidia control panel) and see if it will use the GT 540M as the primary device. I don't have a notebook with switchable graphics so don't know what settings there are exactly.

  • Need guidance in displaying graphics shapes on image

    I would like some help drawing a circle over an image which is displayed in JScrollpane through JLabel, The goal is, whe we click over the image, the image apperas with a small circle in the place we have clicked. I have used JLabel for displaying image in JScrollpane by using imageLabel.setIcon(new ImageIcon("default.jpg"));
    I need to draw circle/rectangle when i click on image by this i need to select different points in the image by drawing circles/rectangles over the image.
    If you understand my problem than please guide me for the same.
    Thank you

    Don't post the same question multiple times. It's rude, as it leads to people wasting their time duplicating each others' answers.
    http://forums.oracle.com/forums/message.jspa?messageID=9385315#9385315
    http://forums.oracle.com/forums/message.jspa?messageID=9385314#9385314
    Need guidance in displaying graphics shapes on image

  • So frustrated! Need help positioning image...

    Hi folks...
    I am learning CSS in fits and starts, and clearly I don't have a good enough grasp on it. I hope someone can help me.
    I created this page, and tried to place an image in the large "main content" area to the right of the slideshow. It didn't work, kept getting shifted elsewhere. So I specified it as the background image for that div instead... It looks fine in Firefox and Safari (I'm on a Mac), however, a colleague with Internet Explorer 7 on a PC says that it shows up way down at the bottom of the page after the slideshow
    I've looked at all the ways to insert the image but none of them work. I know I must be missing something very simple. Can anyone help?
    Here's the URL... http://greatdiamondrentals.com/index.html
    and the source code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Great Diamond Rentals, Diamond Cove, Great Diamond Island, Maine</title>
    <script src="http://www.google.com/jsapi"></script>
    <script type="text/javascript">
          google.load("jquery", "1.3.2");
        </script>
    <script type="text/javascript" src="js/jquery.cycle.js"></script>
    <script type="text/javascript">
    $(document).ready(function(){
        $('#slideshow').cycle();
    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_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_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    </script>
    <style type="text/css">
    <!--
    body  {
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        margin-top: 20;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0;
        background-image: url(images/gradient900.jpg);
        background-repeat: repeat-x;
    .twoColFixLtHdr #container {
        width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        background: #FFFFFF;
        text-align: left; /* this overrides the text-align: center on the body element. */
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        height: 660px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: none;
        border-left-style: solid;
        border-top-color: #006;
        border-right-color: #006;
        border-bottom-color: #006;
        border-left-color: #006;
    .twoColFixLtHdr #header {
        padding-top: 0;
        padding-right: 0px;
        padding-bottom: 0;
        padding-left: 0px;
        width: 940px;
        height: 30px;
        background-color: #7092c3;
    .twoColFixLtHdr #header h1 {
        margin: 0;
    .twoColFixLtHdr #sidebar1 {
        float: left; /* since this element is floated, a width must be given */
        width: 380px;
        height: 600px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    .twoColFixLtHdr #mainContent {
        height: 579px;
        width: 940px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-right: 0px;
        padding-bottom: 0;
        padding-left: 0px;
        margin-left: 0px;
        background-image: url(images/GDRmaincontent.jpg);
        background-position: right top;
        background-repeat: no-repeat;
    .twoColFixLtHdr #footer {
        width: 940px;
        top: 630px;
        height: 30px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        font-variant: normal;
        text-transform: none;
        color: #FFF;
        background-color: #7092c3;
        text-align: center;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-top-color: #006;
        border-right-color: #006;
        border-bottom-color: #006;
        border-left-color: #006;
        padding-top: 5;
        padding-right: 5;
        padding-bottom: 8;
        padding-left: 5;
    .twoColFixLtHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #FFF;
        vertical-align: middle;
    .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 */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    a:link {
        text-decoration: none;
        color: #FFF;
    a:visited {
        text-decoration: none;
        color: #FFF;
    a:hover {
        text-decoration: underline;
        color: #600;
    a:active {
        text-decoration: none;
        color: #CCC;
    -->
    </style><!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixLtHdr #sidebar1 { width: 230px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixLtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    <meta name="Keywords" content="Maine, Vacation, rentals, Great Diamond Island, Diamond Cove, vacation homes, Island, Casco Bay, Portland, Maine Coast, Atlantic Ocean, Oceanside, seaside, Family, New England, lobster, beach, beaches, islands, rental, hotel, inn, bed and breakfast, holiday, ferry, fort, historic" />
    <meta name="Description" content="Vacation on a Maine island! Beautiful historic homes available for rent at Diamond Cove on Great Diamond Island in Casco Bay near Portland, Maine." />
    </head>
    <body class="twoColFixLtHdr" onload="MM_preloadImages('images/visited_homes.jpg','images/visited_about.jpg','images/vi sited_amenities.jpg','images/visited_map.jpg','images/visited_faq.jpg','images/visited_con tsact.jpg')">
    <div id="container">
      <div id="header">
        <table border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td><a href="http://greatdiamondrentals.com/view_our_homes.htm" target="_top" onclick="MM_nbGroup('down','group1','viewhomes','images/visited_homes.jpg',1)" onmouseover="MM_nbGroup('over','viewhomes','images/visited_homes.jpg','images/visited_hom es.jpg',1)" onmouseout="MM_nbGroup('out')"><img src="images/nav_viewourhomes.jpg" alt="View Our Homes" name="viewhomes" width="186" height="30" border="0" id="viewhomes" onload="" /></a></td>
            <td><a href="about_the_island_2010.html" target="_top" onclick="MM_nbGroup('down','group1','about','images/visited_about.jpg',1)" onmouseover="MM_nbGroup('over','about','images/visited_about.jpg','images/visited_about.j pg',1)" onmouseout="MM_nbGroup('out')"><img src="images/nav_about.jpg" alt="images/visited_about.jpg" name="about" width="192" height="30" border="0" id="about" onload="" /></a></td>
            <td><a href="amenities.htm" target="_top" onClick="MM_nbGroup('down','group1','amenities','images/visited_amenities.jpg',1)" onMouseOver="MM_nbGroup('over','amenities','images/visited_amenities.jpg','images/visited _amenities.jpg',1)" onMouseOut="MM_nbGroup('out')"><img name="amenities" src="images/nav_amenities.jpg" border="0" alt="amenities and activities" onLoad="" /></a></td>
            <td><a href="map_2010.html" target="_top" onClick="MM_nbGroup('down','group1','map','images/visited_map.jpg',1)" onMouseOver="MM_nbGroup('over','map','images/visited_map.jpg','images/visited_map.jpg',1) " onMouseOut="MM_nbGroup('out')"><img name="map" src="images/nav_map.jpg" border="0" alt="island map" onLoad="" /></a></td>
            <td><a href="FAQ_2010.html" target="_top" onClick="MM_nbGroup('down','group1','FAQs','images/visited_faq.jpg',1)" onMouseOver="MM_nbGroup('over','FAQs','images/visited_faq.jpg','images/visited_faq.jpg',1 )" onMouseOut="MM_nbGroup('out')"><img name="FAQs" src="images/nav_faq.jpg" border="0" alt="FAQs" onLoad="" /></a></td>
            <td><a href="contact2009.html" target="_top" onClick="MM_nbGroup('down','group1','contact','images/visited_contsact.jpg',1)" onMouseOver="MM_nbGroup('over','contact','images/visited_contsact.jpg','images/visited_co ntsact.jpg',1)" onMouseOut="MM_nbGroup('out')"><img name="contact" src="images/nav_contact.jpg" border="0" alt="contact us" onLoad="" /></a></td>
          </tr>
        </table>
        <h1> </h1>
      <!-- end #header --></div>
      <div id="sidebar1">
          <div id="slideshow">
    <img src="/images/slide1.jpg" />
    <img src="/images/slide2.jpg" />
    <img src="/images/slide3.jpg" />
    <img src="/images/slide4.jpg" />
    <img src="/images/slide5.jpg" />
    <img src="/images/slide6.jpg" />
    <img src="/images/slide7.jpg" />
    <img src="/images/slide8.jpg" />
    <img src="/images/slide9.jpg" />
    <img src="/images/slide10.jpg" />
    </div>
      <!-- end #sidebar1 --></div>
      <div id="mainContent">
        <h1> </h1>
      <!-- end #mainContent --></div>
        <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats -->
        <div id="footer">
          <p>Great Diamond Rentals, c/o Phoenix Management, P.O. Box 759, Saco, Maine 04072 - (207) 766-3005 - fax (207) 571-3066 -<a href="mailto: [email protected]"> [email protected]</a></p>
          <!-- end #footer -->
    </div>
        <br class="clearfloat" />
      <!-- end #container -->
    </div>
    </body>
    </html>

    staceyetc wrote:
    Hi folks...
    I am learning CSS in fits and starts, and clearly I don't have a good enough grasp on it. I hope someone can help me.
    I created this page, and tried to place an image in the large "main content" area to the right of the slideshow. It didn't work, kept getting shifted elsewhere. So I specified it as the background image for that div instead... It looks fine in Firefox and Safari (I'm on a Mac), however, a colleague with Internet Explorer 7 on a PC says that it shows up way down at the bottom of the page after the slideshow
    I've looked at all the ways to insert the image but none of them work. I know I must be missing something very simple. Can anyone help?
    Here's the URL... http://greatdiamondrentals.com/index.html
    The width of your #mainConent <div> is too wide hence in IE it is displaced to beneath the side bar.
    Change it to 560px wide and also add float: left; as shown below:
    .twoColFixLtHdr #mainContent {
        height: 579px;
        width: 560px;
        float: left;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-right: 0px;
        padding-bottom: 0;
        padding-left: 0px;
        margin-left: 0px;
        background-image: url(images/GDRmaincontent.jpg);
        background-position: right top;
        background-repeat: no-repeat;
      background-color:#609;

  • Need help installing my graphics driver in windows vista via boot camp

    New to mac so first time on forum as well.
    Love the Mac but i also want to get on some old games. C&C The First Decade mainly.
    I am currently using below.
    Mac mini Mid 2011 processor 2.5 GHz Intel Core it
    Memory 4 GB 1333 Mhz DDR3
    Graphics AMD Radeon HD 6630M 256 MB
    Software Mac OS X Lion 10.7.5
    Installing windows vista home premium 32 bit
    I have installed windows vista home premium using boot camp assistant and downloaded the windows drivers as well. After i have installed windows i installed boot camp using my Mac OS X snow leopard which installed boot camp 3 or 3.1 i believe and i eventually got apple updates for 3.2 which is what i am now runnning on vista. I had trouble getting my sound to play through my speakers at first but eventually got them working and now it is my graphics driver that i cannot seem to get working. In vista(I also downloaded service pack 1 and 2) when i go to control panel and check out my device control it shows a yellow exclamation point next to the adapter. I guess i need help in getting my graphics installed correctly on my windows. Is there something i should take off to install the correct driver? Or do i just need the correct driver download? If i have the correct driver how do i upload it onto my windows side in the device control.
    When i try to run c&c generals/zero hour i get a directx 8.1 error, red alert 2 is black but i can hear. i know these games can work i installed the graphics correctly the first time when i did not have sound as this is my second time installing windows so the game did load when i did not have sound.
    Advise?
    I was thinking about saying forget this i can't waste hours of my time anymore but i have to be close to getting everything working if i had graphics before and no sound but sound this time and no graphics. I was also thinking about just buying windows 7 home premium sp1 64bit system builder dvd off amazon and reinstalling windows using windows 7 but i want to make sure i can play these games before i spend the money. I thought my mini couldn't support windows vista and if it did only boot camp 4? how am i getting this far to get things to work?
    What is the driver i need to install to get these games working? What do I need to do or what am I missing???
    Do i need to install a different boot camp off apple and find a driver that will get mine to work in vista?
    Any and all responses will be greatly appreciated i have been at this everyday for hours.

    Also is there something, say maybe a driver, that was installed i do not need that is blocking me from installing the correct drivers? What driver in my boot camp folder do i need to install to get to the correct display to run those games.

  • I have a hp a6814y computer and need help with a graphics card

    okay i wanna upgrade my hp with an actual graphics card, so i can play games without it lagging. i mainly play rts games, like command and conquer generals, etc and about to get company of heros. now i need to know what kind of card i can put in this computer. i would like to put this one in 
    http://www.newegg.com/Product/Product.aspx?Item=N82E16814102824
    i hear people say the min is 300watts and some say 450watts. but then idk, if this card can hook up to my power supplie.
    i just need help getting a very good card for this computer without updating the power supplie

    Hi,
    Check with Athena as they maintain a PC Cross Reference list and see if the power supply that you have selected is compatible with your PC.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • I need help updating the graphic drivers for my laptop.

    Recently purchasd a new game and I am having some issues with the graphics. Every post I have read suggests it is an issue between HP and amd. I keep trying and seem to be going backwards. I would love to actually talk to someone from hp but they haven their number very well. I have tried every combination between hp and amd and I am obviously missing something. I dont have much hair left to pull out.

    Hi there ,  Thank you for visiting the HP Support Forums and Welcome! This is a great site to get answers and ask questions.  I read your post on the HP Support Forums and you had mentioned that you are looking for help Updating the Graphics Drivers on your HP Pavilion dv7t-6c00 CTO Notebook PC.  I have the actual drivers page for your specific HP Pavilion dv7t-6c00 CTO. It has the AMD Graphic Driver on this page. You could also update the drivers a couple other ways.  1. Using the HP Support Assistant2. Going into the Device Manager, Right click on the AMD Graphic and doing an update.  You had also mentioned that you wanted to actually talk to someone from HP. Please use the following link to create yourself a case number, then call and it may help speed up the call process:
    Step 1. Open link: www.hp.com/contacthp/Step 2. Enter Product number or select to auto detect
    Step 3. Scroll down to "Still need help? Complete the form to select your contact options"
    Step 4. Scroll down and click on: HP contact options - click on Get phone number
    Case number and phone number appear.
    They will be happy to assist you immediately. Let me know how everything goes.  Have a great day!

  • Need help in automating batch placing of images on spreads

    My workflow is :
    I have jpeg files (mostly 100+).
    They are the size of 2 pages (e.g. 1 spread per jpeg file)
    I need to place them on either even or odd page (aligned Top-Left).
    Currently I’m doing this work manually.
    Need help to automate this.
    Thanks and regards.

    As I mentioned earlier I have very little experience with JavaScript.
    I also copied the ImageCatalog script to a new file and read it atleast five times, and tried to wrap my head around the flow of execution.
    The comments were really helpful in the process.
    I proritized what i want to achive with my script and started deleting unwanted code. I also tested it frequently.
    Here is my script as it stands right now.
    function Init(){
            var myFilteredFiles;
            //Make certain that user interaction (display of dialogs, etc.) is turned on.
            app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
            myExtensions = [".jpg", ".jpeg"]
            //Display the folder browser.
            var myFolder = Folder.selectDialog("Select the folder containing the images", "");
            //Get the path to the folder containing the files you want to place.
            if(myFolder != null){
                        if(File.fs == "Macintosh"){
                            myFilteredFiles = myMacOSFileFilter(myFolder);
                        else{
                            myFilteredFiles = myWinOSFileFilter(myFolder);
                        if(myFilteredFiles.length != 0){
                                myPlaceImages(myFilteredFiles);
                                alert("Done!");
    // call the initial function
    Init();
    //Windows version of the file filter.
    function myWinOSFileFilter(myFolder){
              var myFiles = new Array;
              var myFilteredFiles = new Array;
              for(myExtensionCounter = 0; myExtensionCounter < myExtensions.length; myExtensionCounter++){
                        myExtension = myExtensions[myExtensionCounter];
            myFiles = myFolder.getFiles("*"+ myExtension);
                        if(myFiles.length != 0){
                                  for(var myFileCounter = 0; myFileCounter < myFiles.length; myFileCounter++){
                                            myFilteredFiles.push(myFiles[myFileCounter]);
              return myFilteredFiles;
    function myMacOSFileFilter(myFolder){
              var myFilteredFiles = myFolder.getFiles(myFileFilter);
              return myFilteredFiles;
    //Mac OS version of file filter
    //Have to provide a separate version because not all Mac OS users use file extensions
    //and/or file extensions are sometimes hidden by the Finder.
    function myFileFilter(myFile){
              var myFileType = myFile.type;
              switch (myFileType){
                        case "JPEG":
            return true;
                                  break;
                        default:
                        for(var myCounter = 0; myCounter<myExtensions.length; myCounter++){
                                  var myExtension = myExtensions[myCounter];
                                  if(myFile.name.indexOf(myExtension)>-1){
                                            return true;
                                            break;
              return false;
    function myPlaceImages(myFiles){
            var myDocument = app.documents.item(0);
            var myDocumentPreferences = myDocument.documentPreferences;        
            var myNumberOfFiles = myFiles.length;
            alert(myNumberOfFiles);
            var myNumberOfPages = (myNumberOfFiles * 2) + 1;
            myDocumentPreferences.pagesPerDocument = myNumberOfPages;       
            var myPage = myDocument.pages.item(0);
            var myPages = myDocument.pages;
            for (myCounter = myDocument.pages.length-1; myCounter >= 0; myCounter--){ 
                if(myCounter%2 == 1){
                     myPage = myPages.item(myCounter);
                    var myLiveWidth = myDocumentPreferences.pageWidth
                    var myLiveHeight = myDocumentPreferences.pageHeight
                    myY1 = 0
                    myY2 = myLiveHeight
                    myX1 = 0
                    myX2 = myLiveWidth * 2
                    myRectangle = myPage.rectangles.add(myDocument.layers.item(-1), undefined, undefined, {geometricBounds:[myY1, myX1, myY2, myX2], strokeWeight:0, strokeColor:myDocument.swatches.item("None")}); 
            for (myCounter = 0; myCounter < myNumberOfFiles; myCounter++){ 
                myFile = myFiles[myCounter]; 
                //alert(myFile);           
                myRectangle = myDocument.rectangles.item(myCounter);
                myRectangle.place(File(myFile));
                        for (var myCounter = myDocument.rectangles.length-1; myCounter >= 0;myCounter--){ 
                                  if (myDocument.rectangles.item(myCounter).contentType == ContentType.unassigned){
                                            myDocument.rectangles.item(myCounter).remove();
                                  else{
                                            //As soon as you encounter a rectangle with content, exit the loop.
                                            break;

  • Need help with EXIF date on raw images

    I have just over 100 images (taken by 2nd shooter) that have the wrong EXIF date (JPEG and raw).  They were taken with a 2nd camera that was off by +15hrs 57min.
    There are many programs that will easily edit the EXIF date/time on the JPEGs, but they don't work with the raw images.
    I've read that Lightroom can compensate for incorrect dates upon import, but after searching, I can't find any information on how to do it.  Can someone please help?

    I got EXIFTool working and solved my problem down to the exact second.
    I was able to sync the times to within one second, based on one one particular event.  One shot, taken with camera 1 was right before a handshake, while both people were extending hands, the other shot, with camera 2 (wrong EXIF date) was the actual handshake.  I used this information to determine that camera 2 was 15hours 57minutes 18seconds fast.
    Using EXIFTool GUI, I modified the date/time shift to decrement 15hours 57minutes 18seconds for all images from the second camera (both raw and JPEG).  After this was complete, I checked the times, and the two frames (before and during the handshake) were only one second apart, and in correct sequence.
    I imported the images from both cameras into Lightroom and had it rename the images based on time down to the second (YYYYMMDDHHMMSS-filename).
    Now everything is great!

  • Need help with inserting frame with scrolling images

    Hi,
        Im a beginner and need help putting a single box/frame with scrolling images in the middle of my layout, so that when viewed in browser, the header and footer remain in place, while the images and info in the frame in the centre of the page can be scrolled down/up?

    You can use an iframe element <iframe src="" width="" height="" scrolling="yes"> though if you're concerned with crawlers you should avoid frames as much as possible. 

  • Need help with buying graphics card and ram for MSI 865PE NEO 2-V

    Hi,
    I want to buy 1GB of ram for motherboard MSI 865PE NEO 2-V I need help with finding correct parts.
    I also want to buy 512Mb or 1GB graphics card.
    as i said before i need help with finding correct ones so they match motherboard, I would appreciate if any one would post link to cheap and fitting parts.
    I found graphics card allready, i just need to know if it will fit.
    the card is
    NVIDIA GeForce 7600 GS (512 MB) AGP Graphics Card
    Thanks for help.

    here you can see test reports for your mobo:
    http://www.msi.com/product/mb/865PE-Neo2-V.html#?div=TestReport

  • Need Help with Corrupted Graphics

    I need help real bad. I have spent the last 2 weeks trying to find the reason for crashing in game (not blue screening but corrupted graphics) where the whole screen goes like a television that isn't tuned in, and then after anywhere between 2 to 5 mins my computer will reboot. I'm wondering if anyone has a similar issue, and if there is a fix. I'll list my system specs and a couple of things I have done that hasn't fixed it.
    AMD64 3200+ 939 90mn
    MSI K8N Neo2 - 1.4 bios
    2 x 512mb Geil UltraX
    Leadtek 6800u
    Audigy
    SuperFlower 14cm 500watt
    I haven't started to overclock my machine yet as I have yet to fix this problem. Everything is running stock. I'm finding that its random. I can play Prince of Persia Warrior Within for hours on end without a problem. Then play Counterstrike Source and it will go to  after about 5 mins. I decided to try benchmarks and 3dmark01 will do the same thing randomly. Even Battle Field will play for about 10 mins and it will just go to the fuzzy screen. I even heard that some Soundblaster Cards cause problems and have tried using the onboard sound, with no effect. I have also disabled AGP SideBand and AGP Fastwrite in the bios, as also this can cause some issues, to no effect. I thought maybe the video card maybe the problem, and threw a crappy 5700 LE in my machine, still with no effect. CPU temp is around 36c (water cooled) and GPU is around 48c. Does anyone have any idea as to why the screen craps out in just about every game I play. I'm running Winxp Pro SP2 with DX9.0c, with the latest Drivers for everything I'm running (mainboard, vga, sound, etc). If you can suggest something, please let me know.

    X-((Well, This sorta sounds like what just happened to me.
    My graphics card decided to take a dump on me. When I was playing a game the graphics went all garbled and everything froze. System rebooted a couple times, and yes it seems the cards fan stoped rotating and it fried.
    So to me, it sounds like your video. But you say you tried changing video cards with no effect.
    Dang.  Sorry I cant think of anything. But on the bright side, your post was bumped.  

  • Need help with my graphic calculator!!!

    Hello everybody!! I need help with my little program I made.... The problem is that I am unable to use to calculate but it is possible to compile the code!! What should I do?? Thanks in advance.
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    class Aritmetik extends JFrame implements ActionListener{
         private JLabel l1 = new JLabel("Tal1: ", JLabel.LEFT);
         private JLabel l2 = new JLabel("Tal2: ", JLabel.LEFT);
         private JLabel l3 = new JLabel("Resultat",JLabel.LEFT);
         private JLabel l4 = new JLabel(" ", JLabel.RIGHT);
         private JTextField t1 = new JTextField(" ",10);
         private JTextField t2 = new JTextField(" ",10);
         private JButton b1 = new JButton("+");
         private JButton b2 = new JButton("-");
         private JButton b3 = new JButton("*");
         private JButton b4 = new JButton("/");
         public Aritmetik(){
              Container v = getContentPane();
              v.setLayout(new GridLayout(5,2));
              v.add(l1);
              v.add(t1);
              v.add(l2);
              v.add(t2);
              v.add(b1);
              v.add(b2);
              v.add(b3);
              v.add(b4);
              v.add(l3);
              v.add(l4);
              b1.addActionListener(this);
              b2.addActionListener(this);
              b3.addActionListener(this);
              b4.addActionListener(this);
              pack();
              setVisible(true);
              setDefaultCloseOperation(EXIT_ON_CLOSE);
         public void actionPerformed(ActionEvent e){
              int tal1 = Integer.parseInt(t1.getText());
              int tal2 = Integer.parseInt(t2.getText());
                   if(e.getSource() == b1){
              if(t1.getText().equals("") || t2.getText().equals(""))
                                       JOptionPane.showMessageDialog(null, "Mata in tal!");
                   else{
                        l3.setText("Resultat ");
                   l4.setText(" " + (tal1+tal2));
                   else if(e.getSource() == b2){
                        int sub = tal1-tal2;
                        l4.setText(" " + (sub));
                   else if(e.getSource() == b3){
                        int multi = tal1*tal2;
                        l4.setText(" " + (multi));
                   else if(e.getSource() == b4){
                        int div = tal1/tal2;
                        l4.setText(" " + (div));
                   public static void main(String[] arg){
                   Aritmetik A =new Aritmetik();

    Here is your problem:
    public void actionPerformed(ActionEvent e){
      int tal1 = Integer.parseInt(t1.getText().trim());  // add the trim()
      int tal2 = Integer.parseInt(t2.getText().trim());  // add the trim()
      if(e.getSource() == b1){
        if(t1.getText().equals("") || t2.getText().equals(""))
          JOptionPane.showMessageDialog(null, "Mata in tal!");
        else{
          l3.setText("Resultat ");
          l4.setText(" " + (tal1+tal2));
      }... Better ...
    public void actionPerformed(ActionEvent e)  throws NumberFormatException {
      String tala = t1.getText().trim();
      String talb = t2.getText().trim();
      if ( tala == null  ||  "".equals(tala)  ||  talb == null  ||  "".equals(talb) ) {
        JOptionPane.showMessageDialog(null, "Mata in tal!");
        return();
      int tal1 = Integer.parseInt(tala);
      int tal2 = Integer.parseInt(talb);
      if(e.getSource() == b1){
        l3.setText("Resultat ");
        l4.setText(" " + (tal1+tal2));
      else if(e.getSource() == b2){
        int sub = tal1-tal2;
        l4.setText(" " + (sub));
      else if(e.getSource() == b3){
        int multi = tal1*tal2;
        l4.setText(" " + (multi));
      else if(e.getSource() == b4){
        int div = tal1/tal2;
        l4.setText(" " + (div));
    }Message was edited by:
    abillconsl

Maybe you are looking for

  • Corruption in conversation view

    When viewing messages in conversation view, if a new message arrives, quite often I can't view it if I click on it in the list of messages.  It just shows up as a grey window.   There are two ways that I know to get it to show up:  unselect "Organize

  • K9VGM-V 1440x900 support

    Hello, I just got the K9VGM-V motherboard with AMD 64 4200+ processor.  I'm using a 19 inch wide screen monitor. I can't setup for 1440X900 resolution.  I read in places that a bios update is needed for this support. Is there an update for this board

  • Can I do the following with sharing.

    Hi everyone. I'm a new switcher and i've bought 2 macbook pro's. I'm thinking of buying a mac mini to through over by the TV... One of the things we are looking into is can we use the mini as a main photo depot. I've played around with the sharing ab

  • Is Apple ever going to address this force reload problem in Safari?

    Seriously, Safari 5.1 is, for all intents and purposes, completely disabled now.  I leave a lot of windows and tabs up at any given time, and when I return to a window after having been someplace else (usually coding in a plain text environment), the

  • Stor.E Art 3 recording TV from Satellite box

    Does anyone know if you can record TV directly from a satellite box onto the stor.e art 3 I have tried but it just keeps saying error. Thank You