Go Back   Dynamic Drive Forums > Blogs
Search Dynamic Drive Forums:

CSS related
Old

CSS Tidbit #1

Posted 04-28-2009 at 08:56 PM by techno_race
Updated 04-28-2009 at 11:12 PM by ddadmin

Have you ever noticed that ugly dotted border when you click a link?
Here's how to make it go away and stay away. (Please don't laugh at the puny size of this tidbit.)
Code:
a { outline: none; }
techno_race's Avatar
Senior Coders
Posted in CSS related
Views 7368 Comments 6 techno_race is offline Edit Tags
Old

Alternative to tables, divs!

Posted 04-17-2009 at 08:55 PM by Nile
Updated 04-28-2009 at 11:13 PM by ddadmin
Tags css, divs, html, tables

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;
  }
...
Nile's Avatar
Elite Coders
Posted in CSS related
Views 7491 Comments 8 Nile is offline Edit Tags
Old

Happy belated/early Naked Day!

Posted 04-10-2009 at 09:10 AM by Snookerman

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...
Snookerman's Avatar
Who ya gonna call?
Views 6385 Comments 2 Snookerman is offline Edit Tags

All times are GMT. The time now is 02:24 AM.

Home - Contact Us - Archives - Link to DD - Top 

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.