Welcome To Snipplr
Everyone's Recent CSS Snippets Tagged xhtml
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev 1 Next »
Easily Modify and Layout html with classes that on the fly create margins
0
792
posted 15 years ago by chrisjlee
When you can't use firebug to discover cross browser compatibility problems (i.e. internet explorer 6) then what's the fastest way to see the padding and margins?
A quick solution is adding a css debug class to your container. Feel free to change...
0
1111
posted 15 years ago by chrisjlee
Add two containers to the element to be centered.
This is also needed for IE6:
1.
<!--[if>-->
2.
.navwrap ul{float:left;}
3.
<![endif]-->
0
707
posted 16 years ago by kanirasta
created some navigation buttons for a site i'm working on, this is without images in a horizontal arrangement. kevh.net has the article on creating the vertical navigation, and how to do both using images instead of native CSS styling
1
871
posted 17 years ago by kevh
« Prev 1 Next »