I´m haveing problems with getting the image menub_bg to repeat it self.
Have any of you had that problem and do you know how to fix it??
I´m going insane here![]()
I´m haveing problems with getting the image menub_bg to repeat it self.
Have any of you had that problem and do you know how to fix it??
I´m going insane here![]()
not sure what you are talking about. but to repeat background imgs you can use:
background-repeat:repeat-x;
or
background-repeat:repeat-y;
or
background-repeat:no-repeat;
or by default it should just tile.
Bookmarks