View Single Post
Old 06-24-2009, 09:40 AM   #2 (permalink)
wmorri
Moderator/Fedora Amb.
 
wmorri's Avatar
 
Join Date: May 2008
Location: /pm/etc
Posts: 2,814
OS: Window 7/Fedora 10

My System

Send a message via AIM to wmorri
Re: Repeat image horizontally (css)

Hi,

I would try something like this:
HTML Code:
div.img
**
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
**
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
** are supposed to be left bracket but it isn't working for me right now.

Cheers!
__________________


Linux Forever!


Last edited by wmorri; 06-24-2009 at 09:43 AM.
wmorri is offline   Reply With Quote