Definition and Usage
The list-style-type specifies the type of list-item marker in a list. Read the full story
Posted on 29 January 2012.
The list-style-type specifies the type of list-item marker in a list. Read the full story
Posted in CSS, HTML - XHTMLComments (0)
Posted on 16 November 2010.
So what is this site?
Ever needed custom formatted sample / test data, like, bad? Well, that’s the idea of the Data Generator. It’s a free, open source script written in JavaScript, PHP and MySQL that lets you quickly generate large volumes of custom data in a variety of formats for use in testing software, populating databases, and scoring with girls. Read the full story
Posted in News, ProgrammingComments (0)
Posted on 25 October 2010.
Simply put it is a list of definitions. For the unabridged version read the relevant section in the HTML specification. Basically a definition list is composed of three HTML elements and some text. These are the <dl>, <dt> and <dd> elements.
Posted in CSS, HTML - XHTMLComments (0)
Posted on 21 June 2010.
#buttons{
float:right;
position:relative;
left:-50%;
text-align:left;
}
#buttons ul{
list-style:none;
position:relative;
left:50%;
}#buttons li{float:left;position:relative;}/* ie needs position:relative here*/
#buttons a{
text-decoration:none;
margin:10px;
background:red;
float:left;
border:2px outset blue;
color:#fff;
padding:2px 5px;
text-align:center;
white-space:nowrap;}
#buttons a:hover{ border:2px inset blue;color:red;background:#f2f2f2;}
#content{overflow:hidden}/* hide horizontal scrollbar*/
thanks http://www.pmob.co.uk/pob/centred-float.htm
Posted in CSSComments (0)
Posted on 17 September 2008.
CSS
#rollover {
width:150px;
margin:auto;
} Read the full story
Posted in CSS, HTML - XHTMLComments (0)
