Results 1 to 10 of 10

Thread: Need Help With my website [background-repeat function problem]

  1. #1
    at_oussama81 is offline x10Hosting Member
    Join Date
    Mar 2011
    Posts
    11

    Need Help With my website [background-repeat function problem]

    hello all x10'eeners, it was a very long boru update, but now everything is fine :D

    well, the server upgrade isn't my proble, well, i got my website anned from the adsense bot, and i registred with another ad company, but they are having ads of 300x250, so i had to resize my sidebar and everything gone fine..

    i made some changes of the template i'm using, the very problem is that my top navigation bar, bottom and footer ( that have a background-repeat set to repeat X) don't seems to keep the background image when zooming, i don't know how to explain that, ut as an example, we have a monitor of 17" that shows the full top nav-menu, but when we switch to a 20" the background is repeated, but its limited, so its not fullfilling the x-axis of the screen, and by the way, i'm already setting my width to a 100%.

    i really don't know know whats the problem, but i think there's another element in my css that i need to change too. that happens just for the zoom-in, when i make the page so small, the background is repeated fine, and exactly as i want. please help me fix that problem, my website is mydownloadworld.x10.mx... try to zoom in and yoiu'll see, thanks for help

  2. #2
    descalzo's Avatar
    descalzo is offline Grim Squeaker
    Join Date
    Jul 2009
    Location
    Ankh-Morpork
    Posts
    8,349

    Re: Need Help With my website [background-repeat function problem]

    Your site is currently showing: Error establishing a database connection

    so I cannot check the background problem.
    Nothing is always absolutely so.

  3. #3
    misson is offline x10 Spammer
    Join Date
    Mar 2008
    Location
    Libertatia
    Posts
    2,573

    Re: Need Help With my website [background-repeat function problem]

    "Try it and you'll see" is never a good approach, because we may not see, due to a different browser, window size or who-knows-what (such as the site being down). For presentation issues, grab a screenshot. Also, create a minimal test case and post it, along with a link to a live copy. Your write-up could use other improvements; see my sig for links to more guidelines.
    Last edited by misson; 03-29-2012 at 02:17 PM.
    Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Jon Skeet's and Eric Raymond's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.
    Misson, not Mission.

  4. #4
    at_oussama81 is offline x10Hosting Member
    Join Date
    Mar 2011
    Posts
    11

    Re: Need Help With my website [background-repeat function problem]

    yeah, sure i'll pick a screenshot of the problem,

    well, i thought boru has finished updating, but they are still working on it...i'll contact you with the informations later, when the server is fixed and thanks for your help

    ---------- Post added 03-30-2012 at 01:24 AM ---------- Previous post was 03-29-2012 at 07:51 PM ----------

    Here's How my top and bottom bars look like:



    as you can see, when i zoom in (maximizing the text) the background repeat stops, and you can see the #body background instead, i tried to do everything and it didn't fix...any suggestion ?

    i'm using Nomad wp theme, i modify some codes, but i need to fix that last problem. thanks for help

  5. #5
    misson is offline x10 Spammer
    Join Date
    Mar 2008
    Location
    Libertatia
    Posts
    2,573

    Re: Need Help With my website [background-repeat function problem]

    That's still not enough information. Is that screenshot of the desired or erroneous presentation? Do you mean you instead want it to look like:


    What about minimal sample code (see link in previous post), and a link to a live version of same? What browsers have you tested, and which of these exhibit the undesirable layout? The issue must be reproducible to be fixable.
    Attached Thumbnails Attached Thumbnails Need Help With my website [background-repeat function problem]-fullbar.png  
    Last edited by misson; 03-29-2012 at 11:54 PM.
    Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Jon Skeet's and Eric Raymond's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.
    Misson, not Mission.

  6. #6
    descalzo's Avatar
    descalzo is offline Grim Squeaker
    Join Date
    Jul 2009
    Location
    Ankh-Morpork
    Posts
    8,349

    Re: Need Help With my website [background-repeat function problem]

    Screenshots can't be used to fix your problem.

    If we can't see your code, we can't tell you what the problem is.

    Give us a URL or don't expect any real help.
    Nothing is always absolutely so.

  7. #7
    at_oussama81 is offline x10Hosting Member
    Join Date
    Mar 2011
    Posts
    11

    Re: Need Help With my website [background-repeat function problem]

    sorry, the CSS file is too long (when i put it on forum, i got a limit of 10000 word) well, the CSS can be found from the source code of my home page mydownloadworld.x10.mx, or as easy, i grabbed the link here:

    http://mydownloadworld.x10.mx/wp-content/themes/Nomad/style.css
    and yes "Mission" i want it to leek like that, the problem is even if you have a widescreen or a big screen, you can still see the navigation bar correctly, but for the persons who have a 17" or 15" monitors, when they'll zoom the page to see the text well, the navigation bar will start to do that bad effect.

    thats all, thanks again for your help.

  8. #8
    descalzo's Avatar
    descalzo is offline Grim Squeaker
    Join Date
    Jul 2009
    Location
    Ankh-Morpork
    Posts
    8,349

    Re: Need Help With my website [background-repeat function problem]

    Now that I can see your site, I see the problem in IE9, but no problem in Firefox or Iron.

    Might be IE being IE. I cannot see anything in the CSS (but, why do you have the width set to 105%?)
    Nothing is always absolutely so.

  9. #9
    misson is offline x10 Spammer
    Join Date
    Mar 2008
    Location
    Libertatia
    Posts
    2,573

    Re: Need Help With my website [background-repeat function problem]

    Quote Originally Posted by at_oussama81 View Post
    sorry, the CSS file is too long (when i put it on forum, i got a limit of 10000 word)
    Which is why I keep asking for a minimal sample. If code is too long to post, it's far too long to wade through. Again, read the link.
    Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Jon Skeet's and Eric Raymond's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.
    Misson, not Mission.

  10. #10
    at_oussama81 is offline x10Hosting Member
    Join Date
    Mar 2011
    Posts
    11

    Re: Need Help With my website [background-repeat function problem]

    i set the width to 105% cuz, when i pick 100%...i can see the problem, even with my 17" monitor, when set to 105, at least the navigation bar appears well to me.
    well, i don't know whats the real problem, cuz i know that 100% is a relative percent, so it should work with all type of screens, but not in my case, and i never tested it with IE, i always work with firefox, and i noticed the problem within it.

Similar Threads

  1. repeat of last ticket with more clarity
    By aircar in forum Free Hosting
    Replies: 1
    Last Post: 06-13-2010, 09:55 PM
  2. Repeat suspension
    By jprogrammer in forum Free Hosting
    Replies: 1
    Last Post: 06-09-2010, 05:50 PM
  3. Replies: 1
    Last Post: 05-31-2008, 09:23 PM
  4. how do i insert a background intro my website?
    By mshum in forum Graphics & Webdesign
    Replies: 8
    Last Post: 12-28-2007, 01:40 PM

Posting Permissions

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