I have an image that I am using as a divider that is basically a colon (:) repeated across the page, however instead of going all the way across I only want it to go about 80% or around 700px. Is there some CSS to set how far the image repeats?
Asked
Active
Viewed 191 times
1
1 Answers
0
How about putting the image in a div that is 700px wide and set the background image repeat-x to 100%?

mickadoo
- 3,337
- 1
- 25
- 38
-
I tried this without success... HTML `
Pre-Construction Phase
-
If you want your text to come right after the border I'd float them both to left. Also your border holder will need a height and I changed it to div. http://jsfiddle.net/mickadoo/XvMeP/ – mickadoo Jul 31 '13 at 09:12
Pre-Construction Phase