Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Sep 2007
    Location
    Sweden
    Posts
    56

    Default Problems making image cover screen in high res

    I'm doing some graphics for my web site (located at www.sound-creations.net ). At high resolution (higher than 1024X768) the background image leaves an annoying white space at the bottom of the screen. I simply thought that I could resize the image and it would be okay - but that's not quite simply the case.

    Can any one give me a pointer on what I need to think about when it comes to making a background image fit exactly so that no white space is left or so that the image doesn't repeat in an ugly way?

  2. #2
    Join Date
    Nov 2006
    Posts
    1,602

    Default Re: Problems making image cover screen in high res

    Hi,

    Put this inside the body tag
    topmargin="0" rightmargin="0" bottommargin="0" leftmargin="0" marginwidth="0" marginheight="0"

    Hans
    Last edited by haakoo; 18 October 2007 at 08:18 PM.

  3. #3
    Join Date
    Oct 2006
    Location
    UK
    Posts
    216

    Default Re: Problems making image cover screen in high res

    there is a gap in services? on your menu

  4. #4
    Join Date
    Sep 2007
    Location
    Sweden
    Posts
    56

    Default Re: Problems making image cover screen in high res

    Thank you for the replies.

    I'm trying to figure out hjow to incorporate that code into my pages... I'm kinda fresh when it comes to making web sites. Apparently I will need some knowledge in CSS in order to learn how to make my pages work properly in different resolutions and settings.

    A gap in the services...?

  5. #5
    Join Date
    Nov 2006
    Posts
    1,602

    Default Re: Problems making image cover screen in high res

    Hi,

    Or you could try make a very big picture(larger then common screen resolution)
    And put it in your page with the width and height set to 100% instead of absolute pixel numbers.
    It will stretch the picture and given the size it will take some time to load
    This just to point out there are larger screen sizes possible look at picture
    Hans
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	750px-Vector_Video_Standards2.png 
Views:	247 
Size:	171.4 KB 
ID:	42456  

  6. #6
    Join Date
    Nov 2006
    Posts
    1,602

    Default Re: Problems making image cover screen in high res

    Hi,

    for the code
    Rightclick on your html-file,open with notepad,enter the code provided
    inside where it says:
    <body background-color="#FFFFFF" put here the code >

    Hans

  7. #7

    Default Re: Problems making image cover screen in high res

    An often better way is to create a bg image that will tile well or one that will blend into a page bg colour.
    Also you could constrain your pages to an inline frame (think of it as a window) like this:
    *Save the attached bgblue.jpg copy this code to the clipboard, paste into notepad, give it a .htm extension and save it to the same folder with the bgblue.jpg, then drop into your browser to see the result.
    Code:
    <body>
    <style type="text/css">
    <!--
    body {
    	background-color: 4396BE;
    	background-image: url(bgblue.jpg);
    	background-repeat: repeat-x;
    }
    -->
    </style>
    
    <div align=center>
    <iframe name=giannis src=http://www.sound-creations.net/ width=900 height=700 scrolling=auto frameborder=1 marginheight=0 marginwidth=10>
    </div>
    </body>
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	bgblue.jpg 
Views:	231 
Size:	1.0 KB 
ID:	42457  

  8. #8
    Join Date
    Oct 2006
    Location
    UK
    Posts
    216

    Default Re: Problems making image cover screen in high res

    Quote Originally Posted by Giannis View Post
    Thank you for the replies.

    I'm trying to figure out hjow to incorporate that code into my pages... I'm kinda fresh when it comes to making web sites. Apparently I will need some knowledge in CSS in order to learn how to make my pages work properly in different resolutions and settings.

    A gap in the services...?
    yeah, is that not a gap
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	services.png 
Views:	234 
Size:	78.1 KB 
ID:	42458  

  9. #9
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,918

    Default Re: Problems making image cover screen in high res

    Another way would be to change the page background from white to a blue colour matching your background image.

    When you create the background give it a linear transparency towards the bottom against the same blue background, then it will appear to merge into the web pages blue background. It will only work for the bottom of the page though, not the sides.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	jpg.jpg 
Views:	228 
Size:	9.2 KB 
ID:	42459   Click image for larger version. 

Name:	!jpg.jpg 
Views:	227 
Size:	8.7 KB 
ID:	42460  

    Last edited by Egg Bramhill; 18 October 2007 at 08:52 PM.
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  10. #10
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,918

    Default Re: Problems making image cover screen in high res

    Giannis,

    Whilst looking at your site I noticed that there are problems with the display in Firefox. You might wish to chase this up in the Site Design and Publishing Forum. The Contact page also breaks up in Firefox.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	!a.jpg 
Views:	222 
Size:	91.8 KB 
ID:	42461  
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •