Bayside Screenshot

David,
This screenshot got me thinking....
How can we get images to be 100% browser width?
How can we get the navigation and header on top of an image? Are the steps similar to the bonus video?
Thank you for your time and help with these issues!

You can make an image 100% of the browser width by removing the width and height attributes from the <img> tag, and giving the image a class that sets the width property to 100%.
In the HTML:
<div><img src="images/morro1.jpg" alt="Morro Rock" class="wideimg"/></div>
In the style sheet:
.wideimg {
    width: 100%
The image will fill the full width of its parent element (in this case, a div). If the parent element is the full width of the browser window, the image will be too. The problem with this is that the image could become badly blurred on a large screen.
Another way of making a image fill the width of the browser window is to use a background image, and set the background-size CSS property to cover.
#mydiv {
    background-image: url(images/morro1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
Again, the problem is that the image might become blurred if it's not big enough. The other issue is that background images don't control the height of the element they're applied to. If there's only a small amount of content in the div, the background image will cover the full width, but it won't expand the height of the div. You could apply a min-height value to the div, but you have no way of knowing (without using JavaScript) how wide the browser window will be. One other consideration: background-size is not supported by Internet Explorer 8 and earlier.
As for the screenshot, I don't know how it was created. When I was commissioned to create the video tutorial, I created the text, images, and design for the Bayside Beat case study. Adobe decided it wanted some changes, so another designer sent me a composite of the revised design, which is what I created in the tutorial. I suspect that the screenshot of the sky extending behind the title and navigation bar was probably one of the ideas the other designer was experimenting with, and it somehow ended up in the tutorial web page. I quite like the effect of the sky going behind the title and navigation bar. The problem is that it won't work on other pages.
From the technical viewpoint, if the image is in the HTML, you would position the navigation menu over it using the same technique as in the bonus video.

Similar Messages

  • I tried to take a screenshot with the command,shift,3 and it worked like for a while and now my macbook wont screenshot at all and i need to know how to fix that like now please?

    its not that i dont know how to take a screenshot its that whenever i try to it doesnt work at all. I have took lots of screenshots on this macbook before and didnt have a problem but now i cant take any at all. Please help me

    The first step is to try this Microsoft fixit:
    http://support.microsoft.com/mats/Program_Install_and_Uninstall
    If that doesn't work we will have to try something more complicated. It is a could not open file error message from the installer.

  • Screenshot filename in Lion

    Hi,
    Anyone knows a way to rename the filename of screenshots in Lion?
    I'm talking about the part that comes after the prefix, that can be changed via;
    defaults write com.apple.screencapture name NEWPREFIX
    In Snow Leopard, this was achieved by chaning a line in the following file;
    /System/Library/CoreServices/SystemUIServer.app/Contents/Resources/English.lproj/Localizable.strings
    This is no longer possible, as the value isn't present in this file anymore. The .strings-file have also been changed from a plain text file, to a binary plist file since Snow Leopard.
    The reason I want to change this, is to avoid spaces in the file name. I know that some of you use scripts that goes through the screenshot-folder to rename, but was hoping to avoid this.
    Anyone knows of a way to change this in Lion?

    Hi,
    I did following steps to change default screenshoot filename
    $ sudo su
    # cd /System/Library/CoreServices/SystemUIServer.app/Contents/Resources/English.lpro j
    # plutil -convert xml1 ScreenCapture.strings
    # vi ScreenCapture.strings
    change
    <key>%@ %@ at %@</key>
              <string>%@ %@ at %@</string>
    to
    <key>%@ %@ at %@</key>
              <string>Pictures</string>
    # plutil -convert binary1 ScreenCapture.strings
    # killall SystemUIServer
    You can replace "Pictures" to whatever you like.

  • Unable to capture screenshot of Agentry Client v 7.0.1.207

    Once you have logged a user in the Agentry Client application, it is no more possible to capture screenshots of the Agentry client application.
    I got an error "Unable to capture screenshot. USB storage may be in use"
    However you can take screenshots of other application (Gmail for example) or you can take screenshot of the Agentry client logging page.
    This is occurring with Agentry client v 7.0.1.207.  It was working before with v6.0.14
    Is there a possibility to remove this security feature?
    regards.

    With the Encrypted DB checked, it is not possible to take screenshots.  There is an option in the newest versions of Agentry 6.0 (would need to wait until it is rolled up to SMP) that next to the Encrypted DB option, you can check an option to enable screen share again.  I know this was put into around 6.0.42 or 6.0.44.  Don't know if or when it will get to SMP.
    Stephen

  • HT201361 Is it possible to save the screenshot files to a different folder than desktop. How can I change the folder?

    Is it possible to save the screenshot files to a different folder than desktop (that is the default). How can I change the destination folder? Thank you, Sal

    To change the screenshot capture location to a new place on your Mac, first think of a location that would serve you properly. We like to place ours in a "Screenshot" folder located inside of the User's "Pictures" folder. To change the location to this new location, open the Terminal and enter the following command:
    defaults write com.apple.screencapture location /Users/[u]/Pictures/Screenshots/
    Replace "[u]" with the name of the user on your system. Once you have entered this command, let's restart the screen capture utility by restarting the SystemUIServer by entering the following command:
    killall SystemUIServer
    You can optionally log out and back in instead of entering this second command, thus restarting the SystemUIServer. Once restarted, all screen captures taken from here on out will end up in your /Pictures/Screenshots/ folder in the User's home folder on your Mac.

  • Saving screenshots to a different location?

    Somewhere, there is a preference to set the default location to save screenshots... I can't find it now! I have one of my machines set to save screenshots to a folder on my desktop, so I know this is possible. But I can't seem to find that preference on a second machine. I thought it was a preference setting in Cocktail, but it isn't there.
    Can anyone tell me where to set the default location for saving screenshots? I need to set it to a folder instead of Mac OS's default of the Desktop.
    Thanks!

    I would love to know how to set a different location. How do you do this in Leopard and Snow Leopard?

  • Camera works fine; won't take screenshots or save emailed photos to Camera Roll

    I can't make my iPhone 5c (IOS 7) save emailed photos or take screenshots. When I take a screenshot, the screen blinks like it's supposed to, but nothing shows up in my camera roll. Same with saving emailed pictures. Tried restarting and resetting; didn't find a relevant post on the forum. Could someone help?

    I did exactly as you suggested and the phone froze up and acted really funky. So I did a normal power cycle after your maneuver and viola! The camera snapped away click - click - click!!!! Thank you for the help -- as an embedded hardware engineer I wonder what has gone awry with the software.
    As I like to say (usually surrounding some goofiness with Windows) "somewhere there is a software engineer responsible for my misery."
    Thanks again.

  • Can't take screenshot on iPhone 5, iOS 8.1.3 - tried everything already

    Help! My screenshot function is not working too. I have a iPhone 5, oh an iOS 8.1.3 software. I've done everything in previous threads with similar issues. I've pressed it correct and even tried hard reboot by pressing both home and power buttons. I've turned on the accessibility to take a screenshot using the function and that doesn't take screenshots too (so my buttons are working fine). I've also deleted all new apps that I installed after this issue happened.
    What happens: when I press home and power button, NOTHING happens. There is no flash sound or quick flash of the screen that shows the screen was taken.
    Appreciate any help and suggestions!

    Bowtie....
    I see that your question has languished for a couple of hours in a relatively low traffic forum - Using ASC - I have asked our gracious Hosts to move it to Using iPhone where it may get a more rapid response.
    best luck
    ÇÇÇ

  • Screenshot copyright question?

    I have no idea what forum I'd ask this question, so if my question can't be answered here, please advise where to post.
    I'd like to put a screenshot of a Numbers spreadsheet on my website to demo something, but I don't know if there are any copyright issues. I've searched, but can't find any Apple page that deals with it. I found one for Excel on the Microsoft website with instructions, but nothing from Apple.
    If anyone can point me in the right direction, it'd be appreciated,
    Doug

    Doug,
    Here's what they say to do:
    Legal
    For legal questions, please go to apple.com/legal/contactand select from the drop-down menu provided. To report suspected counterfeit or knockoff products, or other forms of suspected infringement of Apple intellectual property, select Counterfeits & Knockoffs from the drop-down menu.
    Jerry

  • I am getting a "invalid screenshot" when trying to upload the screen shot to a Words With Friends cheat app.  It just started doing this!

    I am getting a "invalid screenshot" when trying to upload the screenshot to a Words With Friends cheat application.
    What am I doing wrong?

    That was no help!  When playing with two grown daughters with high IQs,
    I need all the help I can get!

  • My colors are not displaying correctly. I have already asked the question but here is the screenshot also.

    There is no apparent way to upload the screenshot so I did not. Not a very intuitive site.

    Continue in your old thread and attach the image there.
    * https://support.mozilla.org/en-US/questions/982073
    * If you need help to create a screenshot, please see [[How do I create a screenshot of my problem?]]
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. This will help us to visualize the problem (on the thread linked above).

  • May 2008 Screenshots

    Posting Guidelines
    · DO NOT post full resolution screenshots!  You can use the "mogrify" command (pacman -S imagemagick) to make a thumbnail of your screenshot:
    $ cp screenie.png thumb-screenie.png
    $ mogrify -resize 20% thumb-screenie.png
    Twenty percent of the original size is great for 1024x768 screenies.  You can then upload these images to your server and use the following code to show them on the forum:
    [url=http://my.site.com/screenie.png][img]http://my.site.com/thumb-screenie.png[/img][/url]
    This displays the thumbnail as a link to the screenie like this:
    · Several websites also offer free image hosting, of these ImageShack is very popular and does a neat auto thumbnail:
    Use the "Thumbnail for forums" link code that is supplied by ImageShack to post your thumbnail link.
    · Once the new month begins please do not post new screenies in the old threads.
    · If the screenshot has questionable material that might not be safe to view while at work or in a school setting, please post only a link and not a thumbnail, along with a mention of "Not Safe for Work". Posts that do not adhere to this are subject to deletion without notice at any time.
    · Please try to include any links to your wallpaper or configs that you may have and/or the names of your icon theme, running apps, DE, etc. in the same post to reduce unnecessary clutter later.

    unregistered wrote:
    ST.x wrote:
    reposting May desky from the end of the April thread : )
    http://tn3-2.deviantart.com/fs25/300W/f … anceST.png
    care to share where you got that wallpaper from and how did you do the cylinder thing?
    Wall: http://mx-steel.deviantart.com/art/Drea … 2-68976117
    And reposting some stuff from the end of April thread:
    ST.x wrote:
    zodmaner wrote:
    ST.x wrote:http://tn3-2.deviantart.com/fs25/300W/f … anceST.png
    Holy cow! That looks really good.
    Could I have that skydome image?
    http://xs227.xs.to/xs227/08184/bluedigi … png.xs.jpg
    FALK wrote:
    ST.x wrote:http://tn3-2.deviantart.com/fs25/300W/f … anceST.png
    Can I see your xdefaults?
    .Xdefaults: http://pastie.caboo.se/189807
    Stalafin wrote:
    ST.x wrote:http://tn3-2.deviantart.com/fs25/300W/f … anceST.png
    Did you get that cylinder from the Compiz-Fusion-git package?
    Yes
    corleone wrote:
    ST.x wrote:http://tn3-2.deviantart.com/fs25/300W/f … anceST.png
    Could you share your .conkyrc?
    Thanks.
    http://pastie.caboo.se/189808

  • May 2007 Screenshots

    Guidelines
    · DO NOT post full resolution screenshots!  You can use the "mogrify" command (pacman -S imagemagick) to make a thumbnail of your screenshot:
    $ cp screenie.png thumb-screenie.png
    $ mogrify -resize 20% thumb-screenie.png
    Twenty percent of the original size is great for 1024x768 screenies.  You can then upload these images to your server and use the following code to show them on the forum:
    [url=http://my.site.com/screenie.png][url]http://my.site.com/thumb-screenie.png[/url][/url]
    This displays the thumbnail as a link to the screenie like this:
    http://dtw.jiwe.org/share/screenies/thumb-screenie.png
    · If you do not have your own upload space you can upload to http://art.archlinux.org and link your shot here (with text) for discussion
    · Several websites also offer free image hosting, of these  ImageShack is very popular and does a neat auto thumbnail:
    http://img247.echo.cx/img247/7290/20050 … 7fv.th.png
    You should use the "Thumbnail for forums (1)" link code that is supplied to post here
    · Once the new month begins please do not post new screenies in the old threads.
    · If the screenshot has questionable material that might not be safe to view while at work or in a school setting, please post only a link and not a thumbnail, along with a mention of "Not Safe for Work". Posts that do not adhere to this are subject to deletion without notice at any time.
    · Please try to include any links to your wallpaper or configs that you may have and/or the names of your icon theme, running apps, DE, etc. in the same post to reduce unnecessary clutter later.

    phunkycow wrote:
    The clouds come to life by Ether
    Make sure you check out his gallery. Top stuff!
    Yeah, sure!
    I'm using one of his piece of art too.
    I'm relatively new to Arch (and to Linux in general), but my first post is for this thread...!
    Here's my desktop:
    GTK2 theme: Murrina Black
    Emerald theme: Transience
    Icons: SnowIsh
    Wallpaper: edge by *ether
    DE: XFCE
    Applications: Beryl, Sonata & Terminal
    PS: Can someone tell me where to find this nice info-script? I've been searching for it for a moment but without success.

  • HT4527 I am trying to transfer music files from one PC to another using homeshare and although I can view the music as a shared folder I cannot initiate the "import" process.  I have iTunes 11.0.1.12 on both computers so the help screenshots do not help a

    I am trying to transfer music files from one PC to another using homeshare and although I can view the music as a shared folder I cannot initiate the "import" process.  I have iTunes 11.0.1.12 on both computers so the help screenshots do not help as such

    Then stop trying to use HomeShare and use one of the other options listed in the document from which your question was posted.

  • How do you stop random screenshots from appearing when you open an app

    These screenshots really bug me, especially when it comes to safari.  I use safari daily and sometimes I stumble upon rather frightning images.  Because.the screenshot that appears when you open an app is always a random snapshot of when you used the app in the past (I sometimes see screenshots that are over a year old), my biggest fear is that a scary picture I looked at in the past may appear when I open safari in the future.  Jumpscare.
    aside from that, this could also be a security violation, as a picture of your login information foryour bank may aappear at any time.  This is especially dangerous if your iPhone is in the hands of another person.

    When you open an app or when you close an app using the App Switcher (double-tap the Home button)?
    If you are talking about the App Switcher, there's no way to disable the displayed screenshot. If you don't want to see the "scary image", browse to another website. I have Google set as one of my favorites...when I shut down Safari, I just hit the Google favorite so the next time I open Safari, it opens to Google. I've never heard of nor experienced random screenshots popping up when opening Safari.

Maybe you are looking for

  • Address book sync problem

    I had uploaded my IMAC address book to my new itouch.  But because of some problems in the address book (lots of quotes around # and email), I had to fix that (using Excel's trim and clean functions.  On the IMAC, I deleted all the contacts in the ad

  • Where can I get a Ibook g4 install disk

    Looking to find a reinstall disk for my Ibook G4 Where can I get this or do I have to buy a os x disk?

  • Clearing a fileglobal array of strings

    I have a fileglobal 2 dimensional array of strings. How does one clear it each time the sequence is called, use a for loop? It used to not be a problem but now it seems to have old data in it all the time. thanx, jvh Solved! Go to Solution.

  • Unable to connect to internet during activation!!

    PLEASE HELP!! after purchasing the adobe creative suit 5.5, i was easily able to go through the activation proceses.. until after it was all done it kept asking me to connect to the internet in a pop up box lables "activation required", and soon enou

  • FM Radio on iPhone?

    I bought an iPhone 4 recently and found out that it doesn't have installed fm reciever like my previous HTC phone. It was such a cool feature: I just pluged in earphone or a connection cord to the speakers and it became the antenna for radio. Isn't t