Advanced Search

View RSS Feed

CSS related

  1. Alternative to tables, divs!

    Quote Originally Posted by Nile View Post
    Here's the code I came up with:
    HTML Code:
    <style type="text/css">
      div.advertise {
      }
      div.advertise div.row {
        clear: both;
    	margin: 1px;
    	padding: 1px;
    	min-height: 45px;
      }
      div.advertise div.row div.ad {
        border: 1px solid #D8D6CF;
    	margin: 2px;
    	padding: 2px 0px 0px 0px;
    	width: 117px;
    	height: 45px;
    	text-align: center;
    	float: left;
      }
    ...

    Updated 04-28-2009 at 10:13 PM by ddadmin

    Tags: css, divs, html, tables Add / Edit Tags
    Categories
    CSS related
  2. Happy belated/early Naked Day!

    Yesterday, April 9th was the fourth annual CSS Naked Day. Participating websites get rid of their stylesheets and feed their naked markup to the world. The reason for this is to promote web standards and semantics.

    To learn more about this and sign up (for next year) go to this page: http://naked.dustindiaz.com/

    P.S. I know it would have been better if I posted this before April 9th but I forgot about it. Well, instead of seeing this as a late post about ...
Page 2 of 2 FirstFirst 12