<!DOCTYPE html> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style type="text/css"> .odd, .even{ background:url('unite.png'); height:202px; margin-bottom:-47px; } .odd{ margin-left:88px; } </style> </head> <body> <div class="odd"></div> <div class="even"></div> <div class="odd"></div> <div class="even"></div> </body>
If this is what you want, I would be happy .. :)
Last image change, but will give a problem for links if you are not using the HTML Map area
<!DOCTYPE html> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style type="text/css"> .odd{ height:202px; padding-left:88px; } .even{ height:202px; margin-top:-47px; } </style> </head> <body> <div class="odd"> <img src="unite.png" /> <img src="unite.png" /> <img src="unite.png" /> <img src="unite.png" /> </div> <div class="even"> <img src="unite.png" /> <img src="unite.png" /> <img src="unite.png" /> <img src="unite.png" /> <img src="unite.png" /> </div> </body>
source share