Private: MY Note

Every thing you imagine, study it – know it – use it

Centering: Auto-width Margins

body {
margin
:50px 0px; padding:0px;
text-align
:center;
}

#Content {
width
:500px;
margin
:0px auto;
text-align
:left;
padding
:15px;
border
:1px dashed #333;
background-color
:#eee;
}

October 12, 2009 Posted by dev1 | CSS-xhtml, css | | No Comments Yet

css

root reference:
runat=”server” use ~/
html use ./

November 22, 2008 Posted by dev1 | CSS-xhtml, css | | No Comments Yet

valign

 

DISPLAY

: block; FLOAT: left; WIDTH: 124px; COLOR: #fff; LINE-HEIGHT: 37px; HEIGHT: 41px; TEXT-ALIGN: center; TEXT-DECORATION: none

July 29, 2008 Posted by dev1 | css | | No Comments Yet

Most used CSS tricks

March 18, 2008 Posted by dev1 | CSS-xhtml, css | | No Comments Yet

tab

March 18, 2008 Posted by dev1 | css | | No Comments Yet

icon

March 17, 2008 Posted by dev1 | css, design | | No Comments Yet

css technic

February 6, 2008 Posted by dev1 | CSS-xhtml, css | | No Comments Yet

Style Your Image Links

image

Mouse over behaviors have a certain significance when we’re talking about usability. Letting users know that particular section of our website is meant to be clicked on is best achieved through mouse over effect. Those “clickable” sections certainly include content images. But what can you do with image mouseovers? Add a different border? This script will certainly help you to do a bit more than that…

ref: http://cssglobe.com/post/1238/style-your-image-links

February 6, 2008 Posted by dev1 | CSS-xhtml, css | | No Comments Yet

Drop shadow div (IE)

<div style=” color: White; background-color: Maroon; width: 200px; height: 200px; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=’gray’, Positive=’true’)”> xxxxxxxxxx</div>

ref: http://msdn2.microsoft.com/en-us/library/ms532985.aspx

February 4, 2008 Posted by dev1 | HTML, css | | No Comments Yet

css and javascript tutorial

January 17, 2008 Posted by dev1 | css | | No Comments Yet