Repeat-x Top and bottom?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
amy97
Forum Newbie
Posts: 1
Joined: Tue Sep 02, 2008 12:02 pm

Repeat-x Top and bottom?

Post by amy97 »

Well, i have a layout, and i need to have a background repeated-x on the top and a different background repeated-x on the bottom, can anyone help?
User avatar
andyhoneycutt
Forum Contributor
Posts: 468
Joined: Wed Aug 27, 2008 10:02 am
Location: Idaho Falls

Re: Repeat-x Top and bottom?

Post by andyhoneycutt »

I would suggest using two different div containers for those backgrounds, put one on the top of the layout, other on the bottom.
User avatar
Mds
Forum Contributor
Posts: 110
Joined: Tue Apr 22, 2008 8:56 pm
Contact:

Re: Repeat-x Top and bottom?

Post by Mds »

If you want CSS code , Here :

background: url(01.jpg) repeat-x center;
Post Reply