S Stephen3 Established Member ★ 20 ★ Impact 0 Jul 13, 2006 845 views 8 replies #1 How to do a background image have line on image? like this image~ Last edited: Jul 14, 2006
LeetPCUser Account Closed Impact 36 Jul 13, 2006 #2 You need CSS Code: #line { background-image:url(images/line.gif); background-repeat:repeat-x; height:xxpx; width:xxpx; }
You need CSS Code: #line { background-image:url(images/line.gif); background-repeat:repeat-x; height:xxpx; width:xxpx; }
S Stephen3 Established Member ★ 20 ★ Impact 0 Jul 13, 2006 #3 err... I know the coding, I mean how to design the images have line on it.
monaco Established Member ★ 20 ★ Impact 10 Jul 14, 2006 #4 What do you mean? Like, how to create the line image that repeats? That's just a matter of opening up something like paint and creating an image that's only 1px tall (or wide, if it's a vertical span).
What do you mean? Like, how to create the line image that repeats? That's just a matter of opening up something like paint and creating an image that's only 1px tall (or wide, if it's a vertical span).
S Stephen3 Established Member ★ 20 ★ Impact 0 Jul 14, 2006 #5 I've reupload the larger images so can see more clear... I want to know how to do the /////////////////// line on image
I've reupload the larger images so can see more clear... I want to know how to do the /////////////////// line on image
S Stephen3 Established Member ★ 20 ★ Impact 0 Jul 14, 2006 #7 The image not do by me.. i get it from other website
LeetPCUser Account Closed Impact 36 Jul 14, 2006 #8 Oh that is photoshop. You have to make a brush. http://www.webdesign.org/web/photoshop/textures-&-patterns/background-with-diagonal-lines.1078.html Here is a tutorial which explains it a bit better.
Oh that is photoshop. You have to make a brush. http://www.webdesign.org/web/photoshop/textures-&-patterns/background-with-diagonal-lines.1078.html Here is a tutorial which explains it a bit better.
StudioWorks no one lives foreverVIP Member VIP ★ 20 ★ Impact 73 Jul 15, 2006 #9 It's very easy. You just create a link and use the background-repeat function in CSS..