The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Repetition
JonSmyth
post Sep 3 2006, 09:07 AM
Post #1





Group: Members
Posts: 2
Joined: 3-September 06
Member No.: 55



Okay, i've completely forgotten how to repeat an image, not as in a background - like a line

<image> <image> <image>

The middle image is a line... connecting the two up and I want to to repeat over and over... (it kinda changes when the browser is smaller and size moved, all help muchly appreciated...

Sorry if i've not explained well...

Thanks,
Jon.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Sep 3 2006, 09:11 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



If the images are to be in a row, what you have is how you do it. You may want to lose the space between the image tags. If you don't want the images to be affected by line wrapping you have to force the width of their container.

<div style="width: 300px">
<img...><img...><img...>
</div>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
JonSmyth
post Sep 3 2006, 09:17 AM
Post #3





Group: Members
Posts: 2
Joined: 3-September 06
Member No.: 55



It's not a forced width im looking for...

Okay take this forum for example:

http://www.forum.the-graffix.com

If you look at the banner, there is 1 set image and another one that is just 1 little image but it repeats - Depending on the size of the browser window...

Its one little image that I want to repeat depending on the size of the window...
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Sep 3 2006, 09:58 AM
Post #4


.
********

Group: WDG Moderators
Posts: 9,630
Joined: 10-August 06
Member No.: 7



If you want an image to repeat automatically you _will_ have to make it as a CSS background.

The no-repeating part can still be an inline image.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Sep 3 2006, 10:13 AM
Post #5


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



You could also use the ALA "sliding doors" technique, making the repeating part a background and the two end pieces as non-repeating backgrounds or generated content.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 05:56 PM