Need assistance with a liquid layout

Hi,
I made some posts yesterday about a liquid layout. I got a couple tutorials to go with but Im pretty lost. I designed my index page and now I need  hand turning into a liquid layout. I have a very wide bg image, can it still be done with that? Also, I would like the building in the bottom right corner to stay in that position (to match up with the sun rays). Any help would be much appreciated.
Thanks in advance
<!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=iso-8859-1" />
<title>Hurry Print Imaging</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="background">
<div id="col1"> </div>
<div id="col2"><div id="logodiv" align="center"><img src="images/logo.png" alt="HurryPrint" longdesc="index.html" />
<div id="logotabdiv"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Location','','images/Location-DOWN.png',1)"><img src="images/Location-UP.png" width="85" name="Location" /></a> <a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Equipment','','images/Equipment-UP.png',1)"><img src="images/Equipment-DOWN.png" width="85" name="Equipment" /></a> <a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Services','','images/Services-UP.png',1)"><img src="images/Services-DOWN.png" width="85" name="Services" /></a> <a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('History','','images/History-UP.png',1)"><img src="images/History-DOWN.png" width="85" name="History" /></a></div>
<div id="maincontenttabs"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Newsletters','','images/location/newsletters-UP.png',1)"><img src="images/location/newsletters-DOWN.png" alt="Inkjet" width="75" height="16" name="Newsletters" /></a><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Floorplan','','images/location/floorplan-UP.png',1)"><img src="images/location/floorplan-DOWN.png" alt="Colour" width="75" height="16" name="Floorplan" /></a><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Map','','images/location/map-UP.png',1)"><img src="images/location/map-DOWN.png" alt="Binding" width="75" height="16" name="Map" /></a><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Contact','','images/location/contact-UP.png',1)"><img src="images/location/contact-DOWN.png" alt="Docutech" width="75" height="16" name="Contact" /></a></div>
<div id="maincontent">
<br /><br />
<img src="images/hp-header.png" alt="HurryPrint" />
<br />
<p>Hurryprint has been upholding a longstanding family tradition for the last two decades by being a leader in providing innovative, quality printing. Owned and operated by Jamie Hurley since 1981, Hurryprint has earned a reputation for producing high quality work with quick and efficient turnaround.
At Hurryprint, we look forward to the future with enthusiasm, and eagerly anticipate providing our customers access to the most up-to-date electronic printing equipment. We are confident in our ability to supply our customers with the highest quality output available for their documents. By providing the necessary information and resources to facilitate digital file transfer, we will be constantly helping our clients to find new ways to express their thoughts and ideas in bold and creative ways.</p>
<img src="images/future-text.png" alt="At Hurry Print, the future is exciting" /> </div>
</div>
</div>
<div id="col3"><div class="buildingdiv"> </div>
</div>
<div id="footer"><img src="images/footertext.png" alt="Footer Text" /></div>
</div>
</body>
</html>
body {
    background-color:#32b8d3;
    margin:auto;
img {
    border:none;
#background {
    margin: auto;
    background-image:url(../images/bg.jpg);
    background-repeat:no-repeat;
    width:1024px;
    height:621px;
    border:#FFFFFF 2px solid;
#col1
    float: left;
    width: 20%;
    margin-left: 4%;
#col2
    float: left;
    width: 46%;
    margin-left: 4%;
#col3
    float: left;
    width: 20%;
    margin-left: 4%;
.buildingdiv {
    background-image:url(../images/building.png);
    width:196px;
    height:107px;
    margin-left:-30px;
    margin-top:410px;
#logodiv {
    position:relative; /* take out if needed */
    z-index:1;
#logotabdiv {
    margin-top:-15px;
    position:relative;
    z-index:-1;
#maincontenttabs {
    margin-top:20px;   
#maincontent {
    margin-top:-5px;
    background-image:url(../images/blue-box.png);
    width:396px;
    height:351px;
    background-repeat:no-repeat;
    font-family:Arial, Helvetica, sans-serif;
    font-size:9pt;
    color:#0a3f8f;
#maincontent p {
    padding-left:10px;
    padding-right:10px;
#footer
    clear:both;
    margin-top:85px;
    text-align:right;
    float:right;
h2, p
    margin-left: 7px;
    margin-right: 7px;

Hey guys, I still need some help with my layout if anyone is willing. My code stands as it did yesterday. Didnt make any ground last night. Im starting to wonder if liquid layout is even the way to go. Thanks again in advance
body {
    background-color:#32b8d3;
    margin:auto;
    max-width:64.00em;
    max-height:38.81em;
img {
    border:none;
#background {
    /*margin: auto;*/
    background-image:url(../images/bg.jpg);
    background-repeat:no-repeat;
    width:1024px;
    height:621px;
    border:#FFFFFF 2px solid;
    bottom:15%;
    right:15%;   
#col1
    float: left;
    width: 20%;
    margin-left: 4%;
#col2
    float: left;
    width: 46%;
    margin-left: 4%;
#col3
    float: left;
    width: 20%;
    margin-left: 4%;
.buildingdiv {
    background-image:url(../images/building.png);
    width:196px;
    height:107px;
    margin-left:-15%;
    margin-top:201%;
#logodiv {
    position:relative; /* take out if needed */
    z-index:1;
#logotabdiv {
    margin-top:-3%;
    position:relative;
    z-index:-1;
#maincontenttabs {
    margin-top:5%;   
#maincontent {
    margin-top:-1%;
    background-image:url(../images/blue-box.png);
    width:396px;
    height:351px;
    background-repeat:no-repeat;
    font-family:Arial, Helvetica, sans-serif;
    font-size:9pt;
    color:#0a3f8f;
#maincontent p {
    padding-left:3%;
    padding-right:3%;
#footer
    clear:both;
    margin-top:8%;
    text-align:right;
    float:right;
body>
<div id="background">
<div id="col1"> </div>
<div id="col2"><div id="logodiv" align="center"><img src="images/logo.png" alt="HurryPrint" longdesc="index.html" />
<div id="logotabdiv"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Location','','images/Location-DOWN.png',1)"><img src="images/Location-UP.png" width="85" name="Location" /></a> <a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Equipment','','images/Equipment-UP.png',1)"><img src="images/Equipment-DOWN.png" width="85" name="Equipment" /></a> <a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Services','','images/Services-UP.png',1)"><img src="images/Services-DOWN.png" width="85" name="Services" /></a> <a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('History','','images/History-UP.png',1)"><img src="images/History-DOWN.png" width="85" name="History" /></a></div>
<div id="maincontenttabs"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Newsletters','','images/location/newsletters-UP.png',1)"><img src="images/location/newsletters-DOWN.png" alt="Inkjet" width="75" height="16" name="Newsletters" /></a><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Floorplan','','images/location/floorplan-UP.png',1)"><img src="images/location/floorplan-DOWN.png" alt="Colour" width="75" height="16" name="Floorplan" /></a><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Map','','images/location/map-UP.png',1)"><img src="images/location/map-DOWN.png" alt="Binding" width="75" height="16" name="Map" /></a><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Contact','','images/location/contact-UP.png',1)"><img src="images/location/contact-DOWN.png" alt="Docutech" width="75" height="16" name="Contact" /></a></div>
<div id="maincontent">
<br /><br />
<img src="images/hp-header.png" alt="HurryPrint" />
<br />
<p>Hurryprint has been upholding a longstanding family tradition for the last two decades by being a leader in providing innovative, quality printing. Owned and operated by Jamie Hurley since 1981, Hurryprint has earned a reputation for producing high quality work with quick and efficient turnaround.</p>
<img src="images/future-text.png" alt="At Hurry Print, the future is exciting" /> </div>
</div>
</div>
<div id="col3"><div class="buildingdiv"> </div>
</div>
<div id="footer"><img src="images/footertext.png" alt="Footer Text" /></div>
</div>
</body>
</html>

Similar Messages

  • Need assistance with Windows 2008 R2 server BSOD - ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY (fc)

    Need assistance with Windows 2008 R2 server BSOD - ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY (fc)
    I have a Windows 2008 R2 server which is experiencing random BSOD during the night. This is occurring maybe once or twice a week. I have gathered two Memory crash files. This server is running Citrix XenApp 6.5 but nothing else is reporting an issue except
    for the memory dump. I’m looking for assistance in reading crash file and finding the cause.
    I’ve spent over a week going through articles trying to learn and trouble shoot the BSOD but no closer to understanding the WinDbg 6.3.9600 report.
    This is a production server and I have verified that Windows Updates has updated the server with latest releases. I’m hoping that the crash file will show something before I have to run the Driver Verifier.
    The crash zip file is located -
    https://onedrive.live.com/redir?resid=9644A4E0A26873B1!2359&authkey=!AMS4Svuk-SS3-JA&ithint=file%2czip
    *                        Bugcheck Analysis                                   
    ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY (fc)
    An attempt was made to execute non-executable memory.  The guilty driver
    is on the stack trace (and is typically the current instruction pointer).
    When possible, the guilty driver's name (Unicode string) is printed on
    the bugcheck screen and saved in KiBugCheckDriver.
    Arguments:
    Arg1: fffff880009eff38, Virtual address for the attempted execute.
    Arg2: 8000000002cfe963, PTE contents.
    Arg3: fffff8800da2eea0, (reserved)
    Arg4: 0000000000000002, (reserved)
    Debugging Details:
    DEFAULT_BUCKET_ID:  WIN7_DRIVER_FAULT
    BUGCHECK_STR:  0xFC
    PROCESS_NAME:  powershell.exe
    CURRENT_IRQL:  0
    ANALYSIS_VERSION: 6.3.9600.17237 (debuggers(dbg).140716-0327) amd64fre
    TRAP_FRAME:  fffff8800da2eea0 -- (.trap 0xfffff8800da2eea0)
    NOTE: The trap frame does not contain all registers.
    Some register values may be zeroed or incorrect.
    rax=fffffa80070f3648 rbx=0000000000000000 rcx=fffffa80070f3648
    rdx=fffff8800da2fbf8 rsi=0000000000000000 rdi=0000000000000000
    rip=fffff80001680b80 rsp=fffff8800da2f030 rbp=fffff8800da2fbd0
     r8=fffff8a01804c680  r9=fffff8800da2fc68 r10=fffffffffffffffd
    r11=fffff8800da2fa90 r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=0000000000000000
    iopl=0         nv up di pl nz na pe nc
    nt!KiPageFault:
    fffff800`01680b80 55              push    rbp
    Resetting default scope
    STACK_COMMAND:  kb
    FOLLOWUP_IP:
    nt! ?? ::FNODOBFM::`string'+44dfc
    fffff800`017008b8 cc              int     3
    SYMBOL_STACK_INDEX:  1
    SYMBOL_NAME:  nt! ?? ::FNODOBFM::`string'+44dfc
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: nt
    IMAGE_NAME:  ntkrnlmp.exe
    DEBUG_FLR_IMAGE_TIMESTAMP:  531590fb
    IMAGE_VERSION:  6.1.7601.18409
    FAILURE_BUCKET_ID:  X64_0xFC_nt!_??_::FNODOBFM::_string_+44dfc
    BUCKET_ID:  X64_0xFC_nt!_??_::FNODOBFM::_string_+44dfc
    ANALYSIS_SOURCE:  KM
    FAILURE_ID_HASH_STRING:  km:x64_0xfc_nt!_??_::fnodobfm::_string_+44dfc
    FAILURE_ID_HASH:  {aa632d36-b0f7-67cf-89e2-1cec389c0a11}
    Followup: MachineOwner

    Hi Kaysel_GTG,
    Just addition. Regarding to Bug Check 0xFC, please refer to following article and check if can help you.
    Bug Check 0xFC: ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY
    By the way, since it is not effective for us to debug the crash dump file here in the forum. If this issues is a state of emergency for you. Please contact Microsoft Customer
    Service and Support (CSS) via telephone so that a dedicated Support Professional can assist with your request.
    To obtain the phone numbers for specific technology request, please refer to the web site listed below:
    http://support.microsoft.com/default.aspx?scid=fh;EN-US;OfferProPhone#faq607
    if any update, please feel free to let us know.
    Hope this helps.
    Best regards,
    Justin Gu

  • HT201209 I need assistance with trying to figure out how to change my security code answer

    I need assistance with trying to figure out how to change my security code answer

    If you mean the answers to your security questions, then f
    rom http://support.apple.com/kb/HT5665 :
    If you have three security questions and a rescue email address
    sign in to My Apple ID and select the Password and Security tab to send an email to your rescue email address to reset your security questions and answers (the steps half-way down that page should give you a reset link)
    If you have one security question and you know your Apple ID passwordsign in to My Apple ID and select the Password and Security tab to reset your security question.
    If you have one security question, but don't remember your Apple ID passwordcontact Apple Support for assistance. Learn more about creating a temporary support PIN to help Apple confirm your identity when you contact Apple Support.
    If you can’t reset them via the above instructions (you won't be able to add a rescue email address until you can answer your questions) then you will need to contact iTunes Support / Apple in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps half-way down this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • Need assistance with my Porsche Design LaCie Time Capsule... It is not operating at all.. I have ran the diagnostic via the Disk Utility and under the error reading it runs the repair and then says it not about to repair what do I do... Thanks

    Need assistance with my Porsche Design LaCie Time Capsule... It is not operating at all.. I have ran the diagnostic via the Disk Utility and under the error reading it runs the repair and then says it not about to repair what do I do... Thanks

    LaCie doesnt make ANYTHING.  It contains a Seagate 3.5" 5400RPM HD.
    Check the HD on another computer, if nothing, your SATA bridge is fried, or the HD (very unlikely since its a Seagate inside)
    Youd have to crack open the HD, remove the SATA bridge cart thats plugged into the HD and put the HD into an enclosure or a HD dock to get the data
    those external HD use a 50 cent SATA bridge famous for failing.  The curse of all the good HD externals is the junk 3rd party SATA bridges attached to them that crash and burn.
    Sata bridge:

  • I need assistance with uploading pictures from mobile connection to computer

    I need assistance with uploading pictures from my mobile to my computer

    I need assistance with uploading pictures from my mobile to my computer

  • I need assistance with changing language from German to English

    I need assistance with changing language from German to English. Unable to uninstall product from control panel.

    What exactly means "unable"?
    Since you mention Control Panel, I assume that you are on Windows.  Try using http://labs.adobe.com/downloads/acrobatcleaner.html

  • Need assistance with multiple issues with several G5's

    Hello All,
    I need to get some assistance with some issues that I am having with several G5 Dual’s
    I just started a new position and I have 4-G5 Dual’s that are in various states of disrepair. Normally I would call Apple support but they did not purchase the extended AppleCare packages for any of the G5’s theu purchased and they are ALL over a year old now. Any suggestions would be greatly appreciated.
    G5 number 1 - Has its fans running at full output all the time. Could this be a firmware issue?
    G5 number 2 – Had it’s logic board replaced by one of our company computer techs and now at start up gives a long tone then boots to white screen with a command prompt. Requiring me to either type “mac-boot” or “shutdown”. If I continue the boot process the machine just goes to a gray screen and stalls. I researched this yesterday and tried several solutions I found here but to no avail. Seems to me that past of the issue is that it is stuck looking for a firmware upgrade. How do I get past it?
    G5 number 3 – Mac seems to boot correctly but when you click on the Apple icon in the upper left hand corner the Finder blinks out and then comes back. It does this every time we try to go to the Apple menu. We removed the original hard drive and installed in a known good drive, our tech drive with a G5 image, rebooted the mac and the same issue occurs with the Finder.
    G5 number 4 – This unit boots to black screen with a Unix command prompt displaying “root#”. Any thoughts.
    Thanks
    Paul
    G5 Dual   Mac OS X (10.3.9)  
    G5 Dual   Mac OS X (10.3.9)  

    Apparantly someone not certified to repair them messed them up.
    Tell bossman it would be in his best interest for you to take them to a authorized Apple Repair and get it done with.
    Tell him that Mac's rarley screw up hardware wise and there really hasn't been a great demand for skilled repair techs outside of Apple.
    If your worried about your job, tell him you can take care of the software, training, minor hardware and networking end of the matter. Which, luckily for you, are longtern and ongoing needs. You can tell him that.
    There's nothing wrong in admitting you don't know how to do something and keeping your job, than to be unable to fix them and lose your job.

  • Need help with Fluid Grid Layout and variable column balance.

    I'm using the fluid grid layout.  I have multiple columns that are actually fluid grid layout columns done by Dreamweaver.  I'd like them to extend as high as each other (all to the maximum height of each other) within the same section.  An added catch is that in the desktop layout, I have three side by side under one that takes the whole width of the page.  On tablet size, it's 2x2 in a square grid.  On mobile, they're vertically stacked.  I'm trying to get it so that background colour and/or borders looks decent and is fully balanced, no matter which layout is hit with the fluid layout.  The columns reflow, no problem.  But the height of any background and/or border is variable. 
    Any help on fixing this? 
    Example at:  https://music2help.thoughtburst.net/ 
    The example doesn't have borders or colours, as it looked silly unbalanced.  The music2help.css is the only one I'm modifying manually.
    Love the fluid grid layout, but I need a way to make it behave decently with backgrounds/borders.  Any help would be hugely appreciated!
    Thanks!
    mark->

    I tried the solution Nancy posted.  It altered things, but doesn't seem to do the trick.
    Just some quick background.  I did HTML from 1994 through about five years ago by hand in vi on *nix systems.  I learned HTML through 4.01, and never bothered with XHTML at all.  I learned CSS through most of CSS2.  The CSS3 and HTML5 stuff is all new to me, but it can't be that hard.  I'm not exactly a novice in JS (I've done a fair bit of AJAX programming), but it's not even close to my primary language (I'm a Perl guy).
    I'm "stuck on" wanting to use Fluid Grid Layouts.  It's billed as one of the selling points of DW CS6, and I really like the concept and results.  I just want the results embellished a little, namely with sensible identical heights on grid containers set in the same row, so that you can apply background colours, dropshadows, and borders.  That's really all I want to do that it doesn't already do.
    I have a test page at:  http://music2help.thoughtburst.net/ that you can try with your Quick Columns.  I'd be interested to know if you can get it to work.
    Here's the catch, though...  Resize the browser, shrinking it inwards.  (I suggest Firefox, as Chrome only shrinks so far, and you won't get to Mobile width.)  As you can see, on a Tablet, one of the columns that should be equal height actually moves up a row and should be equal height with the row that, on a desktop, would take the entire width of the page area.  So that's like a 4-up output in printing terms.  At Mobile size, the entire thing is vertical, so none of the columns should be resized.
    If your product works and can accomodate these conditions, I think I would be interested in spending the $35 it costs. 
    Let me know?  Thanks!
    EDIT:  Changed URL to be non-SSL.  The server has multiple vhosts on it, and I keep forgetting that I don't have a cert on this new one.  Sorry about that.  You can just add anything to one of the the three middle columns, if you're pulling it down to test.

  • Need Assistance With Custom Calculation Script

    I need help with a custom calculation script in Acrobat Pro.  I am trying to add the sum of fields A, B, C, D, E, F, and G together with the lesser value of fields H and I.  What would be the script to enter for this result?  Thank you.

    event.value = Number(this.getField("A").value) + Number(this.getField("B").value) + Number(this.getField("C").value) + Number(this.getField("D").value) + Number(this.getField("E").value) + Number(this.getField("F").value) + Number(this.getField("G").value) + Math.min(Number(this.getField("H").value), Number(this.getField("I").value));

  • Need Assistance with Plugin

    I am trying to acess my Nascar trackpass. I keep getting an error message that my flashplayer plug in keeps crashing. What Can I do?

    Hi Kaysel_GTG,
    Just addition. Regarding to Bug Check 0xFC, please refer to following article and check if can help you.
    Bug Check 0xFC: ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY
    By the way, since it is not effective for us to debug the crash dump file here in the forum. If this issues is a state of emergency for you. Please contact Microsoft Customer
    Service and Support (CSS) via telephone so that a dedicated Support Professional can assist with your request.
    To obtain the phone numbers for specific technology request, please refer to the web site listed below:
    http://support.microsoft.com/default.aspx?scid=fh;EN-US;OfferProPhone#faq607
    if any update, please feel free to let us know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Ack!  need help with a CSS layout

    I've been struggling to layout a Dreamweaver template that
    does the following:
    You can see the files here:
    http://northfloridahealthcorps.org/Oct5/index.html
    First, I know there's way to much CSS going on here. I'm
    newer to CSS and there's a lot of code detritus that's probably
    compounding my problems. My apologies. I don't know if you need to
    anywise my code, I just want CSS that will solve the problem. Any
    suggestions that will help me set up a page that will do the
    following will be greatly appreciated.
    The layout:
    A centered 2 and 3 column layout with fixed width columns a
    footer and a header.
    I want to page to fill the browser in IE6 and 7, etc.
    regardless of the quantity of content.
    The footer needs to stay at the bottom; more content pushes
    the footer below the viewport but the footer's at the bottom even
    if the page has no text.
    There's a background image in the wrapper/container that
    helps delineate the columns. This needs to stretch vertically too.
    I've read a lot on Divs that stretch but sill can't see to
    figure out what I'm doing wrong. I have struggled and struggled
    this and I'm going nuts! Some CSS settings work for IE7 allowing
    the page to stretch but it doesn't work in IE6 or vice versa (and I
    can't get the footer to work!). What am I doing wrong?
    Thank's Thank's Thank's Thank's Thank's!
    Greg

    go here for a tutorial on keeping footers at the bottom of
    the page
    Text

  • Dim Whit needs assistance with White Spot

    I am using PSE 9 and a Mac.  I am a new learner to photography and Photoshop.  Although I have read, studied, and worked with tutorials, I am having great difficulty in having success with editing some pictures I took for my niece.  She is getting married and does not have money for a photographer, so she ask me to take some photos.  I have been unable to succefully use the clone stamp to fix the sun spot in the middle of the couple.  Maybe I am going about it the wrong way, could someone please help me walk through how to fix this photo, then "I" can fix the rest of the photos that also have this problem.  I would appreciate your assistance greatly, and I know my Niece will also. 

    It’s a difficult situation caused by camera lens flare by taking the photo against the light rather than keeping the sun behind you.
    I think all you can do I to use the dodge and burn tools. Firstly the burn tool by repeatedly clicking with the mouse to gradually darken some of the areas within the spotlight. You may need to then select the dodge tool to lighten any areas such as skin which may become too dark.
    These tools are nested with the sponge tool and if you keep pressing the O key you can toggle through them.
    Alternatively use one of the filters to add more lens flare turning a mistake into a feature of sparkle!

  • Need assistance with AMD drivers (HDMI Audio Out)

    Short version:
    I have an older AMD graphics card that won't work right with the open source drivers. The proprietary driver would potentially fix my problems, but it is incompatible with my current system.
    Long version:
    I've got this lovely old AMD Graphics card, which happens to be a Radeon HD 4250 card, and despite all of the help articles in the wiki, as well as the AMD Bar & Grill thread, I still can't get the darn thing to work properly. As of right now, I'm currently using the open-source xf86-video-ati driver. While it's a nice driver that performs well for day-to-day things, I can't seem to get the more nitpicky things working properly. One such thing, is HDMI Audio support.
    Now don't go and bite my head off just yet: yes, I did read the help articles for that problem as well. I must have tried every possible fix in them, and then some. Video-out through HDMI works, at least. It's only when I try to force the audio (by adding radeon.audio=1 to GRUB) when my TV tells me it can't recognize the signal. Through all of this extensive trial-and-error, I've basically concluded that I have no other choice but to use the proprietary fglrx driver from AMD. Yay.
    Sure, sounds easy enough, right? Not really...
    Since my card is a bit older than the others, my only option is to use the 12.6 legacy version of the driver, which only supports Xorg version 1.12 and lower, as well as version 3.4 or lower of the Linux kernel. As most of us know, with Arch Linux being the bleeding-edge distro as it is, I currently run Xorg version 1.14 with Linux kernel 3.8. I've searched around for a possible way to downgrade both of these to the appropriate versions, but I've gotten more or less the same answer: downgrading is more trouble than it's worth.
    SO.... that brings me to this:
    I think I need to completely reinstall Arch Linux from the ground-up, once more. This time, however, I think I need to somehow tell it to install with older versions of both Xorg and the Linux kernel. This way, fglrx has no reason to be incompatible with my system, and I can finally quit fighting this problem and go on with my life. I'm not quite sure how to go about doing this (or if it's possible, for that matter), but that's why I'm here, and I'm definitely willing to try it in order to get this solved once and for all.
    Of course, this is just my theory of how to fix this, but if anyone thinks they can help me get the open source drivers to behave properly, please, be my guest.
    Either way, any and all help is greatly appreciated.
    Thanks!
    P.S.
    I wasn't sure what terminal outputs anyone may have needed for this, so if someone needs to see a particular output from the terminal, just ask.
    Last edited by BJSerpas (2013-04-27 22:04:24)

    Lone_Wolf wrote:Which HDMI versions do card, tv and hdmi cable provide/support ?
    I'm not quite sure what HDMI version the TV has. It's a Magnavox 32ME402V 32" HDTV, if it's relevant. Same goes for the laptop. It's a Pavilion dv6-3025dx laptop, but I have no ide what version of HDMI it's currently running. I'd suspect both of them are running something along the lines of 1.3 or 1.4, but I don't know. The cable is, well, a cable. I know it's a Sony brand cable, and the box advertised it for the PS3, though the box doesn't specify an HDMI version either.
    Lone_Wolf wrote:Are you using alsa, pulseaudio , oss for sound system ?
    As of right now, I've been sticking with alsa. I think pulseaudio is installed, but everything is set to use alsa.
    Lone_Wolf wrote:for a pure alsa system, post the output of aplay --list-devices --list-pcms
    Here you are:
    # aplay --list-devices --list-pcms
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default
    Default ALSA Output (currently PulseAudio Sound Server)
    sysdefault:CARD=SB
    HDA ATI SB, STAC92xx Analog
    Default Audio Device
    front:CARD=SB,DEV=0
    HDA ATI SB, STAC92xx Analog
    Front speakers
    surround40:CARD=SB,DEV=0
    HDA ATI SB, STAC92xx Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=SB,DEV=0
    HDA ATI SB, STAC92xx Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=SB,DEV=0
    HDA ATI SB, STAC92xx Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=SB,DEV=0
    HDA ATI SB, STAC92xx Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=SB,DEV=0
    HDA ATI SB, STAC92xx Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    hdmi:CARD=HDMI,DEV=0
    HDA ATI HDMI, HDMI 0
    HDMI Audio Output
    **** List of PLAYBACK Hardware Devices ****
    card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Lone_Wolf wrote:check in alsamixer the hdmi is not muted (just in case)
    No, it's not muted. When I check the HDMI device, it's set to 00 and I have no option of changing it. It's just stuck to that.
    Lone_Wolf wrote:Try aplay --device=name_of_hdmi_device /path/to/some/soundfile
    Yeah, I've tried that. It doesn't play out to the TV, but if I set the device to my laptop speakers, the sound test works (unsurprisingly).

  • Need assistance with a transport (TP)

    As information/background, I have been away from SAP and basis for about four years. Due to personnel changes here, I am now returning to it. While I was away, our SAP system was upgraded from version 4.0B to “SAP R/3 ENTERPRISE 47X110”. I was not a part of the upgrade and have no details as to how it was accomplished.
    We have two SAP “systems”: DEV and PRD and they are on separate partitions of an i5 520. Both are running on OS/i5 V5R3M5 with up-to-date CUMe packages, etc, and PASE is installed. Both of these “systems” use the 6.20 kernel at patch level 1598. We know that this is an OLD kernel and we need to upgrade. That may be the problem in this case but I have no way to patch our kernel because it is so long out of support and no patches are available.  Moreover, I am pulling my hair out trying to create a plan to upgrade to kernel 6.40.
    We use ABAP only, we have no JAVA anything and therefore, no NetWeaver (I don't even know what it looks like).
    All that being said, we need to implement changes per note 1004311.
    Here is what I have done so far and the resulting errors:
    Downloaded the .zip file in note 1004311 to my PC.
    Unzipped the files locally using WinZip.
    FTP'd to the development partition.
    Issued command  QUOTE SITE NAMEFMT 1
    Issued command  lcd '/usr/sap/trans/data'
    Issued command  bin
    Issued command  put R242611.p6b
    Issued command  lcd '/usr/sap/trans/cofiles'
    Issued command  ascii
    Issued command  put K242611.p6b
    Issued command  quit
    Logged on to the development partition as DEVOFR
    Issued command  lcd /usr/sap/trans/bin
    Command WRKLNK reveals actual path is  /QFileSvr.400/<production partition>/sapmnt/trans/bin
    Issued command  tp 'addtobuffer P6BK242611 DEV'
    Results:
      This is R3620DEV/TPOS4 version 320.56.80 (release 620)
      E-TPSETTINGS could not be opened.                     
      EXIT                                                  
      Error in TPSETTINGS: transdir not set.                
      tp returncode summary:                                                                               
    TOOLS: Highest return code of single steps was: 0     
      ERRORS: Highest tp internal error was: 0208           
      tp finished with return code: 208                     
      meaning:                                              
        error in transportprofil (param missing, unknown,...)
      Press ENTER to end terminal session.                  
    Of course, if I can't get it into the buffer, I can't import it.
    Where do I go from here to resolve this issue?  Is there some other process that I should use instead?  I can't find anything in STMS that will allow me to add anything to the buffer.
    Any help is greatly appreciated.
    Robert

    Hi, Victor
    Thanks, again.
    It imported but has this message:
    Ended with return code:  ===> 4 <=== 
    Is that okay to ignore?
    Robert

  • Need Assistance with Download iOS 6 to an iPhone 4. Error 9006

    I am experiencing difficulty with downloading ios 6 software onto my iPhone 4.  I keep getting error message that due to an unknown error "9006", the software was not downloaded to my iPhone.  I have tried downloading via iTunes (I have latest version 10.7) and via software update on the iPhone, but have been unsuccessful so far.  I have followed suggestions on the iPhone trouble shooting assistant.  Nothing has worked for me.  Any suggestions?

    Errors related to third-party security software
    Error 2, 4 (or -4), 6, 40, 1000, 9006
    Follow Troubleshooting security software. Often, uninstalling third-party security software will resolve these errors.
    There may be third-party software that modifies your default packet size in Windows by inserting a TcpWindowSize entry into your registry. Your default packet size being set incorrectly can cause these errors. Contact the manufacturer of the software that installed the packet size modification for assistance or follow this article by Microsoft: How to reset Internet Protocol (TCP/IP).
    Verify that access to ports 80 and 443 are allowed on your network.
    Verify that communication to albert.apple.com or photos.apple.com is not blocked by a firewall, or other Internet security setting.
    Discard the .ipsw file, open iTunes and attempt to download the update again. See the steps underAdvanced Steps > Rename, move, or delete the iOS software file (.ipsw) below for file locations.
    Restore your device while connected to a different network.
    Restore using a different computer.

Maybe you are looking for

  • How to close reports server?

    Is it possible to close the reports-server-background-engine window after closing the forms which called the report?

  • Mail won't open -- says home dir is full, but 7GB is free!

    I'm getting an error message when I try to open Mail.app. It says "Mail cannot update your mailbox becuase your home directory is full" And proceeds to quit. I have over 7GB free on my startup drive. Why does mail think my HD is full?

  • Are the mini display ports the same size on the macbook 2010 as the macbook pro?

    i am trying to hook up my macbook to my hdtv ive found some cables on ebay but there all for macbook pro? will it fit the macbook ?also i think im going to have a problem with the sound any ideas any1 ? there is an input and out put option on sound p

  • Condition not working

    Hi all the is code i have used DECLARE           CURRENTRECORD NUMBER;      BEGIN DECLARE                CURRENT_DISCOUNT NUMBER;                CURRENT_REASON VARCHAR2(100); BEGIN CURRENT_DISCOUNT:=:XXSY_DISCOUNT_MANAGER_V.DISCOUNT_RATE;            

  • Slow music playback on X2

    music playback becoming slower after few minutes of listening. -1300 of 2000 MB free on SD card -25 of 48 MB free in internal phone memory have latest firmware, tried power on and off, and also master reset but still same issue. Just to note that it