Help getting rid of borders around the background image created in Fireworks

Hey could someone help me make the background of my website not have white edges around it? You can see it at the top and bottom.

Answers to questions like these are contained in your code.  Screenshots show us the display but they don't show us why.
Did you zero out the default browser margins and padding in your CSS code?
Some people prefer to use a CSS Reset for this:
Below is a quick & dirty CSS reset that removes margins and padding from everything.  The asterisk * is a universal selector.
* {margin: 0; padding:0}
Nancy O.

Similar Messages

  • Getting rid of highlight around the border when a TableView gains focus

    Hello,
    Is there a way remove the highlight around the border of a TableView when it gains focus?
    Thanks.

    The relevant css from caspian.css in /sdk/rt/lib/jfxrt.jar is:
    /** Draws focus border around tableview */
    .table-view:focused {
        -fx-background-color: -fx-focus-color,-fx-box-border,-fx-control-inner-background;
        -fx-background-insets: -1.4, 0, 1;
        -fx-background-radius: 1.4, 0, 0;
        /* There is some oddness if padding is in em values rather than pixels,
           in particular, the left border of the control doesn't show. */
        -fx-padding: 1; /* 0.083333em; */
    }To get rid of the focus display, just define a custom css stylesheet for your app which overrides the table:focused pseudo-class, for example:
    .table-view:focused { -fx-background-color: transparent,-fx-box-border,-fx-control-inner-background; }

  • I have an app in my app store that is requiring an update but I never purchased the app and when I click update, another apple ID pops up that is not mine.  Now i keep getting reminders to update the app and I cant get rid of it from the app store.  Help.

    I have an app in my app store that is requiring an update but I never purchased the app and when I click update, another apple ID pops up that is not mine.  Now i keep getting reminders to update the app and I cant get rid of it from the app store.  Help.

    You installed a hacked app, originally from the Mac App Store. It contains the receipt for a different app, downloaded using an account that you don't control. You need to identify and remove the hacked app.
    Important: The app you need to remove is not necessarily the one named in the App Store notice. For example, if the App Store says you need to update "Twitter," the hacked app may be "Angry Birds" or something else entirely. Don't make any assumptions about which app you're looking for. To find it, you have to carry out a systematic search.
    Triple-click anywhere in the line of text below on this page to select it:
    kMDItemAppStoreHasReceipt=1
    Copy the selected text to the Clipboard (command-C).
    In the Finder, press the key combination command-F to open a search window, or select
    File ▹ Find
    from the menu bar. In the search window, select
    Search: This Mac
    from the row of tokens below the toolbar. Below that is a popup menu initially showing Kind. From that menu, select  Other...
    A sheet will drop down. In that sheet, select Raw Query and click OK or press return.
    Now there will be a text box to the right of popup menu. Click in that box and paste (command-V).
    The search window will show all the App Store products you've installed. Compare those search results with the list of your purchases from the App Store. To see the complete list, you may need to unhide hidden purchases. If any apps were download from the App Store using other Apple ID accounts that you control, sign in to the store under each of those ID's and check the purchases.
    At least one of the items listed in the search window is not among your purchases in the App Store. Move each such item to the Trash. You may be prompted for your administrator password. Empty the Trash.
    Log out and log back in. Test.

  • When syncing my iPhone the storage says OTHER what is other and how do you delete it or make it smaller  my 16g phone has 3G of other please help get rid of it

    iitWhen syncing my iPhone the storage says OTHER what is other and how do you delete it or make it smaller  my 16g phone has 3G of other please help get rid of it

    The following has some information that may help: http://osxdaily.com/2013/07/24/remove-other-data-storage-iphone-ipad/

  • Aftet the closing all tabs of site "vkontakte.ru" still remains sound of alert for new incoming messages. Helps get rid of this only reopening browser.

    Aftet the closing all tabs of site "vkontakte.ru" still remains sound of alert for new incoming messages. Helps get rid of this only reopening browser.

    Problem was founded: plugin "Speed dial" was autoupdating this page when open new tabs with him

  • I used the "GO" TAB to do maintenance on macbook but don't remember how.  It helped get rid of the wheel

    i used the "GO" tab on macbook Pro to do maintenance but don't remember how.  It helped get rid of the spinning wheel.  Can you help?

    Did you open the Bookmarks Sidebar (F10: View > Sidebar > Bookmarks)?
    You can toggle that sidebar on/off with Ctrl+B

  • Hello how I want to help get rid of the remaining balance in the account, I want to change the state

    Hello how I want to help get rid of the remaining balance in the account, I want to change the state

    Go to www.apple.com/emea/support/itunes/contact.html and ask the iTunes Store staff to zero your account balance.
    (108244)

  • How can i get rid of a blue screen background on my MacBook Pro

    how can i get rid of a blue screen background on my MacBook Pro

    Hi Heidi,
    Do tou mean it only boors to a blue screnn???
    If 10.7.0 or later...
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partition & use Disk Utility from there to Repair the Disk, then Repair Permissions.
    If that doesn't help Reinstall the OS.

  • Can I get rid of parts of the JRE for my app?

    I am trying to figure out how to easily deploy a stand-alone desktop Swing application. It's more like Microsoft Word than the typical Swing business app that deals with networks and databases. I'd like to make this easily downloadable by regular people, like a 10-year old who has installed an IM client, or a 70-year old who has downloaded the latest version of a browser, i.e., just download an installation file and then click to install in the relatively standard manner in which Windows apps are installed.
    What I am definitely trying to avoid is making the user go to Sun's Java distribution website, which is written by computer geeks for computer geeks. If a potential user sees that, they'll get confused, give-up, and I'll have lost a potential user.. Since a Swing application that is developed and tested using an earlier version of the JRE won't necessarily work with a later version, I can't make the assumption that as long as the latest JRE is installed on the user machine, everything is fine. As far as I can tell, I need to download a self-contained version of the JRE that I developed with in order to guarantee that the app will run as expected. I also don't want the user to have to download a 15 Mb 1.5 JRE, or the purported 50 Mb 1.6 JRE just to be able to run my little program. (I'm really starting to see why there are no popular Java desktop apps.)
    So my question is - if I compile my application down into machine code from binary code, does anyone know if can I get away with running it with a stripped-down JRE? I'm wondering if I can get rid of parts of the JRE that deal with things like interpreting bytecode, networking or database access, none of which I need to worry about. Sun's legal department might not like this, but is this at all technically feasible? I'm actually happy to hear about any ideas regarding shrinking the size of the distribution. Thanks.

    I voted for the enhancement request. It is almost exactly what I am concerned with.
    I am a big fan of Excelsior Jet. I tried out the free version about a year-and-a-half ago, and was pretty happy with it. It was actually the only machine-code compiler I tried out of several that worked. If I ever get to the point where I can start selling my app, I expect that I'll use it. I've been checking the website every so often since then, and reading about the next version, where a JRE can be included in the distribution. That helped spark my original question. While the worry about making sure my application had the right JRE version will be solved, it still bugs me that I have to ship so much unnecessary JRE code. (I blame Sun for that, not Excelsior Jet.) I was wondering if it was at all technically feasible to strip out the unnecessary code, irrespective of the legal issues. When compiled to byte-code, my program is under 1 MB. When I compiled it to machine code under JDK 1.4, it was about 5 MB. I imagine that compiling to machine-code with the included 1.5 JRE, after compression, will result in a size in the 15-20 MB range. And this after refactoring my program to where it's about 1/3 it's original size. I'm really worried about the direction this is going, and I don't even want to think about what including the 1.6 JRE will require.
    Where did you read that I've been programming Java since '97. I was a contractor at Sun between 1995 and 1997, and started working on Java 1.0 apps back then, but I don't ever remember mentioning that. If you asked because you're thinking I should know more about JVM/JRE issues, you're probably right, but I focus almost exclusively on higher-level application and GUI/Graphics issues. The deep-down Java stuff makes me break out into a cold-sweat.

  • How can I get a parallax effect with Hub Control or change the background image scroll rate?

    Like the title says, I'm trying to get more of a parallax effect with a Hub Control in Windows Phone. In my current hub app, the picture has to be as wide as the entire hub, and it scrolls through the picture quickly. I'd like a way to make the background
    image scroll slower than the content on top of is.
    I've looked everywhere in the API docs, but I can't find anything saying how to do this. :(

    Hi PTK7,
    Yes, currently there is no documentation for this effect, however we can manually control the image scroll speed:
    http://stackoverflow.com/questions/10589192/windows-8-gridview-parallax-background-image
    Also I found a sample from code center:
    https://code.msdn.microsoft.com/windowsapps/ParallaxBackground-A-Metro-f929e558, take a look to see if these helps.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • CS 4 InDesign 6.0.4 How do I get rid of it showing the X and Y's

    How do I get rid of it showing the X and Y positions when I move a box or something around? Thank you.

    Thank you, I don't know how some of these things are coming up and happening since I upgraded to OS 10.6

  • How to get rid of websites on the reading list?

    I need help getting rid of websites on my reading list. Please help

    click on the spectacles, then hover over the links in the list. As you do that a little "x" appears in the top right.
    Click on that and it goes away. Now if you can show me how to get rid of the reading list option and stop if from collecting links I accidentally put there, that would be something. lol

  • Pages for ipad2 - how do you get text to wrap around the contours of a picture? Not the simple square wrap, but I saw text following the contours of a bike wheel at the Apple store demo

    Pages for ipad2 - how do you get text to wrap around the contours of a picture?  Not the simple square wrap, but I saw text following the contours of a picture of a bike wheel at the Apple store demo

    Sjazbec,
    Thanks for the reply.
    I did read the help and went through the tutorial - the butterfly text wrap (and the wrap around the curved contour of the bicycle wheel at the Apple store) is the reason I am asking this question.  I don't know how to use one of my own pictures and tell Pages what contour to wrap around.  Is there some additional image editing software that I need to "creatively crop" one of my own pictures, so that Pages will be able to wrap around that contour?
    Thanks / Danke!!

  • I have an IPone 4, there is an add video for Capital one that keeps coming up on its own... ive deleted my history and cookies and this video keeps taking over my phone. how do i get rid of it? the video is of a man with a puppet and the puppet is singing

    i have an IPone 4, there is an add video for Capital one that keeps coming up on its own... ive deleted my history and cookies and this video keeps taking over my phone. how do i get rid of it? the video is of a man with a puppet and the puppet is singing a song while he is checking his phone. how do i get rid of it????

    If it happens again the make sure that you aren't suppressing website colors.
    Make sure that you allow pages to choose their colors and that you haven't enabled High Contrast in the Accessibility settings.
    *Tools > Options > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    *https://support.mozilla.org/kb/Options+window+-+Content+panel
    *http://kb.mozillazine.org/Website_colors_are_wrong
    *http://kb.mozillazine.org/Websites_look_wrong

  • I want to use The Duplicate Finder to get rid of duplicates in iphoto. I created a library as a folder on my desktop.  Should I trash the photos in iphoto before I run the duplicate finder?

    I want to use The Duplicate Finder to get rid of duplicates in iphoto. I created a library as a folder on my desktop and droped it into Dupe Finder.  Many dupes were found.  Before I have it auto select dupes, should I trash the photos in iphoto?  Or will Dupe Finder do that for me automatically?

    1 - if you want to remove duplicates from your iPhoto library you would not be using a copy of it
    2 - don't do anything without a good, current backup
    3 - reading the Duplicate Finder web site does not tell me tha tit is safe to use on the iPhoto library - i suggest you use one of the known good and tested duplicate eliminations programs - see this discussion for links - https://discussions.apple.com/message/24363132#24363132
    4 - One cardinal rule - NEVER make any chnages to the structrure or content of the iPhoto library using any porogram (including the finder) other than iPhoto - the programs listed in the linked discussion use iPhoto to do the deleting
    LN

Maybe you are looking for

  • ESata Compatibility with Mac Pro

    Hi, names Bryan and im a new switcher from PC (Good Heavens) to OS X. I have a Mac Pro at home and was wondering about the External Hard Drives. I am about to buy 2x LaCie Big Disk Extremem+ eSata 3.0Gbits 1 for my Media and 1 for Backups. i also see

  • How do I access CProjects in Sol Man

    Hi all I've been looking through the SAP Project management tools and have started familiarising myself with SOLAR01 / 02, RMMAIN, etc but have found through digging in Google that SAP has another set of project management tools called CProjects. (By

  • Issue with default install of SOA suite under Windows

    Hello, I installed SOA Suite without error, using the defaults of the Basic Installation. When I start the SOA Suite, it starts up without error, but reports that ASG is Status=Down When I try to create an Integration Server in JDeveloper, and test i

  • How to change the format of the display_name

    Hi, Does anyone have an idea, how can I change the format of the display_name of the employee to First_name|| last_name? I do not want to include the title in the name format. This is for India Localisation. I tried changing the HR profile value "Def

  • Photo Links

    Hopefully you will understand what I am trying to ask ha ha.... I have a website for a photography business. Right now..I have all my photo pages separate. At the top of the website (I guess you would call it the header) I have "lifestyle", "families