Can someone help please?

by 7 replies
8
Greetings.

I have a problem that i am trying to solve. I am currently using microsoft frontpage 2005 (i think.) at anyrate what i am trying to accomplish is trying to get the background image from not scrolling along the x & y axis.

Is there some sort of preference that someone can direct me to so that I can get it so my background image will only scroll along the x axis?
#website design
  • Banned
    [DELETED]
  • Yes, you can accomplish this using CSS.

    go to the Source tab and try to locate where it says:
    <body style="background-image:yourImage.jpg">

    Adjust this bit of code to something like the following:
    <body style="background-image:yourImage.jpg no-repeat;">

    Regards,
    Wassim
  • Sorry... I thought you don't want it to repeat in both ways... here is what you should do:

    <body style="background-image:yourImage.jpg repeat-x;">

    Sorry for confusing.

    Regards,
    Wassim
    • [1] reply
  • You might find CSS Background Properties helpful. Good luck

    T
    • [1] reply
    • That is a very good resource. Thank you Amsterdam.
      • [1] reply
  • Banned
    [DELETED]

Next Topics on Trending Feed

  • 8

    Greetings. I have a problem that i am trying to solve. I am currently using microsoft frontpage 2005 (i think.) at anyrate what i am trying to accomplish is trying to get the background image from not scrolling along the x & y axis.