Welcome to studionashvegas.  We make sites so fresh, you'll have to resist the urge to thump them)

Posts Tagged ‘CSS’

CSS Reset: Leveling the Playing Field (a bit)

Sunday, July 27th, 2008

I’ve recently discovered a nice way to standardize the view I get between Internet Explorer and Firefox, which have a standard “stylesheet” built in to render websites.  The problem: both browsers use a different stylesheet, which can lead to inconsistancies between the same site on different browsers.

So, I’ve adopted a “CSS Reset” file.  What it does is basically clean the slate and neutralize the styles embedded into the browser, thus rendering IE and Firefox to a 90-99 percent similarity when viewing a page (there will always be bugs in IE’s website rendering, but for the most part pages show up fantasically).

The CSS Reset:

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

This is the Yahoo! UI Library Reset.css file, for those that care.

Follow me on TwitterMy Flickr PhotosWatch Me Stumble!Link up with me on LinkedIn!Mmm... Del.icio.us Links!Catch me on Facebook!Your Place, or myspace?
Mitch Canter's Blog
Get The RSS Feed!

I’ve (also) been hired by…

I was actually typing this when I got the twitter acknowledgement that Dave Delaney had just been hired by Griffin to be their Social Media Coordinator.  So, before I go any further, congrats to Dave and all of the work he does into keeping Nashville going as one of the premiere digital hubs in the [...]

Six Random Things About Me

Alright, so Eden Spodek from the Bargainista Blog tagged me to come up with six random things that people don’t know about me, so here goes!
1) I’ve held a job as a TV news anchor, a server, a bartender, a pizza delivery guy, a door-to-door salesman, worked at Dell as a sales rep, and a [...]

Latest Tweets
Latest Comments
  • Recent Comments