s1yman Posted June 25, 2009 Share Posted June 25, 2009 Hi, I got bit of problem with some div tags, http://mkcitycomputers.co.uk/test/partners.html I want them to be lined up in threes, something like the picture. the css reads; {width:33%; color:#003366; text-align:justify; position:relative; overflow:hidden; clear:both;} bit confused, sure I had this working before. any one got any ideas?? Thanks in advance. [attachment deleted by admin] Quote Link to comment Share on other sites More sharing options...
dzelenika Posted June 25, 2009 Share Posted June 25, 2009 Remove clear:both; which makes each div use next row. Quote Link to comment Share on other sites More sharing options...
s1yman Posted June 25, 2009 Author Share Posted June 25, 2009 doesn't make a difference Quote Link to comment Share on other sites More sharing options...
dzelenika Posted June 25, 2009 Share Posted June 25, 2009 and add float: left; to .erm css class of your divs But after that I see other problems on your site. Why don't you simply use table instead? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.